python-debian 0.1.30 source package in Ubuntu

Changelog

python-debian (0.1.30) unstable; urgency=medium

  * Add missing chardet dependency in setup.py.in (Closes: #838695, #841071).
  * Add stretch, buster and bullseye to known releases (Closes: #849058).
  * Allow iter_paragraphs to accept bytes under Python 3 (Closes: #833375).
  * Don't suppress ChangelogParseError in strict mode when reading in a
    changelog via the constructor (Closes: #844026).
  * Add experimental API for ftp-master archive removals data (Closes: #473793).

 -- Stuart Prescott <email address hidden>  Wed, 25 Jan 2017 12:18:27 +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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-debian_0.1.30.dsc 2.3 KiB 7c59fc486c5043c647853a94962da3b6805a91473db603bbd8e5f5d24d626f51
python-debian_0.1.30.tar.xz 287.2 KiB b90194b72788cd4abb7bcbfee214bc1181a6ace8a6a097b639c9f1464ec862d5

Available diffs

No changes file available.

Binary packages built by this source

python-debian: Python modules to work with Debian-related data formats

 This package provides Python 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

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