Accepting request 1005041 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1005041 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=48
This commit is contained in:
commit
dc8f8964b9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39e4f6572238d2615a82fcaa485e608b84b503cf080dc924c43bbbacb11c1c18
|
|
||||||
size 56514
|
|
3
keyring-23.9.3.tar.gz
Normal file
3
keyring-23.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69b01dd83c42f590250fe7a1f503fc229b14de83857314b1933a3ddbf595c4a5
|
||||||
|
size 56674
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 20 16:18:23 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Sat Sep 17 08:34:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-keyring%{psuffix}
|
Name: python-keyring%{psuffix}
|
||||||
Version: 23.9.1
|
Version: 23.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System keyring service access from Python
|
Summary: System keyring service access from Python
|
||||||
License: MIT AND Python-2.0
|
License: MIT AND Python-2.0
|
||||||
@ -41,6 +41,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-SecretStorage >= 3
|
Requires: python-SecretStorage >= 3
|
||||||
Requires: python-entrypoints
|
Requires: python-entrypoints
|
||||||
Requires: python-importlib-metadata
|
Requires: python-importlib-metadata
|
||||||
|
Requires: python-jaraco.classes
|
||||||
Requires: python-jeepney >= 0.4.2
|
Requires: python-jeepney >= 0.4.2
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
@ -50,6 +51,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module SecretStorage >= 3}
|
BuildRequires: %{python_module SecretStorage >= 3}
|
||||||
BuildRequires: %{python_module entrypoints}
|
BuildRequires: %{python_module entrypoints}
|
||||||
BuildRequires: %{python_module importlib-metadata}
|
BuildRequires: %{python_module importlib-metadata}
|
||||||
|
BuildRequires: %{python_module jaraco.classes}
|
||||||
BuildRequires: %{python_module keyring = %{version}}
|
BuildRequires: %{python_module keyring = %{version}}
|
||||||
BuildRequires: %{python_module pytest >= 3.5}
|
BuildRequires: %{python_module pytest >= 3.5}
|
||||||
BuildRequires: %{python_module toml}
|
BuildRequires: %{python_module toml}
|
||||||
|
Loading…
Reference in New Issue
Block a user