14
0
forked from pool/python-pydub

Accepting request 878231 from home:bnavigator:branches:devel:languages:python

- Update to 0.25.1
- Drop 0001-Skip-tests-that-use-unavailable-codecs.patch merged 
  upstream
- Reinstate python36 build. SciPy is optional

OBS-URL: https://build.opensuse.org/request/show/878231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydub?expand=0&rev=15
This commit is contained in:
2021-03-11 15:27:17 +00:00
committed by Git OBS Bridge
parent 114b291fb0
commit 0a860f66bd
5 changed files with 52 additions and 205 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Wed Mar 10 20:05:05 UTC 2021 - Ben Greiner <code@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
-------------------------------------------------------------------
Sat Feb 13 10:14:16 UTC 2021 - Dirk Müller <dmueller@suse.com>