[Python-modules-commits] [python-keyring] branch master updated (6d78ae8 -> c1dffc5)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Jun 24 07:50:52 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  6d78ae8   Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION
       new  f1be0f7   Import python-keyring_9.1.orig.tar.gz
       new  8fa7654   record new upstream branch created by importing python-keyring_9.1.orig.tar.gz and merge it
       new  4b3bf0c   Merge new upstream release (9.1)
       new  9d5dcf8   Bump years in debian/copyright.
       new  08dde2f   Bump Standards-Version to 3.9.8, no changes needed.
       new  95b70c7   Require pytest at least version 2.8, per upstream setup.py.
       new  c1dffc5   Release to unstable.

The 7 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                                |   4 +
 .travis.yml                            |  11 ++
 CHANGES.rst                            | 118 ++++++--------------
 PKG-INFO                               |  41 ++++++-
 README.rst                             |  39 ++++++-
 debian/.git-dpm                        |  14 +--
 debian/changelog                       |  11 +-
 debian/control                         |   6 +-
 debian/copyright                       |   6 +-
 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            |  47 +++++---
 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                              |   4 +-
 setup.py                               |   2 +-
 24 files changed, 532 insertions(+), 314 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