From 12e02f3d5a27eba3a58ddfc84ccb7d154b67ad9d2bdedd42b2f4bd9e39301ec6 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Tue, 2 Feb 2021 23:41:52 +0000 Subject: [PATCH] - Update to 1.4.7 Fixes: * Fixed compiler deprecation warning about PyEval_InitThreads on Python 3.9+. Examples: * Added send_sysex and send_sysex_file example scripts. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rtmidi?expand=0&rev=11 --- python-python-rtmidi.changes | 10 ++++++++++ python-python-rtmidi.spec | 2 +- python-rtmidi-1.4.6.tar.gz | 3 --- python-rtmidi-1.4.7.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 python-rtmidi-1.4.6.tar.gz create mode 100644 python-rtmidi-1.4.7.tar.gz diff --git a/python-python-rtmidi.changes b/python-python-rtmidi.changes index fca44d6..9614505 100644 --- a/python-python-rtmidi.changes +++ b/python-python-rtmidi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 2 23:28:15 UTC 2021 - Mia Herkt + +- Update to 1.4.7 +Fixes: + * Fixed compiler deprecation warning about PyEval_InitThreads + on Python 3.9+. +Examples: + * Added send_sysex and send_sysex_file example scripts. + ------------------------------------------------------------------- Sun Jan 24 08:07:30 UTC 2021 - Mia Herkt diff --git a/python-python-rtmidi.spec b/python-python-rtmidi.spec index 7a5d766..80a6577 100644 --- a/python-python-rtmidi.spec +++ b/python-python-rtmidi.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-rtmidi -Version: 1.4.6 +Version: 1.4.7 Release: 0 Summary: Python binding for the RtMidi C++ library License: MIT diff --git a/python-rtmidi-1.4.6.tar.gz b/python-rtmidi-1.4.6.tar.gz deleted file mode 100644 index e5c4273..0000000 --- a/python-rtmidi-1.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f7a8c6f19a56e56c4314cd562b5595ad4be645617655887e319c0c113d510ab -size 247681 diff --git a/python-rtmidi-1.4.7.tar.gz b/python-rtmidi-1.4.7.tar.gz new file mode 100644 index 0000000..08f067c --- /dev/null +++ b/python-rtmidi-1.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dbc2b174b09015dfbee449a672a072aa72b367be40b13e04ee35a2e2e399e3 +size 249583