17
0

Compare commits

2 Commits

Author SHA256 Message Date
f67b0c60bb Accepting request 1272262 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1272262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=11
2025-04-24 15:25:46 +00:00
fa9304c7ff Accepting request 1272159 from home:glaubitz:branches:devel:languages:python
- Update to 0.4.4
  * Improves response to Pulseaudio runtime failures
  * Fixes multi-byte sound card names on macOS
  * Improves response to Windows buffer underruns
  * Improves behavior when playing nothing on Windows
  * Implements named channel map elements on Linux
  * Fixes empty soundcard list on macOS
- Adjust upstream source name in spec file
- Allow lower- and uppercase filenames for meta directory
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install
- Switch package to modern Python Stack on SLE-15
  * Use Python 3.11 on SLE-15 by default
  * Drop support for older Python versions

OBS-URL: https://build.opensuse.org/request/show/1272159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=23
2025-04-23 20:22:53 +00:00
4 changed files with 5 additions and 12 deletions

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
Fri Nov 14 08:30:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.4.5
* 2025-09-15 fixes compatibility with latest Numpy
- Updated BuildRequires from setup.py
-------------------------------------------------------------------
Wed Apr 23 11:17:28 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-SoundCard
Version: 0.4.5
Version: 0.4.4
Release: 0
Summary: Python package to play and record audio
License: BSD-3-Clause
@@ -27,7 +27,7 @@ Source0: https://files.pythonhosted.org/packages/source/s/soundcard/sound
Source1: https://raw.githubusercontent.com/bastibe/SoundCard/master/LICENSE
Source100: python-SoundCard-rpmlintrc
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module numpy >= 1.11}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}

3
soundcard-0.4.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87df9c4b8ec97585fe440a1d9dbafabcece58eae5857ed005e6bb385b2179cff
size 40786

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07272ba927e32cafdf634e4a1ca53b9a3218321a60c7d2e08f54b832a56946aa
size 40831