[Python-modules-commits] [python-keyring] branch master updated (b617d7b -> 4924f8c)

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


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

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

      from  b617d7b   Release to unstable.
       new  a9b957d   Import python-keyring_10.1.orig.tar.gz
       new  4924f8c   Merge new upstream release (10.1).

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.yml                                      |  2 -
 CHANGES.rst                                      |  7 ++-
 PKG-INFO                                         |  3 +-
 README.rst                                       |  1 +
 appveyor.yml                                     | 19 ++++++++
 debian/.git-dpm                                  | 14 +++---
 debian/changelog                                 |  7 +++
 debian/patches/secretstorage_any_collection.diff | 26 -----------
 debian/patches/series                            |  1 -
 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     |  9 ++--
 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 +-
 24 files changed, 149 insertions(+), 106 deletions(-)
 create mode 100644 appveyor.yml
 delete mode 100644 debian/patches/secretstorage_any_collection.diff
 delete mode 100644 debian/patches/series
 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