14
0

- Update to 0.4.1:

* CallbackFlags attributes are now writable 
- Don't build for Python 3.6, NumPy isn't available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=19
This commit is contained in:
2021-04-19 01:41:36 +00:00
committed by Git OBS Bridge
parent d24f5a3e85
commit da2cacf2d0
4 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sounddevice
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
Name: python-sounddevice
Version: 0.4.0
Version: 0.4.1
Release: 0
Summary: Module to play and record sound with Python
License: MIT