Accepting request 646456 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/646456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2018-11-15 11:38:41 +00:00 committed by Git OBS Bridge
commit 03e6da314e
5 changed files with 44 additions and 8 deletions

19
LICENSE Normal file
View File

@ -0,0 +1,19 @@
Copyright (c) 2011-2018 Adrian Sampson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.

View File

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

3
audioread-2.1.6.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Nov 3 03:23:46 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to 2.1.6
* Fix a "no such process" crash in the FFmpeg backend on Windows
Subsystem for Linux (thanks to @llamasoft).
* Avoid suppressing SIGINT in the GStreamer backend on older
versions of PyGObject (thanks to @lazka).
- Recommend dependencies needed for full functionality.
- Include license file
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 28 07:21:03 UTC 2017 - alarrosa@suse.com Thu Sep 28 07:21:03 UTC 2017 - alarrosa@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-audioread # spec file for package python-audioread
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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,17 +18,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-audioread Name: python-audioread
Version: 2.1.5 Version: 2.1.6
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/sampsyo/audioread
Source: https://files.pythonhosted.org/packages/source/a/audioread/audioread-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/a/audioread/audioread-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/beetbox/audioread/master/LICENSE
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
Recommends: ffmpeg
Recommends: python-gobject
Recommends: python-pymad
Recommends: typelib(Gst) = 1.0
%python_subpackages %python_subpackages
@ -44,6 +49,7 @@ currently supports:
%prep %prep
%setup -q -n audioread-%{version} %setup -q -n audioread-%{version}
cp %{SOURCE10} .
%build %build
%python_build %python_build
@ -52,8 +58,8 @@ currently supports:
%python_install %python_install
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-)
%doc README.rst %doc README.rst
%license LICENSE
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog