File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,25 @@ Change-log
12
12
++++++++++
13
13
14
14
15
+ 0.13.1
16
+ ======
17
+
18
+ - Fix regression in cross-compilation via ``$ARCHFLAGS `` on macOS where the
19
+ cross file was written in the build directory before it was created,
20
+ resulting in an error.
21
+ - Do not require setting ``$_PYTHON_HOST_PLATFORM `` when cross-compiling via
22
+ ``$ARCHFLAGS `` on macOS.
23
+ - Add the ``--quiet `` option when invoking ``meson install ``. The installation
24
+ paths are a detail of the ``meson-python `` implementation and are generally
25
+ not interesting for the user.
26
+ - Fix terminal logging when overriding the current line when listing files
27
+ added to the wheel.
28
+ - Improve the error message emitted when a package split between the
29
+ ``purelib `` and ``platlib `` wheel locations is detected.
30
+
31
+ Daniele Nicolodi, Ralf Gommers --- 28-04-2023.
32
+
33
+
15
34
0.13.0
16
35
======
17
36
You can’t perform that action at this time.
0 commit comments