lp:simplestreams

Get this repository:
git clone https://git.launchpad.net/simplestreams
Members of simplestreams-dev can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
ubuntu/devel 2024-04-12 08:57:59 UTC
releasing simplestreams version 0.1.0-67-g8497b634-0ubuntu1

Author: Alberto Contreras
Author Date: 2024-04-12 07:19:05 UTC

releasing simplestreams version 0.1.0-67-g8497b634-0ubuntu1

master 2024-04-11 12:00:24 UTC
feat(s3objectstore)!: migrate to python3-boto3

Author: Alberto Contreras
Author Date: 2024-04-11 12:00:24 UTC

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

warn-warning 2020-12-17 17:43:35 UTC
simplestreams: fix use of deprecated LOG.warn method

Author: Dan Watkins
Author Date: 2020-12-17 17:42:16 UTC

simplestreams: fix use of deprecated LOG.warn method

drop-py2-packages 2019-11-26 16:47:12 UTC
enable tox to specify the Python version to use in sign-examples

Author: Dan Watkins
Author Date: 2019-11-26 16:46:39 UTC

enable tox to specify the Python version to use in sign-examples

The shebang of js2signed has been updated to Python 3, which means that
sign-examples now runs it using Python 3 by default. sign-examples is
used to setup the tox tests, which means that this change caused the
Python 2 tox environment to fail. As sign-examples is a shell wrapper
for the js2signed Python script, we can't simply invoke it using the
correct Python executable. So, instead, we add the SS_PYTHON
environment variable which allows us to specify which Python executable
to use (whilst still defaulting to using the default shebang if it isn't
set).

ubuntu/trusty-build-recipe 2018-11-01 16:06:54 UTC
Add debian/README.source

Author: Scott Moser
Author Date: 2018-10-31 20:10:58 UTC

Add debian/README.source

15 of 5 results
This repository contains Public information 
Everyone can see this information.