python-debian 0.1.49ubuntu2 source package in Ubuntu

Changelog

python-debian (0.1.49ubuntu2) lunar; urgency=medium

  * Make Python version PEP440 compliant (LP: #1991606)

 -- Benjamin Drung <email address hidden>  Wed, 01 Feb 2023 10:32:24 +0100

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main devel
Mantic release main devel
Lunar release main devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-debian_0.1.49ubuntu2.tar.xz 187.4 KiB ae98550575cfc79b2e79cb203dcfeb93b2eebafc6f32bb5ec158d1e89d3d9346
python-debian_0.1.49ubuntu2.dsc 2.3 KiB f7421de022264c915692ee76727ceaf7bd586df4e918c12d03d69941d558c83d

Available diffs

View changes file

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