Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zignal for openSUSE:Factory checked in at 2024-07-01 11:21:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zignal (Old) and /work/SRC/openSUSE:Factory/.python-zignal.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zignal" Mon Jul 1 11:21:09 2024 rev:7 rq:1184089 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zignal/python-zignal.changes 2023-02-08 17:20:54.590124789 +0100 +++ /work/SRC/openSUSE:Factory/.python-zignal.new.18349/python-zignal.changes 2024-07-01 11:21:49.954256621 +0200 @@ -1,0 +2,20 @@ +Sun Jun 30 09:17:36 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 0.7.0: + * add bitrate calculation + * Add decimation method to Audio class, for downsampling. + * Add iterate method to Audio class, for chunk based processing + * Add CIC filter, Cascaded Integrator-Comb + * Use a Makefile to make it easy to run linting and test + * Use flake8 and isort for style enforcement + * replace setup.py with pyproject.toml + * Remove third party dependency samplerate. + * Update plotting. + * Remove nose as unit test runner + * Cleanup default logging config to make it less noisy + * Minor bugfixes to the tests to make them run again. + * Do not use np.int, it's deprecated. + * bugfix in uint test, division as int instead of float +- drop numpy-1.24.patch (upstream) + +------------------------------------------------------------------- Old: ---- numpy-1.24.patch zignal-0.6.0.tar.gz New: ---- zignal-0.7.0.tar.gz BETA DEBUG BEGIN: Old: * bugfix in uint test, division as int instead of float - drop numpy-1.24.patch (upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zignal.spec ++++++ --- /var/tmp/diff_new_pack.HTEO6A/_old 2024-07-01 11:21:50.374271922 +0200 +++ /var/tmp/diff_new_pack.HTEO6A/_new 2024-07-01 11:21:50.378272068 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-zignal # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,17 @@ # -%define skip_python2 1 -%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-zignal -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: Audio signal processing library License: MIT URL: https://github.com/ronnyandersson/zignal Source: https://github.com/ronnyandersson/zignal/archive/%{version}.tar.gz#/zignal-%{version}.tar.gz -# PACH-FIX-OPENSUSE numpy-1.24.patch gh#ronnyandersson/zignal#11 -Patch0: numpy-1.24.patch -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module hatch_vcs} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-matplotlib @@ -35,7 +34,7 @@ Requires: python-samplerate Requires: python-scipy Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: python-PyAudio BuildArch: noarch # SECTION test requirements @@ -54,10 +53,10 @@ %autosetup -p1 -n zignal-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/zignal-listsndcards %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -78,5 +77,5 @@ %doc README.md %python_alternative %{_bindir}/zignal-listsndcards %{python_sitelib}/zignal -%{python_sitelib}/zignal-%{version}*-info +%{python_sitelib}/zignal-%{version}.dist-info ++++++ zignal-0.6.0.tar.gz -> zignal-0.7.0.tar.gz ++++++ ++++ 6529 lines of diff (skipped)