From d029f01067e818b968ff49472aa3fad341c9d6d70ace2c5f3b4af2574cbacbb8 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 2 Dec 2019 17:12:19 +0000 Subject: [PATCH] Accepting request 752994 from home:TheBlackCat:branches:devel:languages:python Update to 0.3.3 OBS-URL: https://build.opensuse.org/request/show/752994 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=11 --- SoundCard-0.3.0.tar.gz | 3 --- SoundCard-0.3.3.tar.gz | 3 +++ python-SoundCard.changes | 15 +++++++++++++++ python-SoundCard.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 SoundCard-0.3.0.tar.gz create mode 100644 SoundCard-0.3.3.tar.gz diff --git a/SoundCard-0.3.0.tar.gz b/SoundCard-0.3.0.tar.gz deleted file mode 100644 index 013d122..0000000 --- a/SoundCard-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69bf3cc710bbfc0d70ac5a76dd06cb6cb22bf97584399c72aaf1645203b91a23 -size 31156 diff --git a/SoundCard-0.3.3.tar.gz b/SoundCard-0.3.3.tar.gz new file mode 100644 index 0000000..56e5740 --- /dev/null +++ b/SoundCard-0.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01050fe3af635a8880b9f0f2461299e7d52f0ba72bbb1eb60ef3ec67e33609c6 +size 33904 diff --git a/python-SoundCard.changes b/python-SoundCard.changes index 2610b79..7aab30f 100644 --- a/python-SoundCard.changes +++ b/python-SoundCard.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Dec 2 17:11:34 UTC 2019 - Todd R + +- Update to 0.3.3 + * Fix attribute error when accessing stream state + * adds experimental support for exclusive mode on Windows + * adds latency hints to the documentation + * fix exception when monitor is default pulseaudio device + * fixes deprecation warning + * fixes missing dtype declaration + * fixes sample rate conversion on macOS + * fixes silence recording on macOS + * makes mainloop a global singleton + * remove useless declaration and call to _pa_stream_get_buffer_attr() + ------------------------------------------------------------------- Thu Mar 28 14:09:10 UTC 2019 - Tomáš Chvátal diff --git a/python-SoundCard.spec b/python-SoundCard.spec index e241eef..4b7fae0 100644 --- a/python-SoundCard.spec +++ b/python-SoundCard.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-SoundCard -Version: 0.3.0 +Version: 0.3.3 Release: 0 Summary: Python package to play and record audio License: BSD-3-Clause