[Python-modules-commits] [python-keyring] 01/04: Import python-keyring_8.5.1.orig.tar.gz
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Apr 1 21:02:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-keyring.
commit 114fb2bc96ce44a5f212505466ad47c77ac6a3c7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Apr 1 22:57:16 2016 +0200
Import python-keyring_8.5.1.orig.tar.gz
---
.hgtags | 1 +
CHANGES.rst | 8 ++++++++
PKG-INFO | 2 +-
keyring.egg-info/PKG-INFO | 2 +-
keyring/backends/kwallet.py | 2 +-
setup.cfg | 2 +-
6 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/.hgtags b/.hgtags
index 8fb34e1..b29849d 100644
--- a/.hgtags
+++ b/.hgtags
@@ -106,3 +106,4 @@ d225d8ba8a020eed8170389090a5a82abc38289b 8.3
f9004a4c72d1e41f473eef3fefa7b596b30d9259 8.4
6ddcb034223246c4b67d9caea3f0deb18f462c59 8.4.1
5f0cc53d698fcac4174bc54ae84b3478cb5cd06e 8.5
+e837337c9b9375a9db508a2bd4dfd0e1c3e2bcc2 8.5.1
diff --git a/CHANGES.rst b/CHANGES.rst
index 8e4a2a4..fd3afab 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,14 @@
CHANGES
=======
+-----
+8.5.1
+-----
+
+* Pull Request #216: Kwallet backend now has lower
+ priority than the preferred SecretService backend,
+ now that the desktop check is no longer in place.
+
---
8.5
---
diff --git a/PKG-INFO b/PKG-INFO
index e7a7791..bcb8371 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: keyring
-Version: 8.5
+Version: 8.5.1
Summary: Store and access your passwords safely.
Home-page: https://github.com/jaraco/keyring
Author: Jason R. Coombs
diff --git a/keyring.egg-info/PKG-INFO b/keyring.egg-info/PKG-INFO
index e7a7791..bcb8371 100644
--- a/keyring.egg-info/PKG-INFO
+++ b/keyring.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: keyring
-Version: 8.5
+Version: 8.5.1
Summary: Store and access your passwords safely.
Home-page: https://github.com/jaraco/keyring
Author: Jason R. Coombs
diff --git a/keyring/backends/kwallet.py b/keyring/backends/kwallet.py
index 2b564a0..4148138 100644
--- a/keyring/backends/kwallet.py
+++ b/keyring/backends/kwallet.py
@@ -30,7 +30,7 @@ class DBusKeyring(KeyringBackend):
bus.get_object('org.kde.kwalletd5', '/modules/kwalletd5')
except dbus.DBusException:
raise RuntimeError('cannot connect to org.kde.kwalletd5')
- return 5.1
+ return 4.9
def __init__(self, *arg, **kw):
super(DBusKeyring, self).__init__(*arg, **kw)
diff --git a/setup.cfg b/setup.cfg
index 5532539..cc27168 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,6 @@ universal = 1
[egg_info]
tag_svn_revision = 0
-tag_build =
tag_date = 0
+tag_build =
--
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