python-apt 2.5.1 source package in Ubuntu
Changelog
python-apt (2.5.1) unstable; urgency=medium [ Julian Andres Klode ] * aptsources: distinfo: type annotations * Reformat code with black * aptsources: Initial deb822 reading, use SourcesList(..., deb822=True) to opt in. The .distro matcher code has not been fully ported yet, and you will experience issues trying to match distro entries to a deb822 source entry with multiple values in the Types, URIs, Suites field, but this should work for most use cases. * Mirror list updates [ Matthias Klumpp ] * Update Debian template information * trivial: Fix Debian changelog URI template -- Julian Andres Klode <email address hidden> Mon, 16 Jan 2023 18:44:09 +0100
Upload details
- Uploaded by:
- APT Development Team
- Uploaded to:
- Sid
- Original maintainer:
- APT Development Team
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-apt_2.5.1.dsc | 2.3 KiB | ca81a546e019bb854f346f65db27b55c43743e86af0e5d2825d1008465552392 |
python-apt_2.5.1.tar.xz | 340.4 KiB | c8fb13a9292bd1d5fe537925205a7f3aaec48342b279a1cd3fdb584f39638847 |
Available diffs
- diff from 2.5.0 (in Ubuntu) to 2.5.1 (71.9 KiB)
No changes file available.
Binary packages built by this source
- python3-apt: Python 3 interface to libapt-pkg
The apt_pkg Python 3 interface will provide full access to the internal
libapt-pkg structures allowing Python 3 programs to easily perform a
variety of functions, such as:
.
- Access to the APT configuration system
- Access to the APT package information database
- Parsing of Debian package control files, and other files with a
similar structure
.
The included 'aptsources' Python interface provides an abstraction of
the sources.list configuration on the repository and the distro level.
- python3-apt-dbgsym: debug symbols for python3-apt