17
0

Accepting request 821996 from devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/821996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=6
This commit is contained in:
2020-07-21 13:48:42 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01050fe3af635a8880b9f0f2461299e7d52f0ba72bbb1eb60ef3ec67e33609c6
size 33904

3
SoundCard-0.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d8c4f4199b88ee8231302e9b5b813ea23a4fa9558dcc6396c320117b041b59e
size 36733

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 21 05:39:41 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <toddrme2178@gmail.com>

View File

@@ -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