From d24f5a3e858b5860d084b3f76d921d49d312751059742d39c43ad0d351621d7f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 29 Jul 2020 10:40:20 +0000 Subject: [PATCH] Accepting request 823319 from home:mcalabkova:branches:devel:languages:python - Update to 0.4.0 * Drop support for Python 2.x * Fix memory issues in `play()`, `rec()` and `playrec()` * Example application ``play_stream.py`` * Remove ``print_devices()``, `query_devices()` can be used instead OBS-URL: https://build.opensuse.org/request/show/823319 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=17 --- python-sounddevice.changes | 9 +++++++++ python-sounddevice.spec | 3 ++- sounddevice-0.3.15.tar.gz | 3 --- sounddevice-0.4.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 sounddevice-0.3.15.tar.gz create mode 100644 sounddevice-0.4.0.tar.gz diff --git a/python-sounddevice.changes b/python-sounddevice.changes index bac3911..24b7ace 100644 --- a/python-sounddevice.changes +++ b/python-sounddevice.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 29 07:27:48 UTC 2020 - Marketa Calabkova + +- Update to 0.4.0 + * Drop support for Python 2.x + * Fix memory issues in `play()`, `rec()` and `playrec()` + * Example application ``play_stream.py`` + * Remove ``print_devices()``, `query_devices()` can be used instead + ------------------------------------------------------------------- Thu Mar 26 14:13:08 UTC 2020 - Marketa Calabkova diff --git a/python-sounddevice.spec b/python-sounddevice.spec index 6eed50f..c5e7e7e 100644 --- a/python-sounddevice.spec +++ b/python-sounddevice.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-sounddevice -Version: 0.3.15 +Version: 0.4.0 Release: 0 Summary: Module to play and record sound with Python License: MIT diff --git a/sounddevice-0.3.15.tar.gz b/sounddevice-0.3.15.tar.gz deleted file mode 100644 index f96aea6..0000000 --- a/sounddevice-0.3.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:028f6e5df83027f4bfba5d6d61e6d46eb8689f9e647825e09f539920dee17d2c -size 50357 diff --git a/sounddevice-0.4.0.tar.gz b/sounddevice-0.4.0.tar.gz new file mode 100644 index 0000000..e6b9d2e --- /dev/null +++ b/sounddevice-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007cfef077c447eebbdbca3d510ca4365c211c2c6c4d2912d6eec43c8cbcbc02 +size 50193