From 9aba7185da9610ee69622ebfc6ead26f4557037d18b0263f48fd2a4d636619ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 31 Aug 2023 08:24:18 +0000 Subject: [PATCH] Accepting request 1108137 from home:ecsos:python - %{?sle15_python_module_pythons} must at beginning of spec to work. OBS-URL: https://build.opensuse.org/request/show/1108137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=120 --- python-tqdm.changes | 5 +++++ python-tqdm.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tqdm.changes b/python-tqdm.changes index 369ce17..a3d7959 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 30 13:36:56 UTC 2023 - ecsos + +- %{?sle15_python_module_pythons} must at beginning of spec to work. + ------------------------------------------------------------------- Thu Aug 10 21:55:13 UTC 2023 - Arun Persaud diff --git a/python-tqdm.spec b/python-tqdm.spec index 4dbd340..ca12f52 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -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)}