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 2026-02-26 18:50:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scipy (Old) and /work/SRC/openSUSE:Factory/.python-scipy.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scipy" Thu Feb 26 18:50:00 2026 rev:86 rq:1335146 version:1.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes 2025-12-18 18:30:11.050418614 +0100 +++ /work/SRC/openSUSE:Factory/.python-scipy.new.29461/python-scipy.changes 2026-02-26 18:50:05.229109213 +0100 @@ -1,0 +2,46 @@ +Wed Feb 25 07:58:28 UTC 2026 - Daniel Garcia <[email protected]> + +- Update to 1.17.1 + * SciPy 1.17.1 is a bug-fix release with no new features compared to + 1.17.0. +- 1.17.0: + SciPy 1.17.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, which are documented below. 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). + Our development attention will now shift to bug-fix releases on the + 1.17.x branch, and on adding new features on the main branch. + + This release requires Python 3.11-3.14 and NumPy 1.26.4 or greater. + + ## Highlights of this release + + * Many SciPy functions have gained native support for batching of N-dimensional + array input and additional support for the array API standard. An overall + summary of the latter is now available in a set of tables. + * In scipy.sparse, coo_array now supports indexing. This includes integers, + slices, arrays, np.newaxis, Ellipsis, in 1D, 2D and the relatively + new nD. In scipy.sparse.linalg, ARPACK and PROPACK rewrites from Fortran77 + to C now empower the use of external pseudorandom number generators, e.g. + from numpy. + * In scipy.spatial, transform.Rotation and transform.RigidTransform + have been extended to support N-D arrays. geometric_slerp now has support + for extrapolation. + scipy.stats has gained the matrix t and logistic distributions and many + performance and accuracy improvements. + * Initial support for 64-bit integer (ILP64) BLAS and LAPACK libraries has + been added, including for MKL and Apple Accelerate. Please report any issues with + ILP64 you encounter. + + * Full changelog can be found here: + https://docs.scipy.org/doc/scipy/release/1.17.0-notes.html + +- Drop upstream patches: + * pytest-run-parallel-compat.patch + * cython32.patch + +------------------------------------------------------------------- Old: ---- cython32.patch pytest-run-parallel-compat.patch scipy-1.16.3.tar.gz New: ---- scipy-1.17.1.tar.gz ----------(Old B)---------- Old: * pytest-run-parallel-compat.patch * cython32.patch Old:- Drop upstream patches: * pytest-run-parallel-compat.patch * cython32.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scipy.spec ++++++ --- /var/tmp/diff_new_pack.Nveww4/_old 2026-02-26 18:50:15.941555946 +0100 +++ /var/tmp/diff_new_pack.Nveww4/_new 2026-02-26 18:50:15.941555946 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-scipy # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,7 +46,7 @@ # TODO explore debundling Boost for standard Name: python-scipy%{?psuffix} -Version: 1.16.3 +Version: 1.17.1 Release: 0 Summary: Scientific Tools for Python License: BSD-3-Clause AND LGPL-2.0-or-later AND BSL-1.0 @@ -54,10 +54,6 @@ Source0: https://files.pythonhosted.org/packages/source/s/scipy/scipy-%{version}.tar.gz # Create with pooch: `python3 scipy-%%{version}/scipy/datasets/_download_all.py scipy-datasets/scipy-data; tar czf scipy-datasets.tar.gz scipy-datasets` Source1: scipy-datasets.tar.gz -# PATCH-FIX-UPSTREAM pytest-run-parallel-compat.patch https://github.com/scipy/scipy/pull/23305 -Patch0: pytest-run-parallel-compat.patch -# PATCH-FIX-UPSTREAM https://github.com/scipy/scipy/pull/23940 BUG: sparse.csgraph: remove rel import to fix Cython 3.2 -Patch1: cython32.patch BuildRequires: %{python_module Cython >= 3.0.8} BuildRequires: %{python_module devel >= 3.11} BuildRequires: %{python_module meson-python >= 0.15.0 with %python-meson-python < 0.21} ++++++ scipy-1.16.3.tar.gz -> scipy-1.17.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-scipy/scipy-1.16.3.tar.gz /work/SRC/openSUSE:Factory/.python-scipy.new.29461/scipy-1.17.1.tar.gz differ: char 20, line 1 ++++++ scipy-datasets.tar.gz ++++++
