14
0

- Update to 1.4.9

Changes:
  * Synced with upstream RtMidi_
    (fixes gh#SpotlightKid/python-rtmidi#89).
- Changes in 1.4.8:
Fixes:
  * Fixed command line parsing in ``midiclock.py`` example script.
  * Fixed Windows builds on AppVeyor CI.
Changes:
  * Release GIL in ``MidiOut.send_message`` so that on backend APIs
    where this operation is blocking (``WINDOWS_MM``), multiple
    Python threads using this method on different ``MidiOut``
    instances can run concurently.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rtmidi?expand=0&rev=13
This commit is contained in:
2021-06-23 17:42:16 +00:00
committed by Git OBS Bridge
parent 12e02f3d5a
commit 457dd4692d
4 changed files with 23 additions and 6 deletions

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-rtmidi
Version: 1.4.7
Version: 1.4.9
Release: 0
Summary: Python binding for the RtMidi C++ library
License: MIT
Group: Development/Languages/Python
URL: https://chrisarndt.de/projects/python-rtmidi/
URL: https://spotlightkid.github.io/python-rtmidi/
Source: https://files.pythonhosted.org/packages/source/p/python-rtmidi/python-rtmidi-%{version}.tar.gz
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module devel}
@@ -32,10 +32,10 @@ BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python > 3.5
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(jack)
BuildRequires: python(abi) > 3.5
%python_subpackages
%description