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 2022-05-30 12:42:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-numpy (Old) and /work/SRC/openSUSE:Factory/.python-numpy.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-numpy" Mon May 30 12:42:07 2022 rev:109 rq:979707 version:1.21.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes 2021-12-12 21:27:13.548327905 +0100 +++ /work/SRC/openSUSE:Factory/.python-numpy.new.2254/python-numpy.changes 2022-05-30 12:42:22.624264896 +0200 @@ -1,0 +2,16 @@ +Sun May 29 18:15:47 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.21.6: + * Do not forward `__(deep)copy__` calls of `_GenericAlias`... + * Fix float16 einsum fastpaths using wrong tempvar + * Print os error message when the executable not exist + * Force ``npymath` ` to respect ``npy_longdouble`` + * Fix failure to create aligned, empty structured dtype + * provide a convenience function to replace npy_load_module + * update wheel to version that supports python3.10 + * Clear errors correctly in F2PY conversions + * add a warningfilter to fix pytest workflow. + * Help boost::python libraries at least not crash +- drop bpo-45167-fixes.patch (upstream) + +------------------------------------------------------------------- Old: ---- bpo-45167-fixes.patch numpy-1.21.4.zip New: ---- numpy-1.21.6.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-numpy.spec ++++++ --- /var/tmp/diff_new_pack.fdEijh/_old 2022-05-30 12:42:23.304265801 +0200 +++ /var/tmp/diff_new_pack.fdEijh/_new 2022-05-30 12:42:23.312265811 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,8 +24,8 @@ %endif %global flavor @BUILD_FLAVOR@%{nil} -%define ver 1.21.4 -%define _ver 1_21_4 +%define ver 1.21.6 +%define _ver 1_21_6 %define pname python-numpy %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_') %if "%{flavor}" == "" @@ -84,8 +84,6 @@ Patch0: numpy-buildfix.patch # PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious compiler warnings that cause build failure Patch1: numpy-1.9.0-remove-__declspec.patch -# PATCH-FIX-UPSTREAM -- gh#numpy/numpy#20347 -Patch2: bpo-45167-fixes.patch # PATCH-FIX-UPSTREAM -- gh#numpy/numpy#20388 Patch3: numpy-fix-cpu_asimdfhm.patch BuildConflicts: gcc11 < 11.2