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