- Omit html docs due to hostile build system
- Update to 1.5.7
Fixes:
* Fixed linting errors in `send_all.py` example.
gh#SpotlightKid/python-rtmidi#184
* Fixed (no)gil/except declarations on MIDI in callback and
`MidiOut.sendMessage`.
The GIL is acquired in any case for MIDI in callback and C++
`sendMessage` call, since Cython needs to check for exceptions.
Also remove wrong statement about the GIL being released in
docstring for `send_message`.
gh#SpotlightKid/python-rtmidi#185
* Fixed errors and check for empty message correctly when passing
an iter- or generator instead of a sequence to
`MidiOut.send_message`.
gh#SpotlightKid/python-rtmidi#186
gh#SpotlightKid/python-rtmidi#188
- 1.5.6
Fixes:
* Fixed building with `meson-python` >= 0.14.0.
gh#SpotlightKid/python-rtmidi#177
- 1.5.5
* Bump minimum Python version to 3.8
Fixes:
* Fixed Cython compilation errors and warnings.
gh#SpotlightKid/python-rtmidi#174
- 1.5.4
Changes:
* Added `send_all.py` script to examples.
gh#SpotlightKid/python-rtmidi#167
OBS-URL: https://build.opensuse.org/request/show/1123698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-rtmidi?expand=0&rev=10
- Update to 1.5.7
Fixes:
* Fixed linting errors in `send_all.py` example.
gh#SpotlightKid/python-rtmidi#184
* Fixed (no)gil/except declarations on MIDI in callback and
`MidiOut.sendMessage`.
The GIL is acquired in any case for MIDI in callback and C++
`sendMessage` call, since Cython needs to check for exceptions.
Also remove wrong statement about the GIL being released in
docstring for `send_message`.
gh#SpotlightKid/python-rtmidi#185
* Fixed errors and check for empty message correctly when passing
an iter- or generator instead of a sequence to
`MidiOut.send_message`.
gh#SpotlightKid/python-rtmidi#186
gh#SpotlightKid/python-rtmidi#188
- 1.5.6
Fixes:
* Fixed building with `meson-python` >= 0.14.0.
gh#SpotlightKid/python-rtmidi#177
- 1.5.5
* Bump minimum Python version to 3.8
Fixes:
* Fixed Cython compilation errors and warnings.
gh#SpotlightKid/python-rtmidi#174
- 1.5.4
Changes:
* Added `send_all.py` script to examples.
gh#SpotlightKid/python-rtmidi#167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rtmidi?expand=0&rev=19
- 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/request/show/901576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-rtmidi?expand=0&rev=7
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