python-debian 0.1.48 source package in Ubuntu
Changelog
python-debian (0.1.48) unstable; urgency=medium [ Anders Kaseorg ] * Fix version bound for subscripting abc.Iterator, abc.MutableMapping. Closes: #1018822 [ Jelmer Vernooij ] * Don't raise AmbiguousDeb822FieldKeyError in __contains__. -- Jelmer Vernooij <email address hidden> Mon, 03 Oct 2022 05:19:42 +0100
Upload details
- Uploaded by:
- Debian python-debian Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian python-debian Maintainers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-debian_0.1.48.dsc | 1.9 KiB | db58ad01735785d5250b35c6970d7a69202040441a19f9c0425cc8b9dd84d29e |
python-debian_0.1.48.tar.xz | 184.7 KiB | 64d2f57d89511d07efde2695f21731628b3421e94eee94d0264de9e314a1c74c |
No changes file available.
Binary packages built by this source
- python3-debian: Python 3 modules to work with Debian-related data formats
This package provides Python 3 modules that abstract many formats of Debian
related files. Currently handled are:
* Debtags information (debian.debtags module)
* debian/changelog (debian.changelog module)
* Packages files, pdiffs (debian.debian_ support module)
* Control files of single or multiple RFC822-style paragraphs, e.g.
debian/control, .changes, .dsc, Packages, Sources, Release, etc.
(debian.deb822 module)
* Raw .deb and .ar files, with (read-only) access to contained
files and meta-information