[Python-modules-commits] [python-keyring] branch upstream updated (6f63339 -> f1be0f7)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Jun 24 07:50:54 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  6f63339   Import python-keyring_8.5.orig.tar.gz
      adds  114fb2b   Import python-keyring_8.5.1.orig.tar.gz
       new  f1be0f7   Import python-keyring_9.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:
 .hgtags                                |   5 +
 .travis.yml                            |  11 ++
 CHANGES.rst                            | 122 +++++++-------------
 PKG-INFO                               |  41 ++++++-
 README.rst                             |  39 ++++++-
 docs/conf.py                           |  19 ++++
 docs/history.rst                       |   2 +-
 hook-keyring.backend.py                |   7 ++
 keyring.egg-info/PKG-INFO              |  41 ++++++-
 keyring.egg-info/SOURCES.txt           |   1 +
 keyring/backends/OS_X.py               | 144 +++---------------------
 keyring/backends/_OS_X_API.py          | 198 +++++++++++++++++++++++++++++++++
 keyring/backends/kwallet.py            |  49 +++++---
 keyring/core.py                        |  36 ------
 keyring/tests/backends/test_OS_X.py    |   5 -
 keyring/tests/backends/test_kwallet.py |  59 +++++++++-
 keyring/tests/test_backend.py          |  29 ++---
 pytest.ini                             |   2 +-
 setup.cfg                              |   2 +-
 setup.py                               |   2 +-
 20 files changed, 517 insertions(+), 297 deletions(-)
 create mode 100644 keyring/backends/_OS_X_API.py

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