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
This commit is contained in:
Daniel Garcia 2022-09-23 11:29:15 +00:00 committed by Git OBS Bridge
parent 26288ddb0b
commit 00fc41a932
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Sep 23 02:28:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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

View File

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

View File

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

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

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