diff mbox series

[AUH] python3-meson-python: upgrading to 0.21.0 SUCCEEDED

Message ID 010101a07f9d30b7-833ff293-e1a7-4caf-860b-c3d8ace56155-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-meson-python: upgrading to 0.21.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 8, 2026, 6:03 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-meson-python* to *0.21.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-meson-python-upgrade-0.20.0-0.21.0.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 15dae302053d99277578f2902f8739a04faaf3bc Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 8 Sep 2026 05:30:29 +0000
Subject: [PATCH] python3-meson-python: upgrade 0.20.0 -> 0.21.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Source: CHANGELOG.rst

0.21.0
======

- 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.

Daniele Nicolodi, Michał Górny, Ralf Gommers --- 25-08-2026.
---
 ...n3-meson-python_0.20.0.bb => python3-meson-python_0.21.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-meson-python_0.20.0.bb => python3-meson-python_0.21.0.bb} (85%)
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 19902f6e4c..69fb461c1f 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"