From 4168f7dba7a61d9a72b7f672a1d423eff671a0a7a6f4b6c60b5cbf3432db08af Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Nov 2022 21:15:17 +0000 Subject: [PATCH 1/2] Accepting request 1034589 from home:yarunachalam:branches:devel:languages:python - Update to version 23.11.0 #603: In libsecret, check that the service is available before declaring viability. - Update to version 23.10.0 #526: Bump requirement on importlib_metadata to pull in fix for improperly-normalized names on egg-info. OBS-URL: https://build.opensuse.org/request/show/1034589 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=112 --- keyring-23.11.0.tar.gz | 3 +++ keyring-23.9.3.tar.gz | 3 --- python-keyring.changes | 9 +++++++++ python-keyring.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 keyring-23.11.0.tar.gz delete mode 100644 keyring-23.9.3.tar.gz diff --git a/keyring-23.11.0.tar.gz b/keyring-23.11.0.tar.gz new file mode 100644 index 0000000..9dbc31f --- /dev/null +++ b/keyring-23.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad192263e2cdd5f12875dedc2da13534359a7e760e77f8d04b50968a821c2361 +size 56978 diff --git a/keyring-23.9.3.tar.gz b/keyring-23.9.3.tar.gz deleted file mode 100644 index af8650c..0000000 --- a/keyring-23.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69b01dd83c42f590250fe7a1f503fc229b14de83857314b1933a3ddbf595c4a5 -size 56674 diff --git a/python-keyring.changes b/python-keyring.changes index 50124e3..4c032ae 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 8 17:17:53 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 23.11.0 + #603: In libsecret, check that the service is available before declaring viability. + +- Update to version 23.10.0 + #526: Bump requirement on importlib_metadata to pull in fix for improperly-normalized names on egg-info. + ------------------------------------------------------------------- Sun Oct 30 11:35:42 UTC 2022 - Ben Greiner diff --git a/python-keyring.spec b/python-keyring.spec index a9bc235..79837bb 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-keyring%{psuffix} -Version: 23.9.3 +Version: 23.11.0 Release: 0 Summary: System keyring service access from Python License: MIT AND Python-2.0 From 81cc2bbbaf710fea3bc89829904b7db2e84122be205620eddb221401c9f957fc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 10 Nov 2022 10:44:29 +0000 Subject: [PATCH 2/2] Accepting request 1034864 from home:bnavigator:branches:devel:languages:python - Fix dependencies, remove workaround for gh#jaraco/keyring#526 OBS-URL: https://build.opensuse.org/request/show/1034864 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=113 --- python-keyring.changes | 5 +++++ python-keyring.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-keyring.changes b/python-keyring.changes index 4c032ae..8680b6d 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 9 14:34:46 UTC 2022 - Ben Greiner + +- Fix dependencies, remove workaround for gh#jaraco/keyring#526 + ------------------------------------------------------------------- Tue Nov 8 17:17:53 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-keyring.spec b/python-keyring.spec index 79837bb..370a996 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -41,8 +41,8 @@ BuildRequires: python-rpm-macros Requires: python-SecretStorage >= 3.2 Requires: python-jaraco.classes Requires: python-jeepney >= 0.4.2 -%if 0%{python_version_nodots} < 310 -Requires: python-importlib-metadata >= 3.6 +%if 0%{python_version_nodots} < 312 +Requires: python-importlib-metadata >= 4.11.4 %endif Requires(post): update-alternatives Requires(postun):update-alternatives @@ -77,8 +77,6 @@ sed -i '/^#!/d' keyring/cli.py %if %{with test} %check -# https://github.com/jaraco/keyring/issues/526 -rm -r keyring.egg-info %pytest %endif