From 7d2709819a9e8e5477538796d04bfc0783ddf4ece351204489be68f6c80ebe6b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2023 20:27:57 +0000 Subject: [PATCH] Accepting request 1092395 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible do not use %elif for python-numpy dependency condition OBS-URL: https://build.opensuse.org/request/show/1092395 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=88 --- python-pandas.changes | 5 +++++ python-pandas.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-pandas.changes b/python-pandas.changes index 507375c..aec462e 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 11 19:51:26 UTC 2023 - Johannes Kastl + +- do not use %elif for python-numpy dependency condition + ------------------------------------------------------------------- Wed Jun 7 09:13:48 UTC 2023 - Ben Greiner diff --git a/python-pandas.spec b/python-pandas.spec index 187509c..d83a686 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -77,11 +77,13 @@ Obsoletes: python-pandas-doc < %{version} Provides: python-pandas-doc = %{version} %if 0%{?python_version_nodots} >= 311 Requires: python-numpy >= 1.23.2 -%elif 0%{?python_version_nodots} >= 310 +%else +%if 0%{?python_version_nodots} >= 310 Requires: python-numpy >= 1.21.0 %else Requires: python-numpy >= 1.20.3 %endif +%endif # SECTION extras Recommends: python-pandas-performance Suggests: python-pandas-all