14
0

- 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
This commit is contained in:
2021-02-02 23:41:52 +00:00
committed by Git OBS Bridge
parent 66c737aa2b
commit 12e02f3d5a
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>