[Python-modules-commits] [python-keyring] branch upstream updated (6b1f37d -> 68f2592)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Jan 22 14:53:34 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  6b1f37d   Import python-keyring_6.1.orig.tar.gz
       new  68f2592   Import python-keyring_7.3.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:
 .gitignore                                   | 59 ++++++++++++++++++++++++
 .hgtags                                      |  9 ++++
 CHANGES.rst                                  | 69 ++++++++++++++++++++++++++++
 PKG-INFO                                     |  2 +-
 conftest.py                                  |  4 +-
 keyring.egg-info/PKG-INFO                    |  2 +-
 keyring.egg-info/SOURCES.txt                 |  6 +--
 keyring/backends/Gnome.py                    | 25 ++--------
 keyring/backends/OS_X.py                     |  5 ++
 keyring/backends/SecretService.py            |  2 -
 keyring/backends/__init__.py                 |  1 -
 keyring/backends/fail.py                     | 20 ++++++++
 keyring/backends/kwallet.py                  | 13 ++++--
 keyring/core.py                              | 65 ++++++++++++++++++--------
 keyring/py27compat.py                        |  5 ++
 keyring/py33compat.py                        | 31 +++++++++++++
 keyring/tests/backends/test_Gnome.py         | 24 ++--------
 keyring/tests/backends/test_Google.py        |  2 +-
 keyring/tests/backends/test_OS_X.py          |  2 +-
 keyring/tests/backends/test_SecretService.py |  3 +-
 keyring/tests/backends/test_Windows.py       |  3 +-
 keyring/tests/backends/test_crypto.py        |  2 +-
 keyring/tests/backends/test_file.py          |  3 +-
 keyring/tests/backends/test_keyczar.py       |  3 +-
 keyring/tests/backends/test_kwallet.py       |  2 +-
 keyring/tests/backends/test_multi.py         |  2 +-
 keyring/tests/backends/test_pyfs.py          |  3 +-
 keyring/tests/py30compat.py                  | 10 ----
 keyring/tests/test_XDG.py                    | 16 -------
 keyring/tests/test_cli.py                    |  3 +-
 keyring/tests/test_util.py                   |  3 +-
 keyring/util/XDG.py                          | 25 ----------
 keyring/util/platform_.py                    | 60 ++++++++++++++++--------
 33 files changed, 321 insertions(+), 163 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 keyring/backends/fail.py
 create mode 100644 keyring/py33compat.py
 delete mode 100644 keyring/tests/py30compat.py
 delete mode 100644 keyring/tests/test_XDG.py
 delete mode 100644 keyring/util/XDG.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