~ddstreet/ubuntu-dev-tools:cleanup

Last commit made on 2021-11-22
Get this branch:
git clone -b cleanup https://git.launchpad.net/~ddstreet/ubuntu-dev-tools
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
cleanup
Repository:
lp:~ddstreet/ubuntu-dev-tools

Recent commits

8fe22fb... by Dan Streetman

Remove hugdaylist script

The last email announcing a 'hug day' appears to have been over
5 years ago, and the hugdaylist script doesn't seem to work
right anymore anyway.

This also removes ubuntutools/lp/libsupport, which has no functions
used by anything else.

0603806... by Dan Streetman

update changelog

4d72d18... by Dan Streetman

pullpkg: change pull_upload_queue params into specific keyword-only params

2026196... by Dan Streetman

pullpkg: unpack downloaded src from upload queue

d05e023... by Dan Streetman

ubuntutools: don't sys.exit if unpack fails, just log it

de295fe... by Dan Streetman

ubuntutools/misc: return dst Path object from download()

1e20363... by Dan Streetman

ubuntutools/misc: use iter_content instead of raw stream access

Reading the raw stream doesn't decode files that are content-encoded,
which is true for the 'changes' file from launchpad, so it's saved
to disk gzipped which isn't what is expected.

Using the python requests iter_content method instead uses the
built-in stream decoding that the requests library provides, and
saves the file uncompressed/unencoded.

Note that since the encoded Content-Length won't match the resulting
unencoded actual length of data we save to file, this also turns off
the progress bar for any files that have Content-Encoding.

85125e3... by Dan Streetman

ubuntutools/misc: allow specifying blocksize to download methods

cfa4599... by Dan Streetman

ubuntutools/misc: create helper class to display download progress bar

a74a49f... by Mattia Rizzolo

backportpackage: Support backporting to Debian releases. LP: #974132

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