diff --git a/SoundCard-0.3.3.tar.gz b/SoundCard-0.3.3.tar.gz deleted file mode 100644 index 56e5740..0000000 --- a/SoundCard-0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01050fe3af635a8880b9f0f2461299e7d52f0ba72bbb1eb60ef3ec67e33609c6 -size 33904 diff --git a/SoundCard-0.4.0.tar.gz b/SoundCard-0.4.0.tar.gz new file mode 100644 index 0000000..1fc3dfd --- /dev/null +++ b/SoundCard-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8c4f4199b88ee8231302e9b5b813ea23a4fa9558dcc6396c320117b041b59e +size 36733 diff --git a/python-SoundCard.changes b/python-SoundCard.changes index 7aab30f..9a67283 100644 --- a/python-SoundCard.changes +++ b/python-SoundCard.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jul 21 05:39:41 UTC 2020 - Steve Kowalik + +- Update to 0.4.0: + * fixes silent recordings on Windows + * get and set the pulseaudio program name on Linux + * fixes error with unicode soundcard names on Windows + * adds support for pyinstaller (v4) + * adds compatibility with Windows 7 + ------------------------------------------------------------------- Mon Dec 2 17:11:34 UTC 2019 - Todd R diff --git a/python-SoundCard.spec b/python-SoundCard.spec index 4b7fae0..2d4b49e 100644 --- a/python-SoundCard.spec +++ b/python-SoundCard.spec @@ -1,7 +1,7 @@ # # spec file for package python-SoundCard # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-SoundCard -Version: 0.3.3 +Version: 0.4.0 Release: 0 Summary: Python package to play and record audio License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/bastibe/SoundCard Source0: https://files.pythonhosted.org/packages/source/S/SoundCard/SoundCard-%{version}.tar.gz Source1: https://raw.githubusercontent.com/bastibe/SoundCard/master/LICENSE