Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-scipy for openSUSE:Factory 
checked in at 2022-04-02 18:20:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scipy (Old)
 and      /work/SRC/openSUSE:Factory/.python-scipy.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scipy"

Sat Apr  2 18:20:32 2022 rev:50 rq:965742 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes        
2022-02-03 23:16:39.368543282 +0100
+++ /work/SRC/openSUSE:Factory/.python-scipy.new.1900/python-scipy.changes      
2022-04-02 18:20:45.338130243 +0200
@@ -1,0 +2,41 @@
+Mon Mar 28 18:16:15 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 1.8.0
+  * https://scipy.github.io/devdocs/release.1.8.0.html
+  * SciPy 1.8.0 is the culmination of 6 months of hard work. It
+    contains many new features, numerous bug-fixes, improved test
+    coverage and better documentation. There have been a number of
+    deprecations and API changes in this release. All users are
+    encouraged to upgrade to this release, as there are a large
+    number of bug-fixes and optimizations. Before upgrading, we
+    recommend that users check that their own code does not use
+    deprecated SciPy functionality (to do so, run your code with
+    python -Wd and check for `DeprecationWarning`s). 
+  * A sparse array API has been added for early testing and
+    feedback; this work is ongoing, and users should expect minor
+    API refinements over the next few releases.
+  * The sparse SVD library PROPACK is now vendored with SciPy, and
+    an interface is exposed via scipy.sparse.svds with
+    solver='PROPACK'. It is currently default-off due to potential
+    issues on Windows that we aim to resolve in the next release,
+    but can be optionally enabled at runtime for friendly testing
+    with an environment variable setting of USE_PROPACK=1.
+  * A new scipy.stats.sampling submodule that leverages the UNU.RAN
+    C library to sample from arbitrary univariate non-uniform
+    continuous and discrete distributions
+  * All namespaces that were private but happened to miss
+    underscores in their names have been deprecated.
+  * Backwards incompatible changes
+    - SciPy has raised the minimum compiler versions to GCC 6.3 on
+      linux and VS2019 on windows. In particular, this means that
+      SciPy may now use C99 and C++14 features. For more details
+      see here.
+    - The result for empty bins for scipy.stats.binned_statistic
+      with the builtin 'std' metric is now nan, for consistency
+      with np.std.
+    - The function scipy.spatial.distance.wminkowski has been
+      removed. To achieve the same results as before, please use
+      the minkowski distance function with the (optional) w=
+      keyword-argument for the given weight.
+
+-------------------------------------------------------------------

Old:
----
  scipy-1.7.3.tar.gz

New:
----
  scipy-1.8.0.tar.gz

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

Other differences:
------------------
++++++ python-scipy.spec ++++++
--- /var/tmp/diff_new_pack.lvWHLX/_old  2022-04-02 18:20:46.830113496 +0200
+++ /var/tmp/diff_new_pack.lvWHLX/_new  2022-04-02 18:20:46.834113451 +0200
@@ -17,7 +17,7 @@
 
 
 %global flavor @BUILD_FLAVOR@%{nil}
-%define _ver 1_7_3
+%define _ver 1_8_0
 %define shortname scipy
 %define pname python-%{shortname}
 %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
@@ -88,7 +88,7 @@
 %define         skip_python2 1
 
 Name:           %{package_name}
-Version:        1.7.3
+Version:        1.8.0
 Release:        0
 Summary:        Scientific Tools for Python
 License:        BSD-3-Clause AND LGPL-2.0-or-later AND BSL-1.0
@@ -97,10 +97,10 @@
 Source0:        
https://files.pythonhosted.org/packages/source/s/scipy/scipy-%{version}.tar.gz
 Source100:      python-scipy-rpmlintrc
 BuildRequires:  %{python_module Cython >= 0.29.18}
-BuildRequires:  %{python_module devel >= 3.7}
+BuildRequires:  %{python_module devel >= 3.8}
 BuildRequires:  %{python_module pybind11 >= 2.4.3}
 BuildRequires:  %{python_module pybind11-devel >= 2.4.3}
-BuildRequires:  %{python_module pythran}
+BuildRequires:  %{python_module pythran >= 0.10.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -111,12 +111,13 @@
 %if %{with test}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scipy = %{version}}
+BuildRequires:  %{python_module threadpoolctl}
 %endif
 %if %{without hpc}
-BuildRequires:  %{python_module numpy-devel >= 1.16.5}
+BuildRequires:  %{python_module numpy-devel >= 1.17.3}
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
-Requires:       python-numpy >= 1.16.5
+Requires:       python-numpy >= 1.17.3
 Requires:       python-pybind11 >= 2.4.3
  %if %{with openblas}
 BuildRequires:  openblas-devel
@@ -131,7 +132,7 @@
 BuildRequires:  lua-lmod
 BuildRequires:  suse-hpc >= 0.3
 Requires:       libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
-Requires:       python-numpy%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc >= 
1.16.5
+Requires:       python-numpy%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc >= 
1.17.3
 %endif
 %python_subpackages
 

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

Reply via email to