17
0

Accepting request 1317730 from home:glaubitz:branches:devel:languages:python

- Update to 0.4.5
  * 2025-09-15 fixes compatibility with latest Numpy
- Updated BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1317730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=25
This commit is contained in:
2025-11-14 09:01:38 +00:00
committed by Git OBS Bridge
parent 8674eea3b1
commit 500b6f8e9f
4 changed files with 12 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-SoundCard
Version: 0.4.4
Version: 0.4.5
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}
BuildRequires: %{python_module numpy >= 1.11}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}