forked from pool/python-pydub
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20beff39e9959a3b2cb4392802aecb9b2417837fff635d2b00b5ef5f5326d313
|
||||
size 33331
|
3
pydub-0.23.0.tar.gz
Normal file
3
pydub-0.23.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07d5eec305110cf1dfe1a0c45eed84bc31f889b1b19feab3859a05dc45b70e7b
|
||||
size 33532
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 04:48:36 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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}/*
|
||||
|
||||
|
Reference in New Issue
Block a user