forked from pool/python-sounddevice
Accepting request 704362 from home:pgajdos
- version update to 0.3.13 * Examples asyncio_coroutines.py and asyncio_generators.py - package examples OBS-URL: https://build.opensuse.org/request/show/704362 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
76c29495e8
commit
1898d54c06
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sounddevice
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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-sounddevice
|
||||
Version: 0.3.12
|
||||
Version: 0.3.13
|
||||
Release: 0
|
||||
Summary: Play and Record Sound with Python
|
||||
License: MIT
|
||||
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
||||
Url: http://python-sounddevice.readthedocs.io/
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sounddevice/sounddevice-%{version}.tar.gz
|
||||
BuildRequires: %{python_module cffi >= 1.0}
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: portaudio
|
||||
@@ -46,6 +47,7 @@ convenience functions to play and record NumPy arrays containing audio signals.
|
||||
%setup -q -n sounddevice-%{version}
|
||||
|
||||
%build
|
||||
chmod 644 examples/*
|
||||
%python_build
|
||||
|
||||
%install
|
||||
@@ -53,8 +55,11 @@ convenience functions to play and record NumPy arrays containing audio signals.
|
||||
%python_expand fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%doc NEWS.rst README.rst
|
||||
%doc NEWS.rst README.rst examples
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
%check
|
||||
# no upstream tests, examples needs devices
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user