File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ For details and minor changes, please see the [version control log
4
4
messages] ( https://github.com/SpotlightKid/python-rtmidi/commits/master ) .
5
5
6
6
7
+ ## 1.5.8 (2023-11-20)
8
+
9
+ Fixes:
10
+
11
+ - Changed CI build configuration, so that auditwheel no longer puts a copy of
12
+ libasound in the Linux binary wheels - overriding the system libasound -
13
+ which prevented the ` _rtmidi ` extension module shared library from being
14
+ loaded on systems, where the ALSA plugin library path is not
15
+ ` /usr/lib64/alsa-lib ` , specifically on Debian-based distros. (#190 )
16
+ - Replace ` pip ` with ` python -m pip ` everywhere in in the installation
17
+ documentation and fixed some minor typos .
18
+
19
+ Changes:
20
+
21
+ - Removed obsolete Python 2 compatibility code in the ` _rtmidi ` module and
22
+ references to Python 2 unicode type in its docstrings.
23
+
24
+
7
25
## 1.5.7 (2023-10-24)
8
26
9
27
Project infrastructure:
You can’t perform that action at this time.
0 commit comments