From 27617e3f0068a17401be45da9f5b138fee1c34a45b79141666cf89dbe61c275d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 17 Mar 2014 10:19:46 +0000 Subject: [PATCH] - Update to version 3.6: * Add support for packages that wish to bundle keyring by using relative imports throughout. - Changes from version 3.5: * Issue #49: Give the backend priorities a 1.5 multiplier bump when an XDG_CURRENT_DESKTOP environment variable matches the keyring's target environment. * Issue #99: Clarified documentation on location of config and data files. Prepared the code base to treat the two differently on Unix-based systems. For now, the behavior is unchanged. - Changes from version 3.4: * Extracted FileBacked and Encrypted base classes. * Add a pyinstaller hook to expose backend modules. Ref #124 * Pull request #41: Use errno module instead of hardcoding error codes. * SecretService backend: correctly handle cases when user dismissed the collection creation or unlock prompt. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=25 --- keyring-3.3.zip | 3 --- keyring-3.6.zip | 3 +++ python-keyring.changes | 20 ++++++++++++++++++++ python-keyring.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 keyring-3.3.zip create mode 100644 keyring-3.6.zip diff --git a/keyring-3.3.zip b/keyring-3.3.zip deleted file mode 100644 index 5f5fafe..0000000 --- a/keyring-3.3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42e0d335102cb2cace64289c86faa6686b6addad803b032bf564046e24d1936 -size 86419 diff --git a/keyring-3.6.zip b/keyring-3.6.zip new file mode 100644 index 0000000..721e997 --- /dev/null +++ b/keyring-3.6.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388013bca4d5e02b9d0b0eec8fdd7244d8ce07371fcdd619119efbe3cbced28b +size 88921 diff --git a/python-keyring.changes b/python-keyring.changes index 4d3720b..8817527 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Mar 17 10:12:00 UTC 2014 - speilicke@suse.com + +- Update to version 3.6: + * Add support for packages that wish to bundle keyring by using relative + imports throughout. +- Changes from version 3.5: + * Issue #49: Give the backend priorities a 1.5 multiplier bump when an + XDG_CURRENT_DESKTOP environment variable matches the keyring's target + environment. + * Issue #99: Clarified documentation on location of config and data files. + Prepared the code base to treat the two differently on Unix-based systems. + For now, the behavior is unchanged. +- Changes from version 3.4: + * Extracted FileBacked and Encrypted base classes. + * Add a pyinstaller hook to expose backend modules. Ref #124 + * Pull request #41: Use errno module instead of hardcoding error codes. + * SecretService backend: correctly handle cases when user dismissed + the collection creation or unlock prompt. + ------------------------------------------------------------------- Sun Dec 8 18:49:56 UTC 2013 - p.drouand@gmail.com diff --git a/python-keyring.spec b/python-keyring.spec index 54ce928..eee111a 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -1,7 +1,7 @@ # # spec file for package python-keyring # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-keyring -Version: 3.3 +Version: 3.6 Release: 0 Url: http://bitbucket.org/kang/python-keyring-lib Summary: Store and access your passwords safely