Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-numpy for openSUSE:Factory checked in at 2026-03-25 21:17:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-numpy (Old) and /work/SRC/openSUSE:Factory/.python-numpy.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-numpy" Wed Mar 25 21:17:30 2026 rev:145 rq:1342383 version:2.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes 2026-03-19 17:26:42.203326565 +0100 +++ /work/SRC/openSUSE:Factory/.python-numpy.new.8177/python-numpy.changes 2026-03-27 06:48:25.815310380 +0100 @@ -1,0 +2,6 @@ +Wed Mar 25 07:31:33 UTC 2026 - Daniel Garcia <[email protected]> + +- Add custom code for copy binaries for tests, the python-rpm-macros + doesn't provide all the needed binaries automatically. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-numpy.spec ++++++ --- /var/tmp/diff_new_pack.R6H1qY/_old 2026-03-27 06:48:26.463337065 +0100 +++ /var/tmp/diff_new_pack.R6H1qY/_new 2026-03-27 06:48:26.463337065 +0100 @@ -159,6 +159,15 @@ cp pytest.ini testing/ pushd testing %python_flavored_alternatives +%if %{with libalternatives} +%{python_expand # +for b in f2py numpy-config; do + if [ ! -e build/flavorbin/$b ]; then + ln -s %{buildroot}%{_bindir}/$b-%{$python_bin_suffix} build/flavorbin/$b + fi +done +} +%endif # flaky tests test_failok+=" or test_structured_object_indexing"
