python-apt 2.7.4ubuntu1 source package in Ubuntu

Changelog

python-apt (2.7.4ubuntu1) noble; urgency=medium

  * Remove obsolete .travis.yml
  * Setup pre-commit with various formatting and mypy hooks and run it
  * Add mypy.ini
  * setup.py: Strip whitespace in version
  * Make sure we don't construct SourceEntry for .sources file
  * Figure out file to add before deciding between deb822 and legacy
  * Ensure deb822 keys are case-insensitive
  * Update pre-commit hooks
  * pre-commit: mypy: Only filter out sourceslist and distro in aptsources

 -- Julian Andres Klode <email address hidden>  Mon, 08 Jan 2024 13:19:14 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-apt_2.7.4ubuntu1.tar.xz 344.9 KiB af8b168f0820df8325d26982cefcfc4595c50bfc26b486f71bd6546c529eabd7
python-apt_2.7.4ubuntu1.dsc 2.4 KiB 22a22e3baf68527e0c6977c8f5da8c345fe2d9af9f4a8723b058d2eeb0295d0b

View changes file

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