Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-soxr for openSUSE:Factory checked in at 2026-04-01 19:51:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-soxr (Old) and /work/SRC/openSUSE:Factory/.python-soxr.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-soxr" Wed Apr 1 19:51:48 2026 rev:4 rq:1343967 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-soxr/python-soxr.changes 2023-12-13 18:36:35.454014295 +0100 +++ /work/SRC/openSUSE:Factory/.python-soxr.new.21863/python-soxr.changes 2026-04-01 19:53:02.287135504 +0200 @@ -1,0 +2,19 @@ +Tue Mar 31 19:00:09 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.0.0: + * Major internal overhaul: switch from Cython to nanobind. + * Switch build system from setuptools to scikit-build-core. + * Add support for free-threaded Python. + * Internal: + * Fix function signature mismatches for WebAssembly. + * Add tests for array slicing, int resample_chunk(), + external libsoxr, Python 3.14. + * AVX SIMD64 support (faster VHQ for x86_64). + * Python Stable ABI support. + * Use split channel I/O when appropriate. + * New features: + * Add more bindings: clear(), delay(), num_clips(). + * Speed improvements: ~100% faster LQ, MQ, HQ on ARM; + ~100% faster VHQ on x86_64. + +------------------------------------------------------------------- Old: ---- soxr-0.3.7.tar.gz New: ---- soxr-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-soxr.spec ++++++ --- /var/tmp/diff_new_pack.IFp3Xk/_old 2026-04-01 19:53:03.023166076 +0200 +++ /var/tmp/diff_new_pack.IFp3Xk/_new 2026-04-01 19:53:03.035166574 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-soxr # -# Copyright (c) 2023 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 @@ -16,19 +16,23 @@ # +%{?sle15_python_module_pythons} Name: python-soxr -Version: 0.3.7 +Version: 1.0.0 Release: 0 Summary: High quality, one-dimensional sample-rate conversion library License: LGPL-2.1-or-later URL: https://github.com/dofuuz/python-soxr Source: https://files.pythonhosted.org/packages/source/s/soxr/soxr-%{version}.tar.gz -BuildRequires: %{python_module Cython >= 3.0~a7} -BuildRequires: %{python_module numpy-devel} +BuildRequires: %{python_module devel} +BuildRequires: %{python_module nanobind-devel >= 2} +BuildRequires: %{python_module numpy} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools >= 42} -BuildRequires: %{python_module setuptools_scm >= 3.4} +BuildRequires: %{python_module scikit-build-core >= 0.10} +BuildRequires: %{python_module setuptools >= 45} +BuildRequires: %{python_module setuptools_scm >= 6.2} BuildRequires: %{python_module wheel} +BuildRequires: c++_compiler BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: soxr-devel >= 0.1.3 @@ -48,14 +52,12 @@ %build export CFLAGS="%{optflags}" -export PIP_CONFIG_SETTINGS="--global-option=--use-system-libsoxr" +export SKBUILD_CMAKE_ARGS="-DUSE_SYSTEM_LIBSOXR=ON" %pyproject_wheel %install %pyproject_install %{python_expand # -rm %{buildroot}%{$python_sitearch}/soxr/*.c -rm %{buildroot}%{$python_sitearch}/soxr/__init__.pxd %fdupes %{buildroot}%{$python_sitearch} } ++++++ soxr-0.3.7.tar.gz -> soxr-1.0.0.tar.gz ++++++ ++++ 52770 lines of diff (skipped)
