From 4c78d65d98d3870205d7d69bda581d85d3c3cff6d06ac33a2b1bddfd10caafb4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 20 Sep 2022 19:13:52 +0000 Subject: [PATCH] Accepting request 1005031 from home:XRevan86 - Update to version 23.9.3. OBS-URL: https://build.opensuse.org/request/show/1005031 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=104 --- keyring-23.9.1.tar.gz | 3 --- keyring-23.9.3.tar.gz | 3 +++ python-keyring.changes | 10 ++++++++++ python-keyring.spec | 4 +++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 keyring-23.9.1.tar.gz create mode 100644 keyring-23.9.3.tar.gz diff --git a/keyring-23.9.1.tar.gz b/keyring-23.9.1.tar.gz deleted file mode 100644 index 90ae341..0000000 --- a/keyring-23.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39e4f6572238d2615a82fcaa485e608b84b503cf080dc924c43bbbacb11c1c18 -size 56514 diff --git a/keyring-23.9.3.tar.gz b/keyring-23.9.3.tar.gz new file mode 100644 index 0000000..af8650c --- /dev/null +++ b/keyring-23.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b01dd83c42f590250fe7a1f503fc229b14de83857314b1933a3ddbf595c4a5 +size 56674 diff --git a/python-keyring.changes b/python-keyring.changes index e4ea5a8..1b42eb3 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 20 16:18:23 UTC 2022 - Alexei Sorokin + +- Update to version 23.9.3 (changes since 23.9.1): + * Fix wrong name in compatibility logic for properties + (masked by the compatibility fallback). + * Add workaround for devpi_client hook with wrapped + implementation. +- Add the missing python-jaraco.classes dependency. + ------------------------------------------------------------------- Sat Sep 17 08:34:37 UTC 2022 - Dirk Müller diff --git a/python-keyring.spec b/python-keyring.spec index aae89ae..b8d3854 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-keyring%{psuffix} -Version: 23.9.1 +Version: 23.9.3 Release: 0 Summary: System keyring service access from Python License: MIT AND Python-2.0 @@ -41,6 +41,7 @@ BuildRequires: python-rpm-macros Requires: python-SecretStorage >= 3 Requires: python-entrypoints Requires: python-importlib-metadata +Requires: python-jaraco.classes Requires: python-jeepney >= 0.4.2 Requires: python-setuptools Requires(post): update-alternatives @@ -50,6 +51,7 @@ BuildArch: noarch BuildRequires: %{python_module SecretStorage >= 3} BuildRequires: %{python_module entrypoints} BuildRequires: %{python_module importlib-metadata} +BuildRequires: %{python_module jaraco.classes} BuildRequires: %{python_module keyring = %{version}} BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module toml}