From 180c2e2adae09d147820ea17d516c28f9a9ce82c41e3708a57b13efd55ba738e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Jul 2016 08:17:41 +0000 Subject: [PATCH 1/2] Accepting request 405489 from home:tbechtold:branches:devel:languages:python - update to 9.3: 9.3 --- * Pull Request #226: In SecretService backend, unlock individual entries. 9.2.1 ----- * Issue #230: Don't rely on dbus-python and instead defer to SecretStorage to describe the installation requirements. 9.2 --- * Issue #231 via #233: On Linux, ``secretstorage`` is now a declared dependency, allowing recommended keyring to work simply after installation. 9.1 --- * Issue #83 via #229: ``kwallet`` backend now stores the service name as a folder name in the backend rather than storing all passwords in a Python folder. - Adjust Requires - Use pypi.io for Source url OBS-URL: https://build.opensuse.org/request/show/405489 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=50 --- keyring-9.0.tar.gz | 3 --- keyring-9.3.tar.gz | 3 +++ python-keyring.changes | 25 +++++++++++++++++++++++++ python-keyring.spec | 5 +++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 keyring-9.0.tar.gz create mode 100644 keyring-9.3.tar.gz diff --git a/keyring-9.0.tar.gz b/keyring-9.0.tar.gz deleted file mode 100644 index 02efd79..0000000 --- a/keyring-9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c1222298da2100128f821c57096c69cb6cec0d22ba3b66c2859ae95ae473799 -size 38796 diff --git a/keyring-9.3.tar.gz b/keyring-9.3.tar.gz new file mode 100644 index 0000000..09d1881 --- /dev/null +++ b/keyring-9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6cc42902c2135e4cb674b9108fc7a9ddb9550466dc332640ca89034984f7c2 +size 40251 diff --git a/python-keyring.changes b/python-keyring.changes index 766116d..bc62964 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,4 +1,29 @@ ------------------------------------------------------------------- +Wed Jun 29 13:34:12 UTC 2016 - tbechtold@suse.com + +- update to 9.3: +9.3 +--- +* Pull Request #226: In SecretService backend, unlock + individual entries. +9.2.1 +----- +* Issue #230: Don't rely on dbus-python and instead + defer to SecretStorage to describe the installation + requirements. +9.2 +--- +* Issue #231 via #233: On Linux, ``secretstorage`` + is now a declared dependency, allowing recommended + keyring to work simply after installation. +9.1 +--- +* Issue #83 via #229: ``kwallet`` backend now stores + the service name as a folder name in the backend rather + than storing all passwords in a Python folder. +- Adjust Requires +- Use pypi.io for Source url +------------------------------------------------------------------- Sat Jun 4 12:26:06 UTC 2016 - michael@stroeder.com - require python-setuptools (see bsc#983147) diff --git a/python-keyring.spec b/python-keyring.spec index 6ee89c1..ab42f34 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -17,13 +17,13 @@ Name: python-keyring -Version: 9.0 +Version: 9.3 Release: 0 Url: https://bitbucket.org/kang/python-keyring-lib Summary: Store and access your passwords safely License: Python-2.0 and MIT Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/k/keyring/keyring-%{version}.tar.gz +Source: https://pypi.io/packages/source/k/keyring/keyring-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel >= 2.7 BuildRequires: python-setuptools @@ -35,6 +35,7 @@ BuildRequires: python-pytest-runner %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: python-unittest2 %endif +Requires: python-SecretStorage Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives From 101a37dc2c413d63ef4fef4e273afebb734038c783eabc18287f2dc5062dc320 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 15 Aug 2016 05:34:30 +0000 Subject: [PATCH 2/2] Accepting request 419109 from home:stroeder:branches:devel:languages:python update to 9.3.1 OBS-URL: https://build.opensuse.org/request/show/419109 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=51 --- keyring-9.3.1.tar.gz | 3 +++ keyring-9.3.tar.gz | 3 --- python-keyring.changes | 11 +++++++++++ python-keyring.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 keyring-9.3.1.tar.gz delete mode 100644 keyring-9.3.tar.gz diff --git a/keyring-9.3.1.tar.gz b/keyring-9.3.1.tar.gz new file mode 100644 index 0000000..39eb019 --- /dev/null +++ b/keyring-9.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be74f6568fcac1350b837d7e46bd3525e2e9fe2b78b3a3a87dc3b29f24a0c00 +size 40579 diff --git a/keyring-9.3.tar.gz b/keyring-9.3.tar.gz deleted file mode 100644 index 09d1881..0000000 --- a/keyring-9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c6cc42902c2135e4cb674b9108fc7a9ddb9550466dc332640ca89034984f7c2 -size 40251 diff --git a/python-keyring.changes b/python-keyring.changes index bc62964..3f08ebc 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 12 21:41:15 UTC 2016 - michael@stroeder.com + +- update to 9.3.1: + * Link to the new Gitter chat room is now in the + readme. + * Issue #235: ``kwallet`` backend now returns + string objects instead of ``dbus.String`` objects, + for less surprising reprs. + * Minor doc fixes. + ------------------------------------------------------------------- Wed Jun 29 13:34:12 UTC 2016 - tbechtold@suse.com diff --git a/python-keyring.spec b/python-keyring.spec index ab42f34..d383250 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -17,7 +17,7 @@ Name: python-keyring -Version: 9.3 +Version: 9.3.1 Release: 0 Url: https://bitbucket.org/kang/python-keyring-lib Summary: Store and access your passwords safely