python-debian 0.1.32 source package in Ubuntu

Changelog

python-debian (0.1.32) unstable; urgency=medium

  * Fix regexps that are invalid escape sequences with Python 3.6, with thanks
    to Ville Skyttä <email address hidden> for the patch (Closes: #878434).
  * Fix spelling errors, with thanks to Ville Skyttä <email address hidden>
    for the patch (Closes: #878435).
  * Add additional documentation about how python-apt is used, with thanks to
    Matthieu Caneill <email address hidden> for the patch (Closes: #862058).
  * Extend Deb822 parser to allow underscores in the field name, with thanks
    to Gerhard Poul <email address hidden> for the patch.
  * Update Vcs fields to point to salsa.debian.org, with thanks to John Wright
    for doing the migration.
  * Update Standards-Version to 4.1.3 (no changes required).

 -- Stuart Prescott <email address hidden>  Sat, 17 Feb 2018 16:37:18 +1100

Upload details

Uploaded by:
Debian python-debian Maintainers
Uploaded to:
Sid
Original maintainer:
Debian python-debian Maintainers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-debian_0.1.32.dsc 2.3 KiB 06f201cd6d482c06aaa31b77cbb50ee816247e37e2b60324409dec2c9c532c93
python-debian_0.1.32.tar.xz 289.1 KiB 5020601b8a8e6fdab07a2717183a1f0b9f4856423ea226a0dd23ef80ec686dd7

Available diffs

No changes file available.

Binary packages built by this source

python-debian: No summary available for python-debian in ubuntu cosmic.

No description available for python-debian in ubuntu cosmic.

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