17
0

27 Commits

Author SHA256 Message Date
176da8cca2 Accepting request 1317746 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=12
2025-11-14 15:21:45 +00:00
4d19d9202b - Update to 0.4.5
* 2025-09-15 fixes compatibility with latest Numpy
- Updated BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=25
2025-11-14 09:01:38 +00:00
efe44f7b0d 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
8a042c6b8d - 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/package/show/devel:languages:python/python-SoundCard?expand=0&rev=23
2025-04-23 20:22:53 +00:00
c6138a9def Accepting request 1179658 from devel:languages:python
- update to 0.4.3:
  * improves response to Pulseaudio runtime failures
  * implements named channel map elements on Linux

- Update to 0.4.2:
  * fixes silence recording on macOS

OBS-URL: https://build.opensuse.org/request/show/1179658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=10
2024-06-10 15:38:06 +00:00
78b66d3257 - update to 0.4.3:
* improves response to Pulseaudio runtime failures
  * implements named channel map elements on Linux
- Update to 0.4.2:
  * fixes silence recording on macOS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=21
2024-06-10 08:57:42 +00:00
ba2b84c851 Accepting request 999912 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/999912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=9
2022-08-30 12:49:03 +00:00
5fff5959a0 Accepting request 999749 from home:yarunachalam:branches:devel:languages:python
- Update to 0.4.2: 
  * adds compatibility with NixOS library naming (Thank you, shithead!)
  * fixes deprecation for Python 3.10 (Thank you, Nekyo!)
  * fixes deprecation in recent Numpy

OBS-URL: https://build.opensuse.org/request/show/999749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=19
2022-08-29 09:43:04 +00:00
b90fcea7e4 Accepting request 914854 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/914854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=8
2021-08-29 19:33:59 +00:00
33a2cd9937 Accepting request 914186 from home:glaubitz:branches:devel:languages:python
- Update to 0.4.1:
  * fixes freezing bug on Linux during startup
  * improves error reporting on Linux
  * fixes crash due to use-after-free on Linux
  * fixes unicode error on Windows

OBS-URL: https://build.opensuse.org/request/show/914186
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=18
2021-08-29 06:03:07 +00:00
Richard Brown
925c5b9ed9 Accepting request 875346 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/875346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=7
2021-03-05 12:45:33 +00:00
bca78e5e28 Accepting request 875345 from home:alarrosa:branches:devel:languages:python
- Do not build the python36 flavor on TW since numpy is a build
  dependency and it doesn't support python 3.6 anymore.

OBS-URL: https://build.opensuse.org/request/show/875345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=16
2021-02-26 11:17:52 +00:00
a18842ece7 Accepting request 875140 from home:alarrosa:branches:devel:languages:python
- Require the pulseaudio-daemon capability instead of the
  pulseaudio package, so alternative implementations can be used
  (boo#1182730).

OBS-URL: https://build.opensuse.org/request/show/875140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=15
2021-02-25 16:01:30 +00:00
b752ec5b09 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
2020-07-21 13:48:42 +00:00
b0717506ff - 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/package/show/devel:languages:python/python-SoundCard?expand=0&rev=13
2020-07-21 05:40:39 +00:00
f77e999320 Accepting request 752995 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/752995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=5
2019-12-03 14:21:43 +00:00
Todd R
d029f01067 Accepting request 752994 from home:TheBlackCat:branches:devel:languages:python
Update to 0.3.3

OBS-URL: https://build.opensuse.org/request/show/752994
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=11
2019-12-02 17:12:19 +00:00
62b3be1de2 Accepting request 689375 from devel:languages:python
- Switch to source release
- Update to 0.3.0:
  * Various docu updates
  * Support python 3.5

OBS-URL: https://build.opensuse.org/request/show/689375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=4
2019-04-02 07:21:23 +00:00
Tomáš Chvátal
5ececbf33e - Switch to source release
- Update to 0.3.0:
  * Various docu updates
  * Support python 3.5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=9
2019-03-28 14:15:29 +00:00
cf9973fbac Accepting request 662730 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/662730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=3
2019-01-08 11:27:46 +00:00
Todd R
bd01622550 Accepting request 662729 from home:TheBlackCat:branches:devel:languages:python
- README not needed anymore, license is in wheel

OBS-URL: https://build.opensuse.org/request/show/662729
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=7
2019-01-03 21:35:39 +00:00
Todd R
73b8966e20 Accepting request 660740 from home:TheBlackCat:branches:devel:languages:python
- Update to 0.2.2
  * adds Sphinx/Readthedocs documentation
- Update to 0.2.1
  * adds bug fix for IPython on Windows (Thank you, Sebastian Michel!)

OBS-URL: https://build.opensuse.org/request/show/660740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=6
2018-12-22 21:10:28 +00:00
094ffc682b Accepting request 647236 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/647236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=2
2018-11-15 11:39:16 +00:00
23dbf14776 Accepting request 646624 from home:jengelh:branches:devel:languages:python
- Remove information from description that is subject to be out of
  date anytime, as well as development process instructions.

OBS-URL: https://build.opensuse.org/request/show/646624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=4
2018-11-08 08:14:56 +00:00
Todd R
a5ade53437 Accepting request 646438 from home:TheBlackCat:branches:devel:languages:python
- Some wording cleanups.

OBS-URL: https://build.opensuse.org/request/show/646438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=3
2018-11-05 15:15:18 +00:00
a6f42a7a0c Accepting request 645964 from devel:languages:python
high-level cross-platform audio toolkit for Python

OBS-URL: https://build.opensuse.org/request/show/645964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=1
2018-11-02 09:53:38 +00:00
Todd R
dac1dfa019 high-level cross-platform audio toolkit for Python
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=1
2018-11-02 02:30:15 +00:00