- update to 3.0.1:

* Fix a possible deadlock when FFmpeg's version output produces too
    much data.
- update to v3.0.0
  * Work correctly with GStreamer 1.18 and later (thanks to @ssssam)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=23
This commit is contained in:
Dirk Mueller 2023-12-07 20:53:37 +00:00 committed by Git OBS Bridge
parent 00fc41a932
commit d4f8698c1f
4 changed files with 20 additions and 13 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 7 20:53:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.1:
* Fix a possible deadlock when FFmpeg's version output produces too
much data.
-------------------------------------------------------------------
Fri Sep 23 02:28:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-audioread
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,16 +18,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-audioread
Version: 3.0.0
Version: 3.0.1
Release: 0
Summary: Wrapper for audio decoding via selectable backends
License: MIT
Group: Development/Languages/Python
URL: https://github.com/sampsyo/audioread
URL: https://github.com/beetbox/audioread
Source0: https://github.com/beetbox/audioread/archive/v%{version}.tar.gz
BuildRequires: %{python_module base}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: ffmpeg
BuildRequires: python-rpm-macros
@ -51,14 +53,12 @@ currently supports:
%prep
%setup -q -n audioread-%{version}
# https://github.com/beetbox/audioread/issues/118
sed -i 's:pytest-runner::' setup.py
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%check
%pytest

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57766a926f522e9a05ccd07d438d0c8998fc53d0489efeb40a256d7ca42b1369
size 111964

3
v3.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98367fc46c436922e5c5b6aae59606c60c7ced36a0336cb8845fe85d0b2de383
size 112064