python-apt 2.5.3 source package in Ubuntu
Changelog
python-apt (2.5.3) unstable; urgency=medium [ Nick Rosbrook ] * deb822: allow initializing a Deb822SourceEntry from string * all: fix PEP8 formatting * .gitlab-ci.yml: update typing stage to use venv -- Julian Andres Klode <email address hidden> Thu, 23 Feb 2023 21:38:02 +0100
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Lunar
- 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.3.tar.xz | 339.8 KiB | 75c209876c5650bb5787cd7f30190e4ce6c79fc32ecf0e45f93dbdd78a99a130 |
python-apt_2.5.3.dsc | 2.3 KiB | af86791de5e1ec8bbe34b60c6df98c1bc4e91dec8a0c73458eb6872705e4dc91 |
Available diffs
- diff from 2.5.2 (in Debian) to 2.5.3 (7.1 KiB)
Binary packages built by this source
- python-apt-common: Python interface to libapt-pkg (locales)
The apt_pkg Python interface will provide full access to the internal
libapt-pkg structures allowing Python programs to easily perform a
variety of functions.
.
This package contains locales.
- python-apt-dev: Python interface to libapt-pkg (development files)
The apt_pkg Python interface will provide full access to the internal
libapt-pkg structures allowing Python programs to easily perform a
variety of functions.
.
This package contains the header files needed to use python-apt objects from
C++ applications.
- python-apt-doc: Python interface to libapt-pkg (API documentation)
The apt_pkg Python interface will provide full access to the internal
libapt-pkg structures allowing Python programs to easily perform a
variety of functions.
.
This package contains the API documentation of python-apt.
- 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