Accepting request 124284 from home:NicoK:branches:devel:languages:python
update to 0.9.1 OBS-URL: https://build.opensuse.org/request/show/124284 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=7
This commit is contained in:
parent
4173fe89b7
commit
13543fe2bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:634539e25028e053103432ad4054ea305ffc4424a2e9334ecb1de76b343682b7
|
|
||||||
size 43045
|
|
3
keyring-0.9.1.zip
Normal file
3
keyring-0.9.1.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef9fad76daeadd4ea2f8992e768d8dd873c812dd4c226cae1e64ccca4627377b
|
||||||
|
size 46907
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 8 22:12:52 UTC 2012 - Nico.Laus.2001@gmx.de
|
||||||
|
|
||||||
|
- update to version 0.9.1
|
||||||
|
* Fix for issue where SecretServiceBackend.set_password would
|
||||||
|
raise a UnicodeError on Python 3 or when a unicode password
|
||||||
|
was provided on Python 2.
|
||||||
|
* CryptedFileKeyring now uses PBKDF2 to derive the key from the
|
||||||
|
user's password and a random hash. The IV is chosen randomly
|
||||||
|
as well. All the stored passwords are encrypted at once. Any
|
||||||
|
keyrings using the old format will be automatically converted
|
||||||
|
to the new format (but will no longer be compatible with 0.9
|
||||||
|
and earlier). The user's password is no longer limited to 32
|
||||||
|
characters. PyCrypto 2.5 or greater is now required for this
|
||||||
|
keyring.
|
||||||
|
- update to version 0.9
|
||||||
|
* Add support for GTK 3 and secret service D-Bus. Fixes #52.
|
||||||
|
* Issue #60 - Use correct method for decoding.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 11 18:16:14 UTC 2012 - saschpe@gmx.de
|
Wed Apr 11 18:16:14 UTC 2012 - saschpe@gmx.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: python-keyring
|
Name: python-keyring
|
||||||
Version: 0.8.1
|
Version: 0.9.1
|
||||||
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