diff --git a/keyring-0.8.1.zip b/keyring-0.8.1.zip deleted file mode 100644 index 4a16cc7..0000000 --- a/keyring-0.8.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:634539e25028e053103432ad4054ea305ffc4424a2e9334ecb1de76b343682b7 -size 43045 diff --git a/keyring-0.9.1.zip b/keyring-0.9.1.zip new file mode 100644 index 0000000..f87f922 --- /dev/null +++ b/keyring-0.9.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9fad76daeadd4ea2f8992e768d8dd873c812dd4c226cae1e64ccca4627377b +size 46907 diff --git a/python-keyring.changes b/python-keyring.changes index 344ea31..d7af2c0 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -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 diff --git a/python-keyring.spec b/python-keyring.spec index 526cbc4..2d80802 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -16,7 +16,7 @@ # Name: python-keyring -Version: 0.8.1 +Version: 0.9.1 Release: 0 Url: http://bitbucket.org/kang/python-keyring-lib Summary: Store and access your passwords safely