From 457dd4692de107dd07f1cd065ab6a8c19c610aedc76bb03ae02e0a35987cdace Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Wed, 23 Jun 2021 17:42:16 +0000 Subject: [PATCH] - 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 --- python-python-rtmidi.changes | 17 +++++++++++++++++ python-python-rtmidi.spec | 6 +++--- python-rtmidi-1.4.7.tar.gz | 3 --- python-rtmidi-1.4.9.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 python-rtmidi-1.4.7.tar.gz create mode 100644 python-rtmidi-1.4.9.tar.gz diff --git a/python-python-rtmidi.changes b/python-python-rtmidi.changes index 9614505..3a0a3ce 100644 --- a/python-python-rtmidi.changes +++ b/python-python-rtmidi.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jun 23 17:28:07 UTC 2021 - Mia Herkt + +- 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. + ------------------------------------------------------------------- Tue Feb 2 23:28:15 UTC 2021 - Mia Herkt diff --git a/python-python-rtmidi.spec b/python-python-rtmidi.spec index 80a6577..98cd006 100644 --- a/python-python-rtmidi.spec +++ b/python-python-rtmidi.spec @@ -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 diff --git a/python-rtmidi-1.4.7.tar.gz b/python-rtmidi-1.4.7.tar.gz deleted file mode 100644 index 08f067c..0000000 --- a/python-rtmidi-1.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7dbc2b174b09015dfbee449a672a072aa72b367be40b13e04ee35a2e2e399e3 -size 249583 diff --git a/python-rtmidi-1.4.9.tar.gz b/python-rtmidi-1.4.9.tar.gz new file mode 100644 index 0000000..9bf9184 --- /dev/null +++ b/python-rtmidi-1.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfeb4ed99d0cccf6fa2837566907652ded7adc1c03b69f2160c9de4082301302 +size 251238