From e60ff2f28a8e83d4797260fbbea39e1da720b344130d773c25607e58c28be582 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 27 Sep 2013 10:44:08 +0000 Subject: [PATCH] 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 --- keyring-1.6.1.zip | 3 --- keyring-3.0.5.zip | 3 +++ python-keyring.changes | 22 ++++++++++++++++++++++ python-keyring.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 keyring-1.6.1.zip create mode 100644 keyring-3.0.5.zip diff --git a/keyring-1.6.1.zip b/keyring-1.6.1.zip deleted file mode 100644 index ff6ef72..0000000 --- a/keyring-1.6.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:720a53234749edf0c103e61abe07a16b2ad48b46295c96f58fb804158a739a04 -size 80183 diff --git a/keyring-3.0.5.zip b/keyring-3.0.5.zip new file mode 100644 index 0000000..3c0d5f2 --- /dev/null +++ b/keyring-3.0.5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f0665ee2d969170dcd6b9e83e76cc7fca2be5a40943700ce2624a0a02f9658 +size 84181 diff --git a/python-keyring.changes b/python-keyring.changes index 60d41e1..0a9569c 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Sep 27 07:11:55 UTC 2013 - dmueller@suse.com + +- 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. + ------------------------------------------------------------------- Wed Sep 4 13:35:14 UTC 2013 - speilicke@suse.com diff --git a/python-keyring.spec b/python-keyring.spec index ab685e2..6d6248e 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -17,7 +17,7 @@ Name: python-keyring -Version: 1.6.1 +Version: 3.0.5 Release: 0 Url: http://bitbucket.org/kang/python-keyring-lib Summary: Store and access your passwords safely