15
0

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
This commit is contained in:
2025-04-23 20:22:53 +00:00
committed by Git OBS Bridge
parent 78b66d3257
commit fa9304c7ff
4 changed files with 34 additions and 15 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Apr 23 11:17:28 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Mon Jun 10 08:57:14 UTC 2024 - Dirk Müller <dmueller@suse.com>