From d4f8698c1f6d6b954dc9d51602507fb7e7e5377954866f14aa4d5d98e4df9014 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 20:53:37 +0000 Subject: [PATCH] - 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 --- python-audioread.changes | 11 +++++++++-- python-audioread.spec | 16 ++++++++-------- v3.0.0.tar.gz | 3 --- v3.0.1.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 v3.0.0.tar.gz create mode 100644 v3.0.1.tar.gz diff --git a/python-audioread.changes b/python-audioread.changes index 17539ba..4cead72 100644 --- a/python-audioread.changes +++ b/python-audioread.changes @@ -1,7 +1,14 @@ +------------------------------------------------------------------- +Thu Dec 7 20:53:21 UTC 2023 - Dirk Müller + +- 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 -- update to v3.0.0 +- update to v3.0.0 * Merge pull request #114 from Bomme/py36 * remove .travis.yml since we have GitHub actions now * 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 - 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 diff --git a/python-audioread.spec b/python-audioread.spec index ee5d9d6..548303a 100644 --- a/python-audioread.spec +++ b/python-audioread.spec @@ -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 diff --git a/v3.0.0.tar.gz b/v3.0.0.tar.gz deleted file mode 100644 index 75114da..0000000 --- a/v3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57766a926f522e9a05ccd07d438d0c8998fc53d0489efeb40a256d7ca42b1369 -size 111964 diff --git a/v3.0.1.tar.gz b/v3.0.1.tar.gz new file mode 100644 index 0000000..97b2d9c --- /dev/null +++ b/v3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98367fc46c436922e5c5b6aae59606c60c7ced36a0336cb8845fe85d0b2de383 +size 112064