diff mbox series

[1/7] python3-meson-python: upgrade 0.20.0 -> 0.21.0

Message ID 20260910-mathieu-updates-2026-09-10-v1-1-da1b555eace9@bootlin.com
State New
Headers show
Series Upgrades of 2026-09-10 | expand

Commit Message

Mathieu Dubois-Briand Sept. 10, 2026, 11:03 a.m. UTC
Changelog:

- Add support for the stable ABI for free-threaded interpreters (``abi3t``).
- Add support for the stable ABI extension modules' platform-specific filename
  suffixes introduced in Python 3.15.
- Allow specifying ``editable-verbose`` in ``pyproject.toml``.
- Improve the default behavior of editable installs by capturing and reporting
  build errors when rebuilding.
- Use ``.start`` files (PEP 829) instead of ``.pth`` files to implement editable
  wheels for Python 3.15 and later.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 .../{python3-meson-python_0.20.0.bb => python3-meson-python_0.21.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-meson-python_0.20.0.bb b/meta/recipes-devtools/python/python3-meson-python_0.21.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-meson-python_0.20.0.bb
rename to meta/recipes-devtools/python/python3-meson-python_0.21.0.bb
index 19902f6e4c8d..69fb461c1feb 100644
--- a/meta/recipes-devtools/python/python3-meson-python_0.20.0.bb
+++ b/meta/recipes-devtools/python/python3-meson-python_0.21.0.bb
@@ -13,7 +13,7 @@  DEPENDS = " \
 PYPI_PACKAGE = "meson_python"
 
 inherit pypi python_mesonpy
-SRC_URI[sha256sum] = "6d9726ae6cd37e22f210c74b364b30180a68c20442e97ff09f3c566a414af738"
+SRC_URI[sha256sum] = "595c2f40b76692c78274c87b733379d86562583e9ffb975487b9eafada03055b"
 
 DEPENDS:remove:class-native = "python3-meson-python-native"