From 5a3fc1303e3d77da2fd7f045adf1b4faef85f0008436bb0f203e56022855a2a6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 31 Oct 2018 04:52:30 +0000 Subject: [PATCH] Accepting request 645633 from home:TheBlackCat:branches:devel:languages:python - Update to 0.23.0 * Add support for playback via simpleaudio * Allow users to override the type in pydub.AudioSegment().get_array_of_samples() (PR #313) * Fix a bug where the wrong codec was used for 8-bit audio (PR #309 - issue #308) OBS-URL: https://build.opensuse.org/request/show/645633 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydub?expand=0&rev=6 --- pydub-0.22.1.tar.gz | 3 --- pydub-0.23.0.tar.gz | 3 +++ python-pydub.changes | 8 ++++++++ python-pydub.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pydub-0.22.1.tar.gz create mode 100644 pydub-0.23.0.tar.gz diff --git a/pydub-0.22.1.tar.gz b/pydub-0.22.1.tar.gz deleted file mode 100644 index 3066f66..0000000 --- a/pydub-0.22.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20beff39e9959a3b2cb4392802aecb9b2417837fff635d2b00b5ef5f5326d313 -size 33331 diff --git a/pydub-0.23.0.tar.gz b/pydub-0.23.0.tar.gz new file mode 100644 index 0000000..cab3dad --- /dev/null +++ b/pydub-0.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d5eec305110cf1dfe1a0c45eed84bc31f889b1b19feab3859a05dc45b70e7b +size 33532 diff --git a/python-pydub.changes b/python-pydub.changes index c643d21..af6abf3 100644 --- a/python-pydub.changes +++ b/python-pydub.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 31 04:48:36 UTC 2018 - Todd R + +- Update to 0.23.0 + * Add support for playback via simpleaudio + * Allow users to override the type in pydub.AudioSegment().get_array_of_samples() (PR #313) + * Fix a bug where the wrong codec was used for 8-bit audio (PR #309 - issue #308) + ------------------------------------------------------------------- Wed Jul 11 17:18:18 UTC 2018 - alarrosa@suse.com diff --git a/python-pydub.spec b/python-pydub.spec index 7404df9..387b3a1 100644 --- a/python-pydub.spec +++ b/python-pydub.spec @@ -20,7 +20,7 @@ # Test data missing %bcond_with test Name: python-pydub -Version: 0.22.1 +Version: 0.23.0 Release: 0 Summary: Manipulate audio with Python License: MIT @@ -37,6 +37,7 @@ BuildRequires: %{python_module scipy} BuildRequires: ffmpeg %endif Recommends: python-scipy +Recommends: python-simpleaudio Requires: ffmpeg BuildArch: noarch @@ -64,7 +65,6 @@ $python test/test.py %endif %files %{python_files} -%defattr(-,root,root,-) %license LICENSE %{python_sitelib}/*