-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-python-rtmidi to version 1.5.7 / rev 10 via SR 1123698
https://build.opensuse.org/request/show/1123698 by user mia + anag+factory - 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
- Loading branch information
1 parent
bdd1cac
commit fa07475
Showing
6 changed files
with
99 additions
and
30 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
packages/p/python-python-rtmidi/python-python-rtmidi.changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,52 @@ | ||
------------------------------------------------------------------- | ||
Mon Nov 6 23:47:32 UTC 2023 - Mia Herkt <[email protected]> | ||
|
||
- 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 | ||
- 1.5.3, 1.5.2 | ||
Changes: | ||
* Updated `rtmidi` submodule. | ||
gh#SpotlightKid/python-rtmidi#156 | ||
- 1.5.1, 1.5.0 | ||
Fixes: | ||
* Fixed memleak in `midiutils.list_{in,out}put_ports` function. | ||
gh#SpotlightKid/python-rtmidi#103 | ||
* Fixed compilation with PyPy3. | ||
Documentation: | ||
* Clarified return types in docstrings. | ||
* Converted readme, changelog, authors, and install docs to | ||
Markdown. | ||
|
||
------------------------------------------------------------------- | ||
Tue Jun 27 12:56:49 UTC 2023 - Edgar Aichinger <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeiczsyvp6q743bxo2gse4twbyma3zffo2ddt3rpdajakgmsfgeoto4 |