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-05-12 19:31:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Wed May 12 19:31:17 2021 rev:99 rq:891397 version:1.20.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2021-02-16 22:33:57.389453237 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new.2988/python-numpy.changes      
2021-05-12 19:31:23.599244412 +0200
@@ -1,0 +2,23 @@
+Fri May  7 20:39:32 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 1.20.2:
+  * MAINT: Update f2py from master.
+  * BUG: diagflat could overflow on windows or 32-bit platforms
+  * BUG: Fix refcount leak in f2py complex_double_from_pyobj.
+  * BUG: Fix tiny memory leaks when like= overrides are used
+  * BUG: Remove temporary change of descr/flags in VOID functions
+  * BUG: Segfault in nditer buffer dealloc for Object arrays
+  * BUG: Remove suspicious type casting
+  * BUG: remove nonsensical comparison of pointer < 0
+  * BUG: verify pointer against NULL before using it
+  * BUG: check if PyArray_malloc succeeded
+  * BUG: incorrect error fallthrough in nditer
+  * MAINT: Add annotations for dtype.__getitem__, __mul__ and???
+  * BUG: NameError in numpy.distutils.fcompiler.compaq
+  * BUG: Fixed where keyword for np.mean & np.var methods
+  * MAINT: Ensure that re-exported sub-modules are properly annotated
+  * BUG: Fix ma coercion list-of-ma-arrays if they do not cast to???
+  * BUG: Fix small valgrind-found issues
+  * BUG: Fix small issues found with pytest-leaks 
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.20.1.zip

New:
----
  numpy-1.20.2.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.m3rWTr/_old  2021-05-12 19:31:24.263241463 +0200
+++ /var/tmp/diff_new_pack.m3rWTr/_new  2021-05-12 19:31:24.267241446 +0200
@@ -17,8 +17,8 @@
 
 
 %global flavor @BUILD_FLAVOR@%{nil}
-%define ver 1.20.1
-%define _ver 1_20_1
+%define ver 1.20.2
+%define _ver 1_20_2
 %define pname python-numpy
 %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
 %if "%{flavor}" == ""
@@ -116,7 +116,7 @@
 BuildRequires:  suse-hpc
 Requires:       libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 %endif
 %python_subpackages
 

Reply via email to