From 6239a59d74c84fe95a5972e3e62f2c20a3864b5677ee3a96a813a8069dcef2e6 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 22 Jul 2013 06:17:23 +0000 Subject: [PATCH] Accepting request 183721 from home:dirkmueller:branches:devel:languages:python - update to 1.6: - Use the same attributes (``username`` / ``service``) as the SecretService backend uses, allow searching for old ones for compatibility. - Also set ``application`` attribute. - Correctly handle all types of errors, not only ``CANCELLED`` and ``NO_MATCH``. - Avoid printing warnings to stderr when GnomeKeyring is not available. - Use a better label for passwords, the same as GNOME Keyring backend uses. OBS-URL: https://build.opensuse.org/request/show/183721 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=18 --- keyring-1.2.2.zip | 3 --- keyring-1.5.zip | 3 --- keyring-1.6.zip | 3 +++ python-keyring.changes | 11 +++++++++++ python-keyring.spec | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 keyring-1.2.2.zip delete mode 100644 keyring-1.5.zip create mode 100644 keyring-1.6.zip diff --git a/keyring-1.2.2.zip b/keyring-1.2.2.zip deleted file mode 100644 index e7e7d50..0000000 --- a/keyring-1.2.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20e4e34f15deca61d5a58edc1d2e5e3720cbdc340726d4918590036db6decfab -size 79028 diff --git a/keyring-1.5.zip b/keyring-1.5.zip deleted file mode 100644 index 399ab31..0000000 --- a/keyring-1.5.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7065e8584d3b9724413eaa42198f0b6433a3c097b620bb176fd1e340cfb9dda -size 80478 diff --git a/keyring-1.6.zip b/keyring-1.6.zip new file mode 100644 index 0000000..77b2633 --- /dev/null +++ b/keyring-1.6.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44a8c0010ddcd8bedb37bc9315e79e9dce6b4873ef9164d202c0ce88a7c7d4c +size 82606 diff --git a/python-keyring.changes b/python-keyring.changes index b6689d3..fd3197f 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jul 19 11:01:08 UTC 2013 - dmueller@suse.com + +- update to 1.6: + - Use the same attributes (``username`` / ``service``) as the SecretService + backend uses, allow searching for old ones for compatibility. + - Also set ``application`` attribute. + - Correctly handle all types of errors, not only ``CANCELLED`` and ``NO_MATCH``. + - Avoid printing warnings to stderr when GnomeKeyring is not available. + - Use a better label for passwords, the same as GNOME Keyring backend uses. + ------------------------------------------------------------------- Wed Jul 3 15:45:06 UTC 2013 - dmueller@suse.com diff --git a/python-keyring.spec b/python-keyring.spec index 482b30f..b2b21fd 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -17,7 +17,7 @@ Name: python-keyring -Version: 1.5 +Version: 1.6 Release: 0 Url: http://bitbucket.org/kang/python-keyring-lib Summary: Store and access your passwords safely