[Python-modules-commits] [python-keyring] branch debian/master updated (d63ba70 -> eeb6c9f)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Dec 15 21:34:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch debian/master
in repository python-keyring.
from d63ba70 Migrate from git-dpm to gbp.
adds 799ba8d New upstream version 10.5.0
adds 2c90435 New upstream version 10.5.1
new fa5ab86 Update upstream source from tag 'upstream/10.5.1'
new eeb6c9f New upstream release.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis-osx | 1 +
.travis.yml | 52 ++++++------
CHANGES.rst | 22 ++++-
LICENSE | 7 ++
PKG-INFO | 18 +++--
README.rst | 12 +--
appveyor.yml | 6 +-
conftest.py | 2 +-
debian/changelog | 6 ++
docs/conf.py | 6 +-
hook-keyring.backend.py | 4 +-
keyring.egg-info/PKG-INFO | 18 +++--
keyring.egg-info/SOURCES.txt | 1 +
keyring.egg-info/requires.txt | 1 +
keyring/__init__.py | 16 ++--
keyring/backend.py | 9 ++-
keyring/backends/OS_X.py | 6 +-
keyring/backends/SecretService.py | 18 +++--
keyring/backends/Windows.py | 6 +-
keyring/backends/_OS_X_API.py | 115 ++++++++++++++-------------
keyring/backends/kwallet.py | 19 +++--
keyring/cli.py | 18 +++--
keyring/core.py | 9 ++-
keyring/credentials.py | 5 +-
keyring/devpi_client.py | 3 +-
keyring/errors.py | 6 ++
keyring/http.py | 1 +
keyring/py27compat.py | 3 +
keyring/tests/backends/test_OS_X.py | 4 +-
keyring/tests/backends/test_SecretService.py | 6 +-
keyring/tests/backends/test_Windows.py | 2 +-
keyring/tests/backends/test_kwallet.py | 36 +++++----
keyring/tests/test_backend.py | 8 +-
keyring/tests/util.py | 11 ++-
keyring/util/__init__.py | 2 +
keyring/util/escape.py | 6 ++
keyring/util/platform_.py | 16 +++-
keyring/util/properties.py | 4 +
setup.cfg | 5 +-
setup.py | 14 +++-
tests/test_packaging.py | 1 +
tox.ini | 4 +-
42 files changed, 332 insertions(+), 177 deletions(-)
create mode 100644 LICENSE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyring.git
More information about the Python-modules-commits
mailing list