Accepting request 1005608 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1005608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=9
This commit is contained in:
commit
389896b6d3
@ -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
|
Thu Dec 9 12:39:52 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-audioread
|
# 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
|
# 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,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-audioread
|
Name: python-audioread
|
||||||
Version: 2.1.9
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wrapper for audio decoding via selectable backends
|
Summary: Wrapper for audio decoding via selectable backends
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -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
3
v3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57766a926f522e9a05ccd07d438d0c8998fc53d0489efeb40a256d7ca42b1369
|
||||||
|
size 111964
|
Loading…
x
Reference in New Issue
Block a user