diff --git a/pydub-0.21.0.tar.gz b/pydub-0.21.0.tar.gz deleted file mode 100644 index cca8d06..0000000 --- a/pydub-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27acc5977b0f5220682175d44fda737bbf818143b0832c0c3863b5dde38e197a -size 29946 diff --git a/pydub-0.22.1.tar.gz b/pydub-0.22.1.tar.gz new file mode 100644 index 0000000..3066f66 --- /dev/null +++ b/pydub-0.22.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20beff39e9959a3b2cb4392802aecb9b2417837fff635d2b00b5ef5f5326d313 +size 33331 diff --git a/python-pydub.changes b/python-pydub.changes index 3e827c1..c643d21 100644 --- a/python-pydub.changes +++ b/python-pydub.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jul 11 17:18:18 UTC 2018 - alarrosa@suse.com + +- Update to 0.22.1 + * Fix pydub.utils.mediainfo_json() to work with newer, + backwards-incompatible versions of ffprobe/avprobe + +- Update to 0.22.0 + * Adds support for audio with frame rates (sample rates) of 48k and higher + (requires scipy) (PR #262, fixes #134, #237, #209) + * Adds support for PEP 519 File Path protocol (PR #252) + * Fixes a few places where handles to temporary files are kept open (PR #280) + * Add the license file to the python package to aid other packaging projects + (PR #279, fixes #274) + * Big fix for pydub.silence.detect_silence() (PR #263) + ------------------------------------------------------------------- Thu May 10 00:03:10 UTC 2018 - toddrme2178@gmail.com @@ -11,7 +27,7 @@ Thu May 10 00:03:10 UTC 2018 - toddrme2178@gmail.com up logging for your converter) (#223) * All pydub exceptions are now subclasses of `pydub.exceptions.PydubException` - * The utilities in `pydub.silence` now accept a + * The utilities in `pydub.silence` now accept a `seek_step` argument which can optionally be passed to improve the performance of silence detection (#211) * Fix to `pydub.silence` utilities which allow you to detect diff --git a/python-pydub.spec b/python-pydub.spec index 8b0b6e4..7404df9 100644 --- a/python-pydub.spec +++ b/python-pydub.spec @@ -20,7 +20,7 @@ # Test data missing %bcond_with test Name: python-pydub -Version: 0.21.0 +Version: 0.22.1 Release: 0 Summary: Manipulate audio with Python License: MIT @@ -31,12 +31,13 @@ Source10: https://raw.githubusercontent.com/jiaaro/pydub/v%{version}/LICEN BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: ffmpeg BuildRequires: python-rpm-macros %if %{with test} BuildRequires: %{python_module scipy} +BuildRequires: ffmpeg %endif -Recommends: python-scipt +Recommends: python-scipy +Requires: ffmpeg BuildArch: noarch %python_subpackages