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
This commit is contained in:
Sascha Peilicke 2013-07-22 06:17:23 +00:00 committed by Git OBS Bridge
parent bac59a4e59
commit 6239a59d74
5 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20e4e34f15deca61d5a58edc1d2e5e3720cbdc340726d4918590036db6decfab
size 79028

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7065e8584d3b9724413eaa42198f0b6433a3c097b620bb176fd1e340cfb9dda
size 80478

3
keyring-1.6.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a44a8c0010ddcd8bedb37bc9315e79e9dce6b4873ef9164d202c0ce88a7c7d4c
size 82606

View File

@ -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

View File

@ -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