- 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:
parent
00fc41a932
commit
d4f8698c1f
@ -1,7 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Sep 23 02:28:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- update to v3.0.0
|
- update to v3.0.0
|
||||||
* Merge pull request #114 from Bomme/py36
|
* Merge pull request #114 from Bomme/py36
|
||||||
* remove .travis.yml since we have GitHub actions now
|
* remove .travis.yml since we have GitHub actions now
|
||||||
* install ffmpeg in github action
|
* install ffmpeg in github action
|
||||||
@ -24,7 +31,7 @@ Thu Dec 9 12:39:52 UTC 2021 - pgajdos@suse.com
|
|||||||
Mon Mar 8 22:34:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Mon Mar 8 22:34:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 2.1.9:
|
- update to 2.1.9:
|
||||||
* Work correctly with GStreamer 1.18 and later (thanks to @ssssam)
|
* Work correctly with GStreamer 1.18 and later (thanks to @ssssam)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 08:47:01 UTC 2019 - pgajdos@suse.com
|
Wed Jul 31 08:47:01 UTC 2019 - pgajdos@suse.com
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-audioread
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,16 +18,18 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-audioread
|
Name: python-audioread
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wrapper for audio decoding via selectable backends
|
Summary: Wrapper for audio decoding via selectable backends
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
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
|
Source0: https://github.com/beetbox/audioread/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base}
|
BuildRequires: %{python_module base}
|
||||||
|
BuildRequires: %{python_module flit-core}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: ffmpeg
|
BuildRequires: ffmpeg
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -51,14 +53,12 @@ currently supports:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n audioread-%{version}
|
%setup -q -n audioread-%{version}
|
||||||
# https://github.com/beetbox/audioread/issues/118
|
|
||||||
sed -i 's:pytest-runner::' setup.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
|
@ -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
3
v3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98367fc46c436922e5c5b6aae59606c60c7ced36a0336cb8845fe85d0b2de383
|
||||||
|
size 112064
|
Loading…
x
Reference in New Issue
Block a user