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 2021-03-30 20:56:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-audio-degrader (Old)
 and      /work/SRC/openSUSE:Factory/.python-audio-degrader.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-audio-degrader"

Tue Mar 30 20:56:25 2021 rev:3 rq:874531 version:1.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-audio-degrader/python-audio-degrader.changes  
    2020-06-03 20:32:08.525104216 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-audio-degrader.new.2401/python-audio-degrader.changes
    2021-03-30 20:56:30.832460215 +0200
@@ -1,0 +2,24 @@
+Mon Feb 22 16:20:47 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 1.3.1
+  * no release notes
+- Does not require librosa, ffmpeg, rubberband-cli anymore
+  * require python-sox explictly
+  * require scipy explictly
+- drop patches merged upstream
+  * fix-librosa-output.patch
+  * audio-degrader-python3-imports.patch
+
+-------------------------------------------------------------------
+Thu Jan 28 23:37:51 UTC 2021 - Ben Greiner <[email protected]>
+
+- Skip python36 because librosa does the same (requires SciPy)
+- Enable tests using huge github archive with test data
+- Support Python3
+  * audio-degrader-python3-imports.patch
+  * gh#emilio-molina/audio_degrader#34
+- Support librosa >= 0.8
+  * fix-librosa-output.patch 
+  * gh#emilio-molina/audio_degrader#35
+
+-------------------------------------------------------------------

Old:
----
  audio_degrader-1.2.3.tar.gz

New:
----
  audio_degrader-1.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-audio-degrader.spec ++++++
--- /var/tmp/diff_new_pack.JD2Ntz/_old  2021-03-30 20:56:31.852461358 +0200
+++ /var/tmp/diff_new_pack.JD2Ntz/_new  2021-03-30 20:56:31.852461358 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-audio-degrader
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,27 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
+%define         skip_python36 1
 Name:           python-audio-degrader
-Version:        1.2.3
+Version:        1.3.1
 Release:        0
 Summary:        Tool to introduce controlled degradations to audio
 License:        GPL-3.0-only
-URL:            https://github.com/EliosMolina/audio_degrader
-Source:         
https://files.pythonhosted.org/packages/source/a/audio_degrader/audio_degrader-%{version}.tar.gz
+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 scipy >= 1.4.1}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module sox}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-librosa >= 0.6.0
+Requires:       python-SoundFile >= 0.10.3.post1
+Requires:       python-scipy
+Requires:       python-sox
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module librosa >= 0.6.0}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
@@ -43,7 +48,7 @@
 degradations to audio.
 
 %prep
-%setup -q -n audio_degrader-%{version}
+%autosetup -p1 -n audio_degrader-%{version}
 
 %build
 %python_build
@@ -53,11 +58,8 @@
 %python_clone -a %{buildroot}%{_bindir}/audio_degrader
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-# Tests are not in sdist and there is no github tag for the latest release
-# See https://github.com/emilio-molina/audio_degrader/pull/32
-# and https://github.com/emilio-molina/audio_degrader/issues/33
-# %%check
-# %%pytest
+%check
+%pytest
 
 %post
 %python_install_alternative audio_degrader
@@ -69,6 +71,7 @@
 %license LICENSE.txt
 %doc README.md
 %python_alternative %{_bindir}/audio_degrader
-%{python_sitelib}/*
+%{python_sitelib}/audio_degrader
+%{python_sitelib}/audio_degrader-%{version}*-info
 
 %changelog

++++++ audio_degrader-1.2.3.tar.gz -> audio_degrader-1.3.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-audio-degrader/audio_degrader-1.2.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-audio-degrader.new.2401/audio_degrader-1.3.1.tar.gz
 differ: char 5, line 1

Reply via email to