17
0

Commit Graph

  • d67534f99a Accepting request 1186087 from devel:languages:python factory Ana Guerrero 2024-07-08 17:08:45 +00:00
  • cfa2e64cc4 - Remove upper bound on Cython. Steve Kowalik 2024-07-08 06:42:37 +00:00
  • 25980f79cc Accepting request 1132507 from devel:languages:python Ana Guerrero 2023-12-11 20:51:35 +00:00
  • f4d5b2590d - 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. Mia Herkt 2023-12-11 13:57:40 +00:00
  • e59cc8be2d Accepting request 1123698 from devel:languages:python Ana Guerrero 2023-11-07 20:26:17 +00:00
  • b93d7e6ea6 - 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 Mia Herkt 2023-11-07 00:18:40 +00:00
  • d10941c3ed Accepting request 1096208 from devel:languages:python Dominique Leuenberger 2023-07-01 21:18:10 +00:00
  • d15d864e97 Accepting request 1096099 from home:edogawa Matej Cepl 2023-06-30 20:58:44 +00:00
  • 7dc6911150 Accepting request 1066960 from devel:languages:python Dominique Leuenberger 2023-02-21 14:36:35 +00:00
  • 90c92ec10b - Skip python 3.11, not supported yet gh#SpotlightKid/python-rtmidi#115 Daniel Garcia 2023-02-21 09:58:02 +00:00
  • b544616403 Accepting request 901576 from devel:languages:python Dominique Leuenberger 2021-06-24 16:22:29 +00:00
  • 8c0603952f - 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. Mia Herkt 2021-06-23 17:42:16 +00:00
  • 2a7c1f5a0f Accepting request 870722 from devel:languages:python Dominique Leuenberger 2021-02-10 20:30:44 +00:00
  • 9839ddffbe - 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. Mia Herkt 2021-02-02 23:41:52 +00:00
  • b696030cb1 Accepting request 866327 from devel:languages:python Dominique Leuenberger 2021-01-25 17:23:55 +00:00
  • a21088f67f - Fix package build failure due to -doc package not being marked with %python_files Mia Herkt 2021-01-24 08:08:59 +00:00
  • 297e6aa86c Accepting request 842008 from devel:languages:python Dominique Leuenberger 2020-10-16 14:15:23 +00:00
  • 065237c345 - Update to 1.4.6 * Declare/document Python 3.9 support * Drop official support for Python 3.5 Mia Herkt 2020-10-15 22:25:56 +00:00
  • 0e5d544056 Accepting request 841083 from devel:languages:python Dominique Leuenberger 2020-10-13 13:41:48 +00:00
  • 21e247ad96 - Update to 1.4.5 * Fixed error when trying to import version number from `rtmidi.release when Python is running with -OO` optimization enabled. Mia Herkt 2020-10-11 19:14:59 +00:00
  • de3dc1e788 Accepting request 821968 from devel:languages:python Dominique Leuenberger 2020-07-20 19:09:22 +00:00
  • 4ef3deecf1 - 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 Mia Herkt 2020-07-20 17:54:26 +00:00
  • a4ce0c4fb5 Accepting request 816523 from devel:languages:python Dominique Leuenberger 2020-06-23 19:06:21 +00:00
  • 9a551f12dc Accepting request 816456 from home:mia Tomáš Chvátal 2020-06-23 08:39:14 +00:00