forked from pool/python-keyring
- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
b834b26ac1
commit
c63e3f2944
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 08:12:48 UTC 2011 - adrian@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user