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
main 2024-08-26 13:15:38 UTC
Support private SSL CAs by using the system store

Author: Trent Lloyd
Author Date: 2024-08-26 13:15:38 UTC

Support private SSL CAs by using the system store

Most Python SSL requests use the certifi library, which ships it's own
copy of the Mozilla trusted CA certificates and ignores the system SSL
CA store which may have been customised to include a private/self-signed
SSL CA.

The Ubuntu packaged verison of certifi is patched to do this, but for
snaps and virtual environments we need to specifically request it by
setting REQUESTS_CA_BUNDLE to the relevant path.

LP: #1883842, #2071595

master 2024-07-26 11:24:37 UTC
Branch rename notice

Author: master2main tool
Author Date: 2024-07-26 11:24:37 UTC

Branch rename notice

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

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

16 of 6 results
This repository contains Public information 
Everyone can see this information.