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 2021-06-11 00:17:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-numpy (Old) and /work/SRC/openSUSE:Factory/.python-numpy.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-numpy" Fri Jun 11 00:17:37 2021 rev:100 rq:896981 version:1.20.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes 2021-05-12 19:31:23.599244412 +0200 +++ /work/SRC/openSUSE:Factory/.python-numpy.new.32437/python-numpy.changes 2021-06-11 00:17:39.081210330 +0200 @@ -1,0 +2,20 @@ +Wed Jun 2 18:56:39 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.20.3: + * BUG: Correct datetime64 missing type overload for datetime.date... + * MAINT: Remove __all__ in favor of explicit re-exports + * BLD: Strip extra newline when dumping gfortran version on MacOS + * BUG: fix segfault in object/longdouble operations + * MAINT: Use towncrier build explicitly + * MAINT: Relax certain integer-type constraints + * MAINT: Remove unsafe unions and ABCs from return-annotations + * MAINT: Allow more recursion depth for scalar tests. + * BUG: Initialize the full nditer buffer in case of error + * BLD: remove unnecessary flag -faltivec on macOS + * MAINT, CI: treats _SIMD module build warnings as errors through... + * BUG: for MINGW, threads.h existence test requires GLIBC > 2.12 + * BUG: Make changelog recognize gh- as a PR number prefix. + * REL, DOC: Prepare for the NumPy 1.20.3 release. + * BUG: Fix failing mypy test in 1.20.x. + +------------------------------------------------------------------- Old: ---- numpy-1.20.2.zip New: ---- numpy-1.20.3.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-numpy.spec ++++++ --- /var/tmp/diff_new_pack.vamioE/_old 2021-06-11 00:17:40.737213208 +0200 +++ /var/tmp/diff_new_pack.vamioE/_new 2021-06-11 00:17:40.737213208 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python-numpy +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -17,8 +17,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define ver 1.20.2 -%define _ver 1_20_2 +%define ver 1.20.3 +%define _ver 1_20_3 %define pname python-numpy %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_') %if "%{flavor}" == ""