~aciba/simplestreams:ubuntu/devel-raw

Last commit made on 2024-04-11
Get this branch:
git clone -b ubuntu/devel-raw https://git.launchpad.net/~aciba/simplestreams
Only Alberto Contreras can upload to this branch. If you are Alberto Contreras please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/devel-raw
Repository:
lp:~aciba/simplestreams

Recent commits

e82a6f8... by Alberto Contreras

releasing simplestreams version 0.1.0-67-g8497b634-0ubuntu1

c64dfaf... by Alberto Contreras

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

82f9ab4... by Alberto Contreras

merge from master at 0.1.0-67-g8497b634

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.

3360bc9... by Paride Legovini

Fix CI failures

Changes:
 - Fix linting (wrap long lines)
 - Install pkg-config on non-amd64 architectures

6841419... by Dominik Viererbe

test: rotate example gpg keys

examples/keys/example.pub and examples/keys/example.sec
expired on 2023-02-24; see (LP: #2013081).

Note: the new keys do not expire anymore as requested by
      Robie Basak (racb).

e9f6524... by Philip Roche

Merge toabctl-master-make-test-data-optional-aws into master [a=toabctl] [r=philroche]

make-test-data: add --skip-aws option

MP: https://code.launchpad.net/~toabctl/simplestreams/+git/simplestreams/+merge/437132