Revisions of python-python-rtmidi
buildservice-autocommit
accepted
request 1186087
from
Steve Kowalik (StevenK)
(revision 24)
baserev update by copy to link target
Steve Kowalik (StevenK)
committed
(revision 23)
- Remove upper bound on Cython.
buildservice-autocommit
accepted
request 1132507
from
Mia Herkt (mia)
(revision 22)
baserev update by copy to link target
Mia Herkt (mia)
committed
(revision 21)
- Update to 1.5.8 * Removed obsolete Python 2 compatibility code in the _rtmidi module and references to Python 2 unicode type in its docstrings.
buildservice-autocommit
accepted
request 1123698
from
Mia Herkt (mia)
(revision 20)
baserev update by copy to link target
Mia Herkt (mia)
committed
(revision 19)
- 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
buildservice-autocommit
accepted
request 1096208
from
Matej Cepl (mcepl)
(revision 18)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 1096099
from
Edgar Aichinger (edogawa)
(revision 17)
- remove src/_rtmidi.cpp to let it be regenerated, to allow for python 3.11 flavour - use %pyproject_wheel/%pyproject_install macros
buildservice-autocommit
accepted
request 1066960
from
Daniel Garcia (dgarcia)
(revision 16)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 15)
- Skip python 3.11, not supported yet gh#SpotlightKid/python-rtmidi#115
buildservice-autocommit
accepted
request 901576
from
Mia Herkt (mia)
(revision 14)
baserev update by copy to link target
Mia Herkt (mia)
committed
(revision 13)
- 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.
buildservice-autocommit
accepted
request 870722
from
Factory Maintainer (factory-maintainer)
(revision 12)
baserev update by copy to link target
Mia Herkt (mia)
committed
(revision 11)
- 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.
buildservice-autocommit
accepted
request 866327
from
Mia Herkt (mia)
(revision 10)
baserev update by copy to link target
Mia Herkt (mia)
committed
(revision 9)
- Fix package build failure due to -doc package not being marked with %python_files
buildservice-autocommit
accepted
request 842008
from
Mia Herkt (mia)
(revision 8)
baserev update by copy to link target
Mia Herkt (mia)
committed
(revision 7)
- Update to 1.4.6 * Declare/document Python 3.9 support * Drop official support for Python 3.5
buildservice-autocommit
accepted
request 841083
from
Mia Herkt (mia)
(revision 6)
baserev update by copy to link target
Mia Herkt (mia)
committed
(revision 5)
- Update to 1.4.5 * Fixed error when trying to import version number from ``rtmidi.release`` when Python is running with ``-OO`` optimization enabled.
Displaying revisions 1 - 20 of 24