11
11
Changelog
12
12
+++++++++
13
13
14
+ 0.18.0
15
+ ======
16
+
17
+ - Drop Python 3.7 support.
18
+ - Bump minimum required Meson version to 0.64.0.
19
+ - Bump minimum required ``pyproject-metadata `` version to 0.9.0 to enable
20
+ support for PEP 639.
21
+ - Bump minimum required ``packaging `` version to 23.2. ``pyproject-metadata ``
22
+ version 0.9.1 requires this version of ``packaging `` but fails to record the
23
+ version requirement in the package metadata. Enforcing the version
24
+ requirement in ``meson-python `` allows fixing possible dependency problems
25
+ without having ``meson-python `` depend on a very recent
26
+ ``pyproject-metadata `` release.
27
+ - Add support for PEP 639 metadata fields. Canonicalization and validation of
28
+ the license expression requires ``packaging `` version 24.2 or later.
29
+ - Add support for declaring the ``licence `` and ``license-files `` as dynamic
30
+ fields in ``pyproject.toml `` to extract the package license and license
31
+ files from the ones declared via the ``project() `` call in
32
+ ``meson.build ``. This requires Meson version 1.6.0 or later.
33
+ - Add support for ``RPATH `` handling on SunOS.
34
+ - Include shared libraries built as part of the Meson project in the Python
35
+ wheels also on Windows, when explicitly enabled via the
36
+ ``tool.meson-python.allow-windows-internal-shared-libs `` project setting.
37
+ - Add support for symbolic links that point to files within the source tree.
38
+ They are now included as regular files in the sdist archive.
39
+
40
+ Daniele Nicolodi, Marcel Telka, Ralf Gommers --- 30-04-2025.
41
+
42
+
14
43
0.17.1
15
44
======
16
45
@@ -19,6 +48,7 @@ Changelog
19
48
20
49
Daniele Nicolodi --- 23-10-2024.
21
50
51
+
22
52
0.17.0
23
53
======
24
54
@@ -45,6 +75,7 @@ Daniele Nicolodi --- 23-10-2024.
45
75
Christian Clauss, Daniele Nicolodi, Jonathan J. Helmus, Leo Singer, Loïc
46
76
Estève, Michael Simacek, Ralf Gommers, Simon McVittie --- 19-10-2024.
47
77
78
+
48
79
0.16.0
49
80
======
50
81
0 commit comments