python-secretstorage:secretstorage-2.3

Last commit made on 2018-08-27
Get this branch:
git clone -b secretstorage-2.3 https://git.launchpad.net/python-secretstorage

Branch merges

Branch information

Name:
secretstorage-2.3
Repository:
lp:python-secretstorage

Recent commits

53e72cd... by Dmitry Shachnev

Travis fixes

- Clone libsecret from gitlab.gnome.org.
- Pin setuptools to 39.2.0, the last version to support Python 3.3.
- Pin dbus-python to 1.2.4, the last version to work on Trusty.

aa2995d... by Dmitry Shachnev

.travis.yml: Upgrade setuptools and install enum34

Needed by new version of cryptography module.

2636a47... by Dmitry Shachnev

Switch Travis to container-based infrastructure

See https://docs.travis-ci.com/user/migrating-from-legacy/.

50b70cd... by Dmitry Shachnev

Add a setup.cfg file for universal wheels generation, refs #9

e11dcd5... by Dmitry Shachnev

README.rst: Update link to dbus-python

0aeef34... by Dmitry Shachnev

docs: Avoid infinite recursion in ReadTheDocs mocking code

See rtfd/readthedocs.org#2468.

b3bf1f0... by Dmitry Shachnev

Extend the Travis hack to work with Python 3.6 too

495d998... by Dmitry Shachnev

Add Python 3.6 to supported versions

6213324... by Dmitry Shachnev

docs: Mock dbus for ReadTheDocs build

As suggested in the ReadTheDocs FAQ for all C extensions.

95d2ab7... by Dmitry Shachnev

docs: Add some notes on unlocking collections

Fixes #8.