~ddstreet/ubuntu/+source/python-apt:master

Last commit made on 2020-03-04
Get this branch:
git clone -b master https://git.launchpad.net/~ddstreet/ubuntu/+source/python-apt
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ddstreet/ubuntu/+source/python-apt

Recent commits

05a876f... by Julian Andres Klode

Merge branch 'rstrip_slash_test' into 'master'

test for rstrip('/') from SourceEntry.uri, and patch to correct SourcesList.__find() uri compare

See merge request apt-team/python-apt!42

b0706fa... by Julian Andres Klode

Merge branch 'distinfo_py3' into 'master'

distinfo: correct subprocess usage

See merge request apt-team/python-apt!41

80c8aeb... by Julian Andres Klode

Release 1.9.8

75dc1fc... by Julian Andres Klode

Fix build against apt 1.9.11 (Index -> MapPointer)

021c0f7... by Dan Streetman

test: add test to verify identical entries except trailing slash are considered equal

2ea3798... by Dan Streetman

sourceslist: in __find() rstrip / from uri when comparing

This is follow-on to the earlier commit that fixes the SourceEntry
equality function.

d052c84... by Dan Streetman

distinfo: correct subprocess usage

The release codename is retrieved using a call to lsb_release, but the
result is bytes, not a str, so later usage is mixed into a string path
and fails to correctly find the properly named template file.

The call can throw IOError in python3 (actually FileNotFoundError,
but that error doesn't exist in python2) so catch that also.

0cdc5c8... by Julian Andres Klode

Release 1.9.7

954a5f9... by Julian Andres Klode

debian/tests/run-tests: Use py{3,}versions -s, not py{,3}versions -r

Calling pyversions with -r complains about the field being absent,
and we should work for all supported versions anyway, regardless
of what we requested at build time.

3a29640... by Julian Andres Klode

Release 1.9.6