Accepting request 1099483 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1099483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=56
This commit is contained in:
Ana Guerrero 2023-07-24 16:12:22 +00:00 committed by Git OBS Bridge
commit 479ad294c9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 19 07:31:09 UTC 2023 - ecsos <ecsos@opensuse.org>
- %{?sle15_python_module_pythons} must at the beginning to work.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 12 22:53:41 UTC 2023 - Arun Persaud <arun@gmx.de> Wed Jul 12 22:53:41 UTC 2023 - Arun Persaud <arun@gmx.de>

View File

@ -24,6 +24,7 @@
%define psuffix %{nil} %define psuffix %{nil}
%bcond_with test %bcond_with test
%endif %endif
%{?sle15_python_module_pythons}
Name: python-keyring%{psuffix} Name: python-keyring%{psuffix}
Version: 24.2.0 Version: 24.2.0
Release: 0 Release: 0
@ -44,7 +45,7 @@ Requires: python-jeepney >= 0.4.2
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun):update-alternatives Requires(postun):update-alternatives
BuildArch: noarch BuildArch: noarch
%{?sle15_python_module_pythons}
%if 0%{python_version_nodots} < 310 %if 0%{python_version_nodots} < 310
Requires: python-importlib-resources Requires: python-importlib-resources
%endif %endif