simplestreams:ubuntu/devel

Last commit made on 2024-04-12
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/simplestreams
Members of simplestreams-dev can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:simplestreams

Recent commits

f7beb14... by Alberto Contreras

releasing simplestreams version 0.1.0-67-g8497b634-0ubuntu1

f4153d4... by Alberto Contreras

update changelog (New upstream snapshot 0.1.0-67-g8497b634).

be4ac05... by Alberto Contreras

Update debian/changelog

affed8b... by Alberto Contreras

d/p/test-rotate-example-keys: drop it, included in snapshot 0.1.0-67-g8497b634

54fdf55... by Alberto Contreras

merge from master at 0.1.0-67-g8497b634

9419d87... by Alberto Contreras

sync with downstream ubuntu-devel

Include changes from [1].

[1] https://launchpad.net/ubuntu/+source/simplestreams/0.1.0-48-gb936edd4-0ubuntu2

8497b63... by Alberto Contreras

feat(s3objectstore)!: migrate to python3-boto3

Migrate S3ObjectStore from python3-boto to python3-boto3.

BREAKING CHANGE: Some of the methods did not capture all the underlying
boto expeceptions, and exceptions are different between boto and boto3.
Thus, any callsite handling boto exceptions may have to adjust them.

BREAKING CHANGE: S3ObjectStore.bucket did expose a boto class which is
different in boto3. `bucket` has been removed to not couple
simplestreams' API with boto{,3}'s API. S3ObjectStore.bucketname is
still exposed, so callsites can refer to it however they want.

LP: #2052437

8ab0398... by Paride Legovini

tests: replace deprecated assertEquals with assertEqual

aba6969... by Alexsander de Souza

allow downloading files externally

support applications that want use this module to handle
simplestreams metadata but need to download files using
external mechanisms.

c8f16ca... by Paride Legovini

tox: add allowlist_externals to tox.ini for tox4 compatibility

Also: rename whitelist_externals to allowlist_externals, as the former
has been deprecated in tox4.