From 00fc41a9325f5665d5db1915ad56cc8774a76d902a4b441073f2465f8c43e59c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 23 Sep 2022 11:29:15 +0000 Subject: [PATCH] Accepting request 1005510 from home:yarunachalam:branches:devel:languages:python - 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 * add a GitHub actions workflow for python tox tests * remove deprecated pytest-runner (fully rely on tox instead) * remove python 2 specific code in gstdec.py * reorganize imports; remove python 2 specific imports * remove python 2.7 from travis.yml * add python_requires to setup.py * remove mention of Python 2 from README.rst * Only list python > 3.6 in setup.py and tox.ini * automatic pyupgrade rewrite OBS-URL: https://build.opensuse.org/request/show/1005510 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=21 --- python-audioread.changes | 17 +++++++++++++++++ python-audioread.spec | 4 ++-- v2.1.9.tar.gz | 3 --- v3.0.0.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 v2.1.9.tar.gz create mode 100644 v3.0.0.tar.gz diff --git a/python-audioread.changes b/python-audioread.changes index f89599c..17539ba 100644 --- a/python-audioread.changes +++ b/python-audioread.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Sep 23 02:28:43 UTC 2022 - Yogalakshmi Arunachalam + +- 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 + * add a GitHub actions workflow for python tox tests + * remove deprecated pytest-runner (fully rely on tox instead) + * remove python 2 specific code in gstdec.py + * reorganize imports; remove python 2 specific imports + * remove python 2.7 from travis.yml + * add python_requires to setup.py + * remove mention of Python 2 from README.rst + * Only list python > 3.6 in setup.py and tox.ini + * automatic pyupgrade rewrite + ------------------------------------------------------------------- Thu Dec 9 12:39:52 UTC 2021 - pgajdos@suse.com diff --git a/python-audioread.spec b/python-audioread.spec index 82f6e6f..ee5d9d6 100644 --- a/python-audioread.spec +++ b/python-audioread.spec @@ -1,7 +1,7 @@ # # spec file for package python-audioread # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-audioread -Version: 2.1.9 +Version: 3.0.0 Release: 0 Summary: Wrapper for audio decoding via selectable backends License: MIT diff --git a/v2.1.9.tar.gz b/v2.1.9.tar.gz deleted file mode 100644 index 0372405..0000000 --- a/v2.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f379b0015791cc81a5a2c24f6b77a1f08dc885145f33a800db2ec69ce9e4df4e -size 111794 diff --git a/v3.0.0.tar.gz b/v3.0.0.tar.gz new file mode 100644 index 0000000..75114da --- /dev/null +++ b/v3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57766a926f522e9a05ccd07d438d0c8998fc53d0489efeb40a256d7ca42b1369 +size 111964