Go to file
Sascha Peilicke e60ff2f28a Accepting request 201031 from home:dirkmueller:branches:devel:languages:python
- update to 3.0.5:
  * Simplified the implementation of ``keyring.core.load_keyring``. It now uses
  ``__import__`` instead of loading modules explicitly.
  * Renamed ``keyring.util.platform`` to ``keyring.util.platform_``. 
  * Ensure that modules are actually imported even in Mercurial's Demand Import
  environment.
  * Removed support for Python 2.5.
  * Removed names in ``keyring.backend`` moved in 1.1 and previously retained
  for compatibilty.
  *  GnomeKeyring: fix availability checks, and make sure the warning
  message from pygobject is not printed.
  *  Prioritized backend support. The primary interface for Keyring backend
  classes has been refactored to now emit a 'priority' based on the current
  environment (operating system, libraries available, etc). These priorities
  provide an indication of the applicability of that backend for the current
  environment. Users are still welcome to specify a particular backend in
  configuration, but the default behavior should now be to select the most
  appropriate backend by default.

OBS-URL: https://build.opensuse.org/request/show/201031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=21
2013-09-27 10:44:08 +00:00
.gitattributes Accepting request 19976 from home:adrianSuSE 2009-09-07 09:09:43 +00:00
.gitignore Accepting request 19976 from home:adrianSuSE 2009-09-07 09:09:43 +00:00
keyring-3.0.5.zip Accepting request 201031 from home:dirkmueller:branches:devel:languages:python 2013-09-27 10:44:08 +00:00
python-keyring.changes Accepting request 201031 from home:dirkmueller:branches:devel:languages:python 2013-09-27 10:44:08 +00:00
python-keyring.spec Accepting request 201031 from home:dirkmueller:branches:devel:languages:python 2013-09-27 10:44:08 +00:00