Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-audio-degrader for openSUSE:Factory checked in at 2025-05-09 18:49:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-audio-degrader (Old) and /work/SRC/openSUSE:Factory/.python-audio-degrader.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-audio-degrader" Fri May 9 18:49:27 2025 rev:4 rq:1275961 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-audio-degrader/python-audio-degrader.changes 2021-03-30 20:56:30.832460215 +0200 +++ /work/SRC/openSUSE:Factory/.python-audio-degrader.new.30101/python-audio-degrader.changes 2025-05-09 18:52:19.827505494 +0200 @@ -1,0 +2,5 @@ +Fri May 9 04:40:13 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-audio-degrader.spec ++++++ --- /var/tmp/diff_new_pack.Xu0CMq/_old 2025-05-09 18:52:20.575536610 +0200 +++ /var/tmp/diff_new_pack.Xu0CMq/_new 2025-05-09 18:52:20.575536610 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-audio-degrader # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %define skip_python36 1 Name: python-audio-degrader @@ -27,9 +26,11 @@ URL: https://github.com/emilio-molina/audio_degrader Source: https://files.pythonhosted.org/packages/source/a/audio-degrader/audio_degrader-%{version}.tar.gz BuildRequires: %{python_module SoundFile >= 0.10.3.post1} +BuildRequires: %{python_module pip} BuildRequires: %{python_module scipy >= 1.4.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sox} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-SoundFile >= 0.10.3.post1 @@ -51,10 +52,10 @@ %autosetup -p1 -n audio_degrader-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/audio_degrader %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -72,5 +73,5 @@ %doc README.md %python_alternative %{_bindir}/audio_degrader %{python_sitelib}/audio_degrader -%{python_sitelib}/audio_degrader-%{version}*-info +%{python_sitelib}/audio_degrader-%{version}.dist-info