[Python-modules-commits] [python-keyring] branch upstream updated (89765ec -> a9b957d)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Dec 5 15:08:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a change to branch upstream
in repository python-keyring.

      from  89765ec   Import python-keyring_10.0.2.orig.tar.gz
       new  a9b957d   Import python-keyring_10.1.orig.tar.gz

The 1 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.yml                                  |  2 -
 CHANGES.rst                                  |  7 +++-
 PKG-INFO                                     |  3 +-
 README.rst                                   |  1 +
 appveyor.yml                                 | 19 ++++++++++
 docs/conf.py                                 |  2 +-
 docs/requirements.txt                        |  1 +
 keyring.egg-info/PKG-INFO                    |  3 +-
 keyring.egg-info/SOURCES.txt                 |  2 +
 keyring/backend.py                           | 12 ++++++
 keyring/backends/SecretService.py            | 16 +++++---
 keyring/backends/Windows.py                  |  6 ++-
 keyring/backends/fail.py                     |  9 +++--
 keyring/backends/kwallet.py                  | 29 +++++++++++++--
 keyring/tests/backends/test_SecretService.py |  4 +-
 keyring/tests/backends/test_Windows.py       | 15 +-------
 keyring/tests/backends/test_kwallet.py       | 12 ++++--
 keyring/tests/test_backend.py                | 55 ++++++++++++++--------------
 keyring/util/escape.py                       |  2 +-
 setup.py                                     |  2 +-
 20 files changed, 135 insertions(+), 67 deletions(-)
 create mode 100644 appveyor.yml
 create mode 100644 docs/requirements.txt

-- 
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