python-debian 0.1.46 source package in Ubuntu

Changelog

python-debian (0.1.46) unstable; urgency=medium

  * Copyright.add_files_paragraph(): Append after the last existing
    files paragraph.
  * RTS parser: Fix removing and then re-adding a paragraph.

 -- Jelmer Vernooij <email address hidden>  Fri, 08 Jul 2022 17:45:29 +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 Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-debian_0.1.46.dsc 1.9 KiB ca4bbded9e0bd6f9fa32f9df50962db56454527578702bad33906b57076e543c
python-debian_0.1.46.tar.xz 184.2 KiB e6f080d08b4c744cb31f45f4704a8f79c680b64e1cdb0244fc22b9ea31caf50d

Available diffs

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