Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pydub for openSUSE:Factory 
checked in at 2021-03-11 20:11:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydub (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydub.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydub"

Thu Mar 11 20:11:53 2021 rev:7 rq:878359 version:0.25.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydub/python-pydub.changes        
2021-02-15 23:20:34.115778308 +0100
+++ /work/SRC/openSUSE:Factory/.python-pydub.new.2401/python-pydub.changes      
2021-03-11 20:13:12.752753204 +0100
@@ -1,0 +2,46 @@
+Wed Mar 10 20:05:05 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.25.1
+  * Fix crashing bug in new scipy-powered EQ effects
+- Release 0.25.0
+  * Don't show a runtime warning about the optional ffplay
+    dependency being missing until someone trys to use it
+  * Documentation improvements
+  * Python 3.9 support
+  * Improved efficiency of loading wave files with pydub.
+    AudioSegment.from_file()
+  * Ensure pydub.AudioSegment().export() always retuns files with
+    a seek position at the beginning of the file
+  * Added more EQ effects to pydub.scipy_effects (requires scipy
+    to be installed)
+  * Fix a packaging bug where the LICENSE file was not included in
+    the source distribution
+  * Add a way to instantiate a pydub.AudioSegment() with a portion
+    of an audio file via pydub.AudioSegment().from_file()
+- Release 0.24.1
+  * Fix bug where ffmpeg errors in Python 3 are illegible
+  * Fix bug where split_on_silence fails when there are one or
+    fewer nonsilent segments
+  * Fix bug in fallback audioop implementation
+- Release 0.24.0
+  * Fix inconsistent handling of 8-bit audio
+  * Fix bug where certain files will fail to parse
+  * Fix bug where pyaudio stream is not closed on error
+  * Allow codecs and parameters in wav and raw export
+  * Fix bug in pydub.AudioSegment.from_file where supplied codec
+    is ignored
+  * Allow pydub.silence.split_on_silence to take a boolean for
+    keep_silence
+  * Fix bug where pydub.silence.split_on_silence sometimes adds
+    non-silence from adjacent segments
+  * Fix bug where pydub.AudioSegment.extract_wav_headers fails on
+    empty wav files
+  * Add new function pydub.silence.detect_leading_silence
+  * Support conversion between an arbitrary number of channels and
+    mono in pydub.AudioSegment.set_channels
+  * Fix several issues related to reading from filelike objects
+- Drop 0001-Skip-tests-that-use-unavailable-codecs.patch merged 
+  upstream
+- Reinstate python36 build. SciPy is optional 
+
+-------------------------------------------------------------------

Old:
----
  0001-Skip-tests-that-use-unavailable-codecs.patch
  pydub-0.23.1.tar.gz

New:
----
  pydub-0.25.1.tar.gz

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

Other differences:
------------------
++++++ python-pydub.spec ++++++
--- /var/tmp/diff_new_pack.5ddyGX/_old  2021-03-11 20:13:13.452754341 +0100
+++ /var/tmp/diff_new_pack.5ddyGX/_new  2021-03-11 20:13:13.456754347 +0100
@@ -17,22 +17,19 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%global skip_python36 1
 Name:           python-pydub
-Version:        0.23.1
+Version:        0.25.1
 Release:        0
 Summary:        Audio manipulation with Python
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/jiaaro/pydub
 Source:         
https://github.com/jiaaro/pydub/archive/v%{version}.tar.gz#/pydub-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM
-Patch0:         0001-Skip-tests-that-use-unavailable-codecs.patch
-BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  ffmpeg
 BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module scipy if (%python-base without python36-base)}
 Recommends:     python-scipy
 Recommends:     python-simpleaudio
 Requires:       ffmpeg
@@ -45,7 +42,6 @@
 
 %prep
 %setup -q -n pydub-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -55,7 +51,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python test/test.py
+%pyunittest -v test.test
 
 %files %{python_files}
 %license LICENSE

++++++ pydub-0.23.1.tar.gz -> pydub-0.25.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-pydub/pydub-0.23.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-pydub.new.2401/pydub-0.25.1.tar.gz differ: 
char 12, line 1

Reply via email to