diff --git a/python-sounddevice.changes b/python-sounddevice.changes index 9fa44ed..a89e26f 100644 --- a/python-sounddevice.changes +++ b/python-sounddevice.changes @@ -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 diff --git a/python-sounddevice.spec b/python-sounddevice.spec index 720644d..5f8a9b5 100644 --- a/python-sounddevice.spec +++ b/python-sounddevice.spec @@ -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 diff --git a/sounddevice-0.3.12.tar.gz b/sounddevice-0.3.12.tar.gz deleted file mode 100644 index c33df6f..0000000 --- a/sounddevice-0.3.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f59ae4e2ec12cb1e5940f06f08804ecca855d959de25ca45a3938de45d0f81a2 -size 43155 diff --git a/sounddevice-0.3.13.tar.gz b/sounddevice-0.3.13.tar.gz new file mode 100644 index 0000000..47ee59f --- /dev/null +++ b/sounddevice-0.3.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0571349f9a438a97f2c69da760f195cf5ddf2351072199cc1dfede4785a207 +size 44604