14
0
Files
python-python-rtmidi/python-python-rtmidi.changes
Mia Herkt 12e02f3d5a - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rtmidi?expand=0&rev=11
2021-02-02 23:41:52 +00:00

49 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Tue Feb 2 23:28:15 UTC 2021 - Mia Herkt <mia@0x0.st>
- 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 <mia@0x0.st>
- Fix package build failure due to -doc package not being marked
with %python_files
-------------------------------------------------------------------
Thu Oct 15 22:22:27 UTC 2020 - Mia Herkt <mia@0x0.st>
- 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 <mia@0x0.st>
- 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 <mia@0x0.st>
- 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 <mia@0x0.st>
- init, 1.4.1