Hello community,

here is the log from the commit of package python-scipy for openSUSE:Leap:15.2 
checked in at 2020-02-04 17:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-scipy (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-scipy.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scipy"

Tue Feb  4 17:53:54 2020 rev:14 rq:766344 version:1.3.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-scipy/python-scipy.changes      
2020-01-15 15:52:52.379578288 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-scipy.new.26092/python-scipy.changes   
2020-02-04 17:54:14.288742701 +0100
@@ -1,0 +2,19 @@
+Wed Nov 27 18:44:31 CET 2019 - Matej Cepl <[email protected]>
+
+- Update to the scipy 1.3.3 (jsc#SLE-8493):
+  - 1.2.1, 1.3.1, 1.3.2, and this one are just bugfix releases
+  - 1.3.0:
+    - Three new stats functions, a rewrite of pearsonr, and an
+      exact computation of the Kolmogorov-Smirnov two-sample test
+    - A new Cython API for bounded scalar-function root-finders
+      in scipy.optimize
+    - Substantial CSR and CSC sparse matrix indexing performance
+      improvements
+    - Added support for interpolation of rotations with
+      continuous angular rate and acceleration in RotationSpline
+    - Various improvements (whole list is available on
+      https://docs.scipy.org/doc/scipy/reference/release.1.3.0.html)
+  - Patch no_implicit_decl.patch has been refreshed to sit on the
+    current upstream release tarball.
+
+-------------------------------------------------------------------

Old:
----
  scipy-1.2.0.tar.gz

New:
----
  scipy-1.3.3.tar.gz

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

Other differences:
------------------
++++++ python-scipy.spec ++++++
--- /var/tmp/diff_new_pack.mwxG3D/_old  2020-02-04 17:54:16.924744292 +0100
+++ /var/tmp/diff_new_pack.mwxG3D/_new  2020-02-04 17:54:16.928744295 +0100
@@ -18,6 +18,7 @@
 
 %global flavor @BUILD_FLAVOR@%{nil}
 
+%define skip_python2 1
 %define _ver 1_2_0
 %define shortname scipy
 %define pname python-%{shortname}
@@ -90,7 +91,7 @@
   %bcond_without suitesparse
 %endif
 Name:           %{package_name}
-Version:        1.2.0
+Version:        1.3.3
 Release:        0
 Summary:        Scientific Tools for Python
 License:        BSD-3-Clause AND LGPL-2.0-or-later
@@ -151,6 +152,8 @@
 %patch0 -p1
 find . -type f -name "*.py" -exec sed -i "s|#!%{_bindir}/env python||" {} \;
 
+find . -name sobol_vec\* -executable -print -exec chmod -x '{}' \;
+
 cat > site.cfg << EOF
 [amd]
 library_dirs = %{_libdir}
@@ -184,6 +187,10 @@
  %if %{with openblas}
 export OPENBLAS=%{_libdir}
  %endif
+
+# Remove .pyc files so that they are regenerated again
+find . -name \*.pyc -print -delete
+
 %endif
 %__$python setup.py config_fc --fcompiler=gnu95 --noarch build
 }

++++++ no_implicit_decl.patch ++++++
--- /var/tmp/diff_new_pack.mwxG3D/_old  2020-02-04 17:54:16.956744312 +0100
+++ /var/tmp/diff_new_pack.mwxG3D/_new  2020-02-04 17:54:16.960744314 +0100
@@ -18,7 +18,7 @@
 
 --- a/scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c
 +++ b/scipy/sparse/linalg/dsolve/SuperLU/SRC/dmach.c
-@@ -1,6 +1,7 @@
+@@ -11,6 +11,7 @@ at the top-level directory.
  #include <float.h>
  #include <math.h>
  #include <stdio.h>
@@ -26,10 +26,9 @@
  
  double dmach(char *cmach)
  {
-
 --- a/scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c
 +++ b/scipy/sparse/linalg/dsolve/SuperLU/SRC/smach.c
-@@ -1,6 +1,7 @@
+@@ -11,6 +11,7 @@ at the top-level directory.
  #include <float.h>
  #include <math.h>
  #include <stdio.h>
@@ -37,7 +36,6 @@
  
  float smach(char *cmach)
  {
-
 --- a/scipy/spatial/qhull_misc.h
 +++ b/scipy/spatial/qhull_misc.h
 @@ -2,6 +2,9 @@

++++++ scipy-1.2.0.tar.gz -> scipy-1.3.3.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/python-scipy/scipy-1.2.0.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.python-scipy.new.26092/scipy-1.3.3.tar.gz differ: 
char 5, line 1


Reply via email to