~waveform/ubuntu/+source/python-apt:focal-entry

Last commit made on 2019-10-23
Get this branch:
git clone -b focal-entry https://git.launchpad.net/~waveform/ubuntu/+source/python-apt
Only Dave Jones can upload to this branch. If you are Dave Jones please log in for upload directions.

Branch merges

Branch information

Name:
focal-entry
Repository:
lp:~waveform/ubuntu/+source/python-apt

Recent commits

64987b0... by Dave Jones

Amend d/changelog

195fab2... by Dave Jones

Tidy up (and fix a few errors in) the templates README

53fffbe... by Dave Jones

Consistent spacing between releases

51c6031... by Dave Jones

Add Focal Fossa entry to Ubuntu template

c15c5b5... by Matthias Klose

Import patches-unapplied version 1.9.0ubuntu2 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 36a86336135b5f8f167370dd5a7af3e76ad970b5

New changelog entries:
  * No-change rebuild to build with python3.8.

36a8633... by Julian Andres Klode

Import patches-unapplied version 1.9.0ubuntu1 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 13d6bfbc9da402a9f74de2bf69a818ee3f7427c6

New changelog entries:
  * 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)

13d6bfb... by Julian Andres Klode

Import patches-unapplied version 1.9.0 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 8810b9d08bfd9cf0eb74efa9e751193e91af36c0

New changelog entries:
  * python/pkgsrcrecords.cc: Improve readability of ...BuildDepends
  * Port to APT 1.9.0; incompatible changes:
    - Remove install_protect() methods
    - Remove Package.section attributes
    - Remove apt_pkg.rewrite_section()
    - Remove unneccessary sptr includes
    - apt_pkg.Hashes: remove md5, sha1, sha256 members
    - Port install progress to APT::Progress::PackageManagerProgressFd
    - apt_pkg.SourceRecords: Set md5 to None in tuple compat
    - Remove apt_pkg.Policy(: Package) variant
    - Remove Policy.get_match() method
    - Add apt_pkg.TagSection.write() method
    - apt_pkg.Hashes:
      + Make comparable
      + add hashvalue attribute
    - debian/control: Bump libapt-pkg-dev b-d to 1.9.0~
  * data/templates/Ubuntu.info.in: Add Eoan Ermine
  * Bug fixes:
    - apt_pkg.TagRemove: Terminate keyword list array in constructor
    - apt_pkg.HashStringList: Avoid nullptr dereference on no result

8810b9d... by Julian Andres Klode

Import patches-unapplied version 1.8.4 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 5d12d1b9cf7e54945de01c55d4ed549780716eeb

New changelog entries:
  * apt.Cache: Fix (un)locking in various places
    - Fix (un)locking of archives (Closes: #922416)
    - Use explicit, more safe locking in update()
  * Update mirror lists

5d12d1b... by Julian Andres Klode

Import patches-unapplied version 1.8.3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: b6f1011ed36b39c29e03b14f5d33f8f2fe453e22

New changelog entries:
  * test_aptsources: Fix test if current distribution does not exist

b6f1011... by Julian Andres Klode

Import patches-unapplied version 1.8.2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: a35a183296ca3c028eb029d3fbdfacb2acae56ec

New changelog entries:
  * Add a init_defaults() method to apt_pkg.Policy
  * Document what's new in 1.8