[Python-modules-commits] [python-keyring] branch master updated (fb21de6 -> b044fa0)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Jan 22 14:53:33 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 fb21de6 Release to unstable.
new 68f2592 Import python-keyring_7.3.orig.tar.gz
new 11f5970 record new upstream branch created by importing python-keyring_7.3.orig.tar.gz and merge it
new b044fa0 Release to unstable.
The 3 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 +-
debian/.git-dpm | 14 +++---
debian/changelog | 6 +++
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 ++++++++++++++++--------
35 files changed, 334 insertions(+), 170 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