Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sfs for openSUSE:Factory checked in at 2026-03-24 18:50:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sfs (Old) and /work/SRC/openSUSE:Factory/.python-sfs.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sfs" Tue Mar 24 18:50:18 2026 rev:7 rq:1342229 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sfs/python-sfs.changes 2025-05-09 18:53:12.589700259 +0200 +++ /work/SRC/openSUSE:Factory/.python-sfs.new.8177/python-sfs.changes 2026-03-24 18:51:14.448328985 +0100 @@ -1,0 +2,16 @@ +Tue Mar 24 12:41:09 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.6.3: + * Drop support for numpy 1.x + * Register the colormaps cividis, inferno, magma, plasma, + viridis, RdBu, coolwarm and their reversed versions as + *_clip, e.g. viridis_r_clip, with a dedicated max/min value + color clipping + * Use viridis_clip colormap as default for sfs.plot2d.level() + * Use coolwarm_clip colormap as default for + sfs.plot2d.amplitude() + * Level contour plot via sfs.plot2d.level_contour() + * Add Jupyter notebook for 2.5D WFS referencing scheme examples +- drop numpy125.patch, mpl39.patch: upstream + +------------------------------------------------------------------- Old: ---- mpl39.patch numpy125.patch sfs-0.6.2.tar.gz New: ---- sfs-0.6.3.tar.gz ----------(Old B)---------- Old: * Add Jupyter notebook for 2.5D WFS referencing scheme examples - drop numpy125.patch, mpl39.patch: upstream Old: * Add Jupyter notebook for 2.5D WFS referencing scheme examples - drop numpy125.patch, mpl39.patch: upstream ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sfs.spec ++++++ --- /var/tmp/diff_new_pack.FsB8fU/_old 2026-03-24 18:51:15.092355624 +0100 +++ /var/tmp/diff_new_pack.FsB8fU/_new 2026-03-24 18:51:15.092355624 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sfs # -# Copyright (c) 2025 SUSE LLC +# 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 @@ -18,29 +18,26 @@ %{?sle15_python_module_pythons} Name: python-sfs -Version: 0.6.2 +Version: 0.6.3 Release: 0 Summary: Sound Field Synthesis toolbox for Python License: MIT URL: https://github.com/sfstoolbox/ Source: https://files.pythonhosted.org/packages/source/s/sfs/sfs-%{version}.tar.gz -#PATCH-FIX-UPSTREAM https://github.com/sfstoolbox/sfs-python/pull/163 Replace inner1d bei einsum -Patch: numpy125.patch -# PATCH-FIX-UPSTREAM https://github.com/sfstoolbox/sfs-python/pull/179 Update to changes in matplotlib 3.9.0 -Patch: mpl39.patch BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-numpy -Requires: python-scipy +Requires: python-numpy >= 2 +Requires: python-scipy >= 1.16 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module matplotlib} -BuildRequires: %{python_module numpy} +BuildRequires: %{python_module matplotlib >= 3} +BuildRequires: %{python_module numpy >= 2} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module scipy} +BuildRequires: %{python_module scipy >= 1.16} # /SECTION %python_subpackages ++++++ sfs-0.6.2.tar.gz -> sfs-0.6.3.tar.gz ++++++ ++++ 5033 lines of diff (skipped)
