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

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