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 2025-06-27 23:00:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scipy (Old) and /work/SRC/openSUSE:Factory/.python-scipy.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scipy" Fri Jun 27 23:00:14 2025 rev:81 rq:1288022 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes 2025-06-04 20:26:58.005038828 +0200 +++ /work/SRC/openSUSE:Factory/.python-scipy.new.7067/python-scipy.changes 2025-06-27 23:00:26.051101789 +0200 @@ -1,0 +2,21 @@ +Mon Jun 23 11:01:30 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Update to 1.16.0 + * This release requires Python 3.11-3.13 and NumPy 1.25.2 or greater. + * Support for free-threaded Python 3.13 + * Improved experimental support for the Python array API standard. + * scipy.optimize now uses the new Python implementation from the + PRIMA package for COBYLA. + * scipy.sparse.coo_array now supports n-D arrays with reshaping, arithmetic and + reduction operations like sum/mean/min/max. No n-D indexing or + scipy.sparse.random_array support yet. + * Nearly all functions in the scipy.linalg namespace that accept array + arguments now support N-dimensional arrays to be processed as a batch. + * A new class, scipy.spatial.transform.RigidTransform, provides functionality + to convert between different representations of rigid transforms in 3-D + space. + * A new function scipy.ndimage.vectorized_filter for generic filters that + take advantage of a vectorized Python callable was added. +- Drop merged test_hyp2fi-tolerance.patch + +------------------------------------------------------------------- Old: ---- scipy-1.15.1.tar.gz test_hyp2fi-tolerance.patch New: ---- scipy-1.16.0.tar.gz ----------(Old B)---------- Old: take advantage of a vectorized Python callable was added. - Drop merged test_hyp2fi-tolerance.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scipy.spec ++++++ --- /var/tmp/diff_new_pack.qDFip2/_old 2025-06-27 23:00:31.079309017 +0200 +++ /var/tmp/diff_new_pack.qDFip2/_new 2025-06-27 23:00:31.083309182 +0200 @@ -46,7 +46,7 @@ # TODO explore debundling Boost for standard Name: python-scipy%{?psuffix} -Version: 1.15.1 +Version: 1.16.0 Release: 0 Summary: Scientific Tools for Python License: BSD-3-Clause AND LGPL-2.0-or-later AND BSL-1.0 @@ -54,11 +54,9 @@ 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 https://github.com/scipy/scipy/pull/22364 TST: bump tolerance on TestHyp2f1.test_region3[hyp2f1_test_case23] -Patch0: test_hyp2fi-tolerance.patch -BuildRequires: %{python_module Cython >= 3.0.8 with %python-Cython < 3.1} -BuildRequires: %{python_module devel >= 3.10} -BuildRequires: %{python_module meson-python >= 0.15.0 with %python-meson-python < 0.20} +BuildRequires: %{python_module Cython >= 3.0.8 with %python-Cython < 3.2} +BuildRequires: %{python_module devel >= 3.11} +BuildRequires: %{python_module meson-python >= 0.15.0 with %python-meson-python < 0.21} BuildRequires: %{python_module pip} BuildRequires: %{python_module pybind11-devel >= 2.13.2 with %python-pybind11-devel < 2.14} # Upstream's pre-emptive pin to < 0.18 is not necessary @@ -77,7 +75,7 @@ BuildRequires: %{python_module scipy = %{version}} BuildRequires: %{python_module threadpoolctl} %endif -BuildRequires: %{python_module numpy-devel >= 1.23.5 with %python-numpy-devel < 2.5} +BuildRequires: %{python_module numpy-devel >= 1.25.2 with %python-numpy-devel < 2.6} %if 0%{?sle_version} && 0%{?sle_version} <= 150600 # The default gcc on SLE15 is gcc7 we need something newer BuildRequires: gcc10-c++ @@ -86,7 +84,7 @@ BuildRequires: gcc-c++ >= 8 BuildRequires: gcc-fortran >= 8 %endif -Requires: (python-numpy >= 1.23.5 with python-numpy < 2.5) +Requires: (python-numpy >= 1.25.2 with python-numpy < 2.6) Suggests: python-pooch %if %{with openblas} BuildRequires: openblas-devel ++++++ scipy-1.15.1.tar.gz -> scipy-1.16.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-scipy/scipy-1.15.1.tar.gz /work/SRC/openSUSE:Factory/.python-scipy.new.7067/scipy-1.16.0.tar.gz differ: char 20, line 1