python-apt 1.9.0ubuntu1 source package in Ubuntu

Changelog

python-apt (1.9.0ubuntu1) eoan; urgency=medium

  * apt/package.py: Use SHA256 instead of MD5 for fetching checks.
    This should unbreak snapd, but should really be cleaned up more
    and use the entire HashStringList (LP: #1837926)

 -- Julian Andres Klode <email address hidden>  Tue, 06 Aug 2019 14:34:24 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Eoan
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_1.9.0ubuntu1.tar.xz 320.6 KiB 72a4eb8d49b95ee4567eaf196853d7c77704b495fcebcecfce39fcf6a8361089
python-apt_1.9.0ubuntu1.dsc 2.5 KiB 50d118ac0f1c5fcb7b07271434ecd17c6dad59afbf813afeaa8da4bedd3350a8

Available diffs

View changes file

Binary packages built by this source

python-apt: Python interface to libapt-pkg

 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, 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.

python-apt-common: No summary available for python-apt-common in ubuntu eoan.

No description available for python-apt-common in ubuntu eoan.

python-apt-dbg: No summary available for python-apt-dbg in ubuntu eoan.

No description available for python-apt-dbg in ubuntu eoan.

python-apt-dev: No summary available for python-apt-dev in ubuntu eoan.

No description available for python-apt-dev in ubuntu eoan.

python-apt-doc: No summary available for python-apt-doc in ubuntu eoan.

No description available for python-apt-doc in ubuntu eoan.

python3-apt: No summary available for python3-apt in ubuntu eoan.

No description available for python3-apt in ubuntu eoan.

python3-apt-dbg: Python 3 interface to libapt-pkg (debug extension)

 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.
 .
 This package contains the extension built for the Python debug interpreter.