14
0
forked from pool/python-pydub

Accepting request 623022 from home:alarrosa:branches:devel:languages:python

- 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)

  * The utilities in `pydub.silence` now accept a

OBS-URL: https://build.opensuse.org/request/show/623022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydub?expand=0&rev=4
This commit is contained in:
2018-07-16 08:05:37 +00:00
committed by Git OBS Bridge
parent 1cb28710bf
commit 3fc4f5fe97
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27acc5977b0f5220682175d44fda737bbf818143b0832c0c3863b5dde38e197a
size 29946

3
pydub-0.22.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20beff39e9959a3b2cb4392802aecb9b2417837fff635d2b00b5ef5f5326d313
size 33331

View File

@@ -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

View File

@@ -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