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,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 07:20:34 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 0.3.13
|
||||||
|
* Examples asyncio_coroutines.py and asyncio_generators.py
|
||||||
|
- package examples
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:54:30 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:54:30 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sounddevice
|
# 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
|
# 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-sounddevice
|
Name: python-sounddevice
|
||||||
Version: 0.3.12
|
Version: 0.3.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Play and Record Sound with Python
|
Summary: Play and Record Sound with Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
|||||||
Url: http://python-sounddevice.readthedocs.io/
|
Url: http://python-sounddevice.readthedocs.io/
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sounddevice/sounddevice-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sounddevice/sounddevice-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cffi >= 1.0}
|
BuildRequires: %{python_module cffi >= 1.0}
|
||||||
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: portaudio
|
BuildRequires: portaudio
|
||||||
@@ -46,6 +47,7 @@ convenience functions to play and record NumPy arrays containing audio signals.
|
|||||||
%setup -q -n sounddevice-%{version}
|
%setup -q -n sounddevice-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
chmod 644 examples/*
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -53,8 +55,11 @@ convenience functions to play and record NumPy arrays containing audio signals.
|
|||||||
%python_expand fdupes %{buildroot}%{$python_sitelib}
|
%python_expand fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc NEWS.rst README.rst
|
%doc NEWS.rst README.rst examples
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
%check
|
||||||
|
# no upstream tests, examples needs devices
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f59ae4e2ec12cb1e5940f06f08804ecca855d959de25ca45a3938de45d0f81a2
|
|
||||||
size 43155
|
|
3
sounddevice-0.3.13.tar.gz
Normal file
3
sounddevice-0.3.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d0571349f9a438a97f2c69da760f195cf5ddf2351072199cc1dfede4785a207
|
||||||
|
size 44604
|
Reference in New Issue
Block a user