------------------------------------------------------------------- Tue Jun 27 12:56:49 UTC 2023 - Edgar Aichinger - remove src/_rtmidi.cpp to let it be regenerated, to allow for python 3.11 flavour ------------------------------------------------------------------- Tue Feb 21 09:57:05 UTC 2023 - Daniel Garcia - Skip python 3.11, not supported yet gh#SpotlightKid/python-rtmidi#115 ------------------------------------------------------------------- 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 - 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 - Fix package build failure due to -doc package not being marked with %python_files ------------------------------------------------------------------- Thu Oct 15 22:22:27 UTC 2020 - Mia Herkt - Update to 1.4.6 * Declare/document Python 3.9 support * Drop official support for Python 3.5 ------------------------------------------------------------------- Sun Oct 11 19:07:56 UTC 2020 - Mia Herkt - Update to 1.4.5 * Fixed error when trying to import version number from ``rtmidi.release`` when Python is running with ``-OO`` optimization enabled. ------------------------------------------------------------------- Mon Jul 20 17:44:05 UTC 2020 - Mia Herkt - Fix rpmlint warnings - Update to 1.4.2 Enhancements: * Added more helpful aliases for MIDI events/controllers constants Examples: * Added ccstore advanced example to show how to remember last seen controller change values ------------------------------------------------------------------- Mon Jun 22 19:29:15 UTC 2020 - Mia Herkt - init, 1.4.1