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-10-15 19:26:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pandas (Old) and /work/SRC/openSUSE:Factory/.python-pandas.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas" Sun Oct 15 19:26:04 2023 rev:57 rq:1117788 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes 2023-10-12 11:54:34.332029408 +0200 +++ /work/SRC/openSUSE:Factory/.python-pandas.new.20540/python-pandas.changes 2023-10-15 19:26:11.609986410 +0200 @@ -1,0 +2,5 @@ +Sat Oct 14 03:55:05 UTC 2023 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Fix random build failures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pandas.spec ++++++ --- /var/tmp/diff_new_pack.XgtQ6o/_old 2023-10-15 19:26:12.334012492 +0200 +++ /var/tmp/diff_new_pack.XgtQ6o/_new 2023-10-15 19:26:12.338012636 +0200 @@ -419,7 +419,7 @@ %setup -q -n pandas-%{version} %if !%{with test} # any installed python3 will do (SLE15 python module pythons does note guarantee /usr/bin/python3) -firstpython3=$(find %{_bindir} -name 'python3*' -print -quit) +firstpython3=$(find %{_bindir} -regex '.*/python3[.0-9]*' -print -quit) ${firstpython3} generate_version.py -o _version_meson.py sed -i "s|'python', 'generate_version.py',|'${firstpython3}', 'generate_version.py',|" meson.build # don't require the PyPI data only tzdata package, we use the timezone RPM package