14
0

Accepting request 80615 from home:adrianSuSE:branches:devel:languages:python

version update

OBS-URL: https://build.opensuse.org/request/show/80615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2011-09-02 09:21:32 +00:00
committed by Git OBS Bridge
parent b0ba297c74
commit b834b26ac1
4 changed files with 32 additions and 35 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Nov 13 12:39:06 UTC 2009 - adrian@suse.de