New changelog entries:
* debian/README.source, debian/new-upstream-snapshot: add
script to do what README.source said to do before.
* New upstream snapshot.
- glance mirror: use 'virt' key for hypervisor type and use names
'kvm' and 'lxd' rather than 'qemu' and 'lxc' (LP: #1560903)
New changelog entries:
* New upstream snapshot.
- glance mirror: better support for multi-hypervisor regions in
OpenStack (LP: #1518260)
- util.py: dump_data: dump json data with sorted keys
New changelog entries:
* New upstream snapshot.
- sstream-query, sstream-mirror: fix a bug where --no-verify did not
work with signed streams.
- sanitize size parameter to read on Readers to address differences
in python2 and python3 (LP: #1523682).
* debian/control:
- bump standards version
- add build-depends on python-requests, python3-requests
- add build-depends on dh-python
* debian/copyright: fix lintian error by changing license name
'agplv3' to 'AGPL-3'
New changelog entries:
* New upstream snapshot.
- support using gpgv if available and a keyring is provided (LP: #1250370)
- sstream-mirror: fix trace if .data is not present (LP: #1511364)
- support --json output to sstream-query
- sstream-mirror do not write status information to stdout.
- add json2streams command for converting json data to stream format.
* debian/control: mention build-depends on python-mock and python3-mock
New changelog entries:
* New upstream snapshot.
- sstream-mirror, sstream-query, sstream-sync: add --no-verify
flag (LP: #1249018)
- pep8/flake8 cleanups
- several closing of filehandle fixes (LP: #1461181)
- GlanceMirror fix stack trace if no matching entries (LP: #1353724)
- tools: upstream development tools fixes (not shipped in ubuntu)
- GlanceMirror: change known Ubuntu arches into appropriate glance
arch values (LP: #1483159)
- Ensure all users of 'sync' get checksumming of content by default.
insert_item now provides a content source that does checksumming
during reads and raises exception on error (LP: #1487004)
* debian/README.source: add file, doc how to take upstream snapshot
* debian/rules: export SS_REQUIRE_DISTRO_INFO so that test
runs without a dependency on distro-info
New changelog entries:
* New upstream snapshot.
- GlanceMirror: identify images as i686 not i386 (LP: #1454775)
- sstream-mirror: debug statement about filtered items
- GlanceMirror: do not strip version information from endpoints
(LP: #1346935)
- general fixes to tools/ that are upstream only, not packaged.