17
0

Compare commits

6 Commits

Author SHA256 Message Date
58834fe91f Accepting request 1280883 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1280883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=16
2025-05-30 12:34:24 +00:00
cfa1636785 - Update to 0.5.2
* Better error if frames/channels are non-integers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=32
2025-05-28 12:58:48 +00:00
d025ec6e12 Accepting request 1217411 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1217411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=15
2024-10-24 13:43:07 +00:00
5ce05941c9 Accepting request 1217361 from home:glaubitz:branches:devel:languages:python
- Update to 0.5.1
  * Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can
    be chosen by defining the ``SD_ENABLE_ASIO`` environment variable

OBS-URL: https://build.opensuse.org/request/show/1217361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=30
2024-10-23 20:08:00 +00:00
45eccc92a5 Accepting request 1199457 from devel:languages:python
- update to 0.5.0:
  * Remove ASIO support from bundled DLLs (DLLs with ASIO can be
    manually selected)

OBS-URL: https://build.opensuse.org/request/show/1199457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sounddevice?expand=0&rev=14
2024-09-09 12:44:33 +00:00
11af5c30a6 - update to 0.5.0:
* Remove ASIO support from bundled DLLs (DLLs with ASIO can be
    manually selected)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=28
2024-09-08 13:22:30 +00:00
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed May 28 08:12:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.5.2
* Better error if frames/channels are non-integers
-------------------------------------------------------------------
Wed Oct 23 13:30:14 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.5.1
* Windows wheel: bundle both non-ASIO and ASIO DLLs, the latter can
be chosen by defining the ``SD_ENABLE_ASIO`` environment variable
-------------------------------------------------------------------
Sun Sep 8 13:21:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.5.0:
* Remove ASIO support from bundled DLLs (DLLs with ASIO can be
manually selected)
-------------------------------------------------------------------
Mon Jun 10 09:16:40 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sounddevice
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-sounddevice
Version: 0.4.7
Version: 0.5.2
Release: 0
Summary: Module to play and record sound with Python
License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69b386818d50a2d518607d4b973442e8d524760c7cd6c8b8be03d8c98fc4bce7
size 52244

3
sounddevice-0.5.2.tar.gz Normal file
View File

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