~alexmurray/ubuntu-dev-tools:fix-ppa-pull-lp-1938659

Last commit made on 2021-08-03
Get this branch:
git clone -b fix-ppa-pull-lp-1938659 https://git.launchpad.net/~alexmurray/ubuntu-dev-tools
Only Alex Murray can upload to this branch. If you are Alex Murray please log in for upload directions.

Branch merges

Branch information

Name:
fix-ppa-pull-lp-1938659
Repository:
lp:~alexmurray/ubuntu-dev-tools

Recent commits

296e498... by Alex Murray

archive: Fix PersonalPackageArchiveSourcePackage to yield URLs

Yielding the result of super()_source_urls() / _binary_urls() yields the
generator object itself which generates the list of URLs - not the URLs
which would be returned from this generator. Instead use yield from which
forwards the yield onto the generator object itself.

Fixes LP: #1938659

Signed-off-by: Alex Murray <email address hidden>

3f0d63d... by Mattia Rizzolo

Release 0.184

Signed-off-by: Mattia Rizzolo <email address hidden>

49527c3... by Mattia Rizzolo

d/control: Bump debhelper compat level to 13.

Signed-off-by: Mattia Rizzolo <email address hidden>

14a8005... by Mattia Rizzolo

d/control: remove redudant Recommends that are already in Depends.

Signed-off-by: Mattia Rizzolo <email address hidden>

52032eb... by Mattia Rizzolo

Merge branch 'ccache-support' of git+ssh://git.launchpad.net/~3v1n0/ubuntu-dev-tools

MR: https://code.launchpad.net/~3v1n0/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/401817
Signed-off-by: Mattia Rizzolo <email address hidden>

4fc36ef... by Mattia Rizzolo

pbuilder-dist: use shutil.which instead of distutils.spawn.find_executable() to save a dependency

LP: #1936697
Signed-off-by: Mattia Rizzolo <email address hidden>

7f227f6... by Dan Streetman

update changelog

d598900... by Dan Streetman

d/control: remove no longer needed requirements

Nothing uses termcolor or yaml anymore in the code

b4ca04e... by Dan Streetman

test: fix archive tests

Assumptions were made about the implementation by mocking
that are no longer true, and the tests generally need to be
fixed to be more robust about testing

0eaf717... by Dan Streetman

test: fix example package class

this class can be much simpler and more robust and doesn't require
checking in the example package files to git