Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pandas for openSUSE:Factory checked in at 2023-06-13 16:08:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pandas (Old) and /work/SRC/openSUSE:Factory/.python-pandas.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas" Tue Jun 13 16:08:45 2023 rev:51 rq:1092401 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes 2023-06-08 21:41:55.333764773 +0200 +++ /work/SRC/openSUSE:Factory/.python-pandas.new.15902/python-pandas.changes 2023-06-13 16:08:46.666626223 +0200 @@ -1,0 +2,5 @@ +Sun Jun 11 19:51:26 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- do not use %elif for python-numpy dependency condition + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pandas.spec ++++++ --- /var/tmp/diff_new_pack.FZkQmq/_old 2023-06-13 16:08:47.358630306 +0200 +++ /var/tmp/diff_new_pack.FZkQmq/_new 2023-06-13 16:08:47.362630329 +0200 @@ -77,11 +77,13 @@ 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