2013-09-04 15:40:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 4 13:35:14 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.6.1:
|
|
|
|
+ Only include pytest-runner in 'setup requirements' when ptr invocation is
|
|
|
|
indicated in the command-line (Issue #105).
|
|
|
|
|
2013-07-22 08:17:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2013-07-03 17:59:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 3 15:45:06 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 1.5:
|
|
|
|
* SecretService: allow deleting items created using previous python-keyring versions.
|
|
|
|
* Use secretstorage.get_default_collection if it's available.
|
|
|
|
* Switch GnomeKeyring backend to use native libgnome-keyring via GObject
|
|
|
|
Introspection, not the obsolete python-gnomekeyring module
|
|
|
|
* Use the SecretStorage library to implement the Secret Service backend
|
|
|
|
(instead of using dbus directly)
|
|
|
|
* Now the keyring supports prompting for and deleting passwords
|
|
|
|
|
|
|
|
- do not unconditionally recommend python-kde4
|
|
|
|
- python-gnomekeyring is not needed anymore
|
|
|
|
|
2013-03-22 15:01:43 +01:00
|
|
|
-------------------------------------------------------------------
|
2013-03-22 15:11:29 +01:00
|
|
|
Fri Mar 22 14:07:23 UTC 2013 - speilicke@suse.com
|
2013-03-22 15:01:43 +01:00
|
|
|
|
2013-03-22 15:30:45 +01:00
|
|
|
- Recommend both python-gnomekeyring and python-kde4 needed for
|
|
|
|
Gnome and KDE keyring implementations.
|
2013-03-22 15:01:43 +01:00
|
|
|
|
2013-02-11 10:21:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 11 09:19:27 UTC 2013 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Drop old SUSE checks
|
|
|
|
- Add python-unittest2 build requirement to make sure the testsuite
|
|
|
|
passes on SLE_11_SP2
|
|
|
|
|
2013-02-11 10:11:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 10 14:33:59 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 1.2.2:
|
|
|
|
* Fixed handling situations when user cancels kwallet dialog or denies
|
|
|
|
access for the app.
|
|
|
|
- Add new dependencies
|
|
|
|
- FIx shebang rpmlint warnings
|
|
|
|
|
2012-06-11 09:44:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2012-04-11 20:16:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 11 18:16:14 UTC 2012 - saschpe@gmx.de
|
|
|
|
|
|
|
|
- Disable testsuite on SLE_11_SP2 to fix build
|
|
|
|
|
2012-04-03 15:46:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 3 13:46:06 UTC 2012 - adrian@suse.de
|
|
|
|
|
|
|
|
- update to version 0.8.1
|
|
|
|
* file keys are store in a plattform friendly location
|
|
|
|
|
2012-02-01 11:55:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 1 10:51:39 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Spec file cleanup:
|
|
|
|
* Add proper provides/obsoletes pairs for -gnome and -kde subpackages
|
|
|
|
* Removed outdated %clean section
|
|
|
|
* Package CONTRIBUTORS.txt
|
|
|
|
* Run testsuite
|
|
|
|
- Update to version 0.7.1:
|
|
|
|
* Removed non-ASCII characters from README and CHANGES docs
|
|
|
|
- Changes from version 0.7:
|
|
|
|
* Python 3 is now supported.
|
|
|
|
* Extension modules on Mac and Windows replaced by pure-Python ctypes
|
|
|
|
implementations. Thanks to Jerome Laheurte.
|
|
|
|
* WinVaultKeyring now supports multiple passwords for the same service.
|
|
|
|
* Most of the tests don't require user interaction anymore.
|
|
|
|
* Entries stored in Gnome Keyring appears now with a meaningful name
|
|
|
|
if you try to browser your keyring (for ex. with Seahorse)
|
|
|
|
* Tests from Gnome Keyring no longer pollute the user own keyring.
|
|
|
|
* keyring.util.escape now accepts only unicode strings. Don't try
|
|
|
|
to encode strings passed to it.
|
|
|
|
|
2011-09-02 11:21:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 2 08:12:48 UTC 2011 - adrian@suse.de
|
|
|
|
|
|
|
|
- update to version 0.6.2
|
|
|
|
* Gnome keyring should not be used if there is no DISPLAY or if
|
|
|
|
the dbus is not around
|
|
|
|
(https://bugs.launchpad.net/launchpadlib/+bug/752282).
|
|
|
|
* Added keyring.http for facilitating HTTP Auth using keyring.
|
|
|
|
* Add a utility to access the keyring from the command line.
|
|
|
|
* Remove a spurious KDE debug message when using KWallet
|
|
|
|
* Fix a bug that caused an exception if the user canceled the
|
|
|
|
KWallet dialog
|
|
|
|
(https://bitbucket.org/kang/python-keyring-lib/issue/37/user-canceling-of-kde-wallet-dialogs).
|
|
|
|
* Now using the existing Gnome and KDE python libs instead of
|
|
|
|
custom C++ code.
|
|
|
|
* Using the getpass module instead of custom code
|
|
|
|
* Fixed the setup script (some subdirs were not included in
|
|
|
|
the release.)
|
|
|
|
* Fixed keyring.core when the user doesn't have a cfg, or is
|
|
|
|
not properly configured.
|
|
|
|
* Fixed escaping issues for usernames with non-ascii characters
|
|
|
|
- -gnome and -kde sub packages became obsolete
|
|
|
|
|
2009-11-24 17:03:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 13 12:39:06 UTC 2009 - adrian@suse.de
|
|
|
|
|
|
|
|
- update to version 0.2
|
|
|
|
|
2009-09-07 11:09:43 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 4 13:00:31 UTC 2009 - adrian@suse.de
|
|
|
|
|
|
|
|
- package initial version 0.1
|
|
|
|
|