Accepting request 1108219 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1108219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tqdm?expand=0&rev=56
This commit is contained in:
Ana Guerrero 2023-09-01 12:18:46 +00:00 committed by Git OBS Bridge
commit 1c9e38a347
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 30 13:36:56 UTC 2023 - ecsos <ecsos@opensuse.org>
- %{?sle15_python_module_pythons} must at beginning of spec to work.
-------------------------------------------------------------------
Thu Aug 10 21:55:13 UTC 2023 - Arun Persaud <arun@gmx.de>

View File

@ -26,6 +26,7 @@
%define pkg_suffix %{nil}
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-tqdm%{pkg_suffix}
Version: 4.66.1
Release: 0
@ -45,7 +46,6 @@ Requires(post): update-alternatives
Requires(postun):update-alternatives
Enhances: python-ipython
BuildArch: noarch
%{?sle15_python_module_pythons}
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module numpy if (python-base without python36-base)}