Accepting request 183947 from 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. (forwarded request 183721 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/183947 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=6
This commit is contained in:
commit
39a551abed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:20e4e34f15deca61d5a58edc1d2e5e3720cbdc340726d4918590036db6decfab
|
|
||||||
size 79028
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7065e8584d3b9724413eaa42198f0b6433a3c097b620bb176fd1e340cfb9dda
|
|
||||||
size 80478
|
|
3
keyring-1.6.zip
Normal file
3
keyring-1.6.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a44a8c0010ddcd8bedb37bc9315e79e9dce6b4873ef9164d202c0ce88a7c7d4c
|
||||||
|
size 82606
|
@ -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
|
Wed Jul 3 15:45:06 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-keyring
|
Name: python-keyring
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://bitbucket.org/kang/python-keyring-lib
|
Url: http://bitbucket.org/kang/python-keyring-lib
|
||||||
Summary: Store and access your passwords safely
|
Summary: Store and access your passwords safely
|
||||||
|
Loading…
Reference in New Issue
Block a user