lp:~virtustom/simplestreams

Owned by Tomáš Virtus
Get this repository:
git clone https://git.launchpad.net/~virtustom/simplestreams
Only Tomáš Virtus can upload to this repository. If you are Tomáš Virtus please log in for upload directions.

Branches

Name Last Modified Last Commit
master 2021-11-30 15:15:59 UTC
Restores support for older versions of python-requests

Author: Philip Roche
Author Date: 2021-11-30 15:15:59 UTC

Restores support for older versions of python-requests

If simplestreams is being used with a version of
python-requests < 2.4.1 then any calls to request.get
will result in
```
ValueError: Timeout value connect was (TIMEOUT, None), but it must
be an int or float.
```
The option to use a tuple of (content timeout,read timeout) was
in troduced in requests 2.4.1. Making this chance restores support
for systems with python-requests < 2.4.1 while still retaining the
support for the timeout feature which now will continue to behave
like the non requests Urllib2UrlReader class.

ubuntu/devel 2021-11-24 17:42:11 UTC
update changelog (New upstream snapshot 0.1.0-48-gb936edd4).

Author: Paride Legovini
Author Date: 2021-11-24 17:42:11 UTC

update changelog (New upstream snapshot 0.1.0-48-gb936edd4).

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.

Subscribers