python-debian 0.1.43ubuntu1.1 source package in Ubuntu

Changelog

python-debian (0.1.43ubuntu1.1) jammy; urgency=medium

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

 -- Benjamin Drung <email address hidden>  Tue, 25 Apr 2023 18:25:44 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main devel

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-debian_0.1.43ubuntu1.1.tar.xz 172.8 KiB faea1172a96d055001354c54900284ee7eac16d0f7ae055f841d3a677e37d246
python-debian_0.1.43ubuntu1.1.dsc 2.3 KiB 9e9b14f0287dbfdeda732a7c360a833edefbbbd8d8bb8d04087f18bf475a1d30

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