Hello community,

here is the log from the commit of package python-scipy for openSUSE:Factory 
checked in at 2018-04-11 13:48:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scipy (Old)
 and      /work/SRC/openSUSE:Factory/.python-scipy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scipy"

Wed Apr 11 13:48:13 2018 rev:28 rq:594763 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes        
2018-02-15 13:22:31.226483856 +0100
+++ /work/SRC/openSUSE:Factory/.python-scipy.new/python-scipy.changes   
2018-04-11 13:48:17.632525417 +0200
@@ -1,0 +2,42 @@
+Sun Apr  1 22:41:09 UTC 2018 - [email protected]
+
+- update to version 1.0.1:
+  * Issues closed for 1.0.1
+    + #7493: ndimage.morphology functions are broken with numpy 1.13.0
+    + #8118: minimize_cobyla broken if disp=True passed
+    + #8142: scipy-v1.0.0 pdist with metric=`minkowski` raises
+       `ValueError:...
+    + #8173: scipy.stats.ortho_group produces all negative
+       determinants...
+    + #8207: gaussian_filter seg faults on float16 numpy arrays
+    + #8234: scipy.optimize.linprog interior-point presolve bug with
+       trivial...
+    + #8243: Make csgraph importable again via from scipy.sparse
+       import*
+    + #8320: scipy.root segfaults with optimizer 'lm'
+  * Pull requests for 1.0.1
+    + #8068: BUG: fix numpy deprecation test failures
+    + #8082: BUG: fix solve_lyapunov import
+    + #8144: MRG: Fix for cobyla
+    + #8150: MAINT: resolve UPDATEIFCOPY deprecation errors
+    + #8156: BUG: missing check on minkowski w kwarg
+    + #8187: BUG: Sign of elements in random orthogonal 2D matrices in
+       "ortho_group_gen"...
+    + #8197: CI: uninstall oclint
+    + #8215: Fixes Numpy datatype compatibility issues
+    + #8237: BUG: optimize: fix bug when variables fixed by bounds are
+       inconsistent...
+    + #8248: BUG: declare "gfk" variable before call of terminate() in
+       newton-cg
+    + #8280: REV: reintroduce csgraph import in scipy.sparse
+    + #8322: MAINT: prevent scipy.optimize.root segfault closes #8320
+    + #8334: TST: stats: don't use exact equality check for hdmedian
+       test
+    + #8477: BUG: signal/signaltools: fix wrong refcounting in
+       PyArray_OrderFilterND
+    + #8530: BUG: linalg: Fixed typo in flapack.pyf.src.
+    + #8566: CI: Temporarily pin Cython version to 0.27.3
+    + #8573: Backports for 1.0.1
+    + #8581: Fix Cython 0.28 build break of qhull.pyx
+
+-------------------------------------------------------------------

Old:
----
  scipy-1.0.0.tar.gz

New:
----
  scipy-1.0.1.tar.gz

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

Other differences:
------------------
++++++ python-scipy.spec ++++++
--- /var/tmp/diff_new_pack.vBfGQn/_old  2018-04-11 13:48:20.156434085 +0200
+++ /var/tmp/diff_new_pack.vBfGQn/_new  2018-04-11 13:48:20.160433939 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %if 0%{?is_opensuse} == 0
   %bcond_with openblas
 %else
@@ -33,19 +34,21 @@
     %endif
   %endif
 %endif
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-scipy
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        Scientific Tools for Python
-License:        BSD-3-Clause and LGPL-2.0+
+License:        BSD-3-Clause AND LGPL-2.0-or-later
 Group:          Development/Libraries/Python
 Url:            http://www.scipy.org
 Source0:        
https://files.pythonhosted.org/packages/source/s/scipy/scipy-%{version}.tar.gz
 Source100:      python-scipy-rpmlintrc
 # PATCH-FIX-OPENSUSE - no_implicit_decl.patch - Fix implicit-pointer-decl 
warnings and implicit-fortify-decl error
 Patch0:         no_implicit_decl.patch
+BuildRequires:  %{python_module Cython >= 0.19}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module numpy-devel >= 1.5.1}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  blas-devel
 BuildRequires:  fdupes
 BuildRequires:  fftw-devel
@@ -53,17 +56,13 @@
 BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
 BuildRequires:  lapacke-devel
+BuildRequires:  python-rpm-macros
 BuildRequires:  suitesparse-devel-static
 BuildRequires:  swig
+Requires:       python-numpy >= 1.5.1
 %if %{with openblas}
 BuildRequires:  openblas-devel
 %endif
-BuildRequires:  %{python_module Cython >= 0.19}
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module numpy-devel >= 1.5.1}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
-Requires:       python-numpy >= 1.5.1
 %python_subpackages
 
 %description
@@ -80,17 +79,17 @@
 %prep
 %setup -q -n scipy-%{version}
 %patch0 -p1
-find . -type f -name "*.py" -exec sed -i "s|#!/usr/bin/env python||" {} \;
+find . -type f -name "*.py" -exec sed -i "s|#!%{_bindir}/env python||" {} \;
 
 cat > site.cfg << EOF
 [amd]
 library_dirs = %{_libdir}
-include_dirs = /usr/include/suitesparse:/usr/include/ufsparse
+include_dirs = %{_includedir}/suitesparse:%{_includedir}/ufsparse
 amd_libs = amd
 
 [umfpack]
 library_dirs = %{_libdir}
-include_dirs = /usr/include/suitesparse:/usr/include/ufsparse
+include_dirs = %{_includedir}/suitesparse:%{_includedir}/ufsparse
 umfpack_libs = umfpack
 EOF
 
@@ -109,8 +108,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt
+%license LICENSE.txt
 %{python_sitearch}/scipy/
 %{python_sitearch}/scipy-*-py*.egg-info
 

++++++ scipy-1.0.0.tar.gz -> scipy-1.0.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-scipy/scipy-1.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-scipy.new/scipy-1.0.1.tar.gz differ: char 5, 
line 1


Reply via email to