diff mbox series

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

Message ID 0101019bc4689acc-b8224c9d-2856-4058-90b4-8b7d856de71e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-meson-python: upgrading to 0.19.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Jan. 16, 2026, 1:25 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.19.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-meson-python-upgrade-0.18.0-0.19.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 1159f9d267c360470162bba5070ecf37cfaf4808 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Jan 2026 21:33:40 +0000
Subject: [PATCH] python3-meson-python: upgrade 0.18.0 -> 0.19.0

---
 ...n3-meson-python_0.18.0.bb => python3-meson-python_0.19.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-meson-python_0.18.0.bb => python3-meson-python_0.19.0.bb} (86%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb b/meta/recipes-devtools/python/python3-meson-python_0.19.0.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
rename to meta/recipes-devtools/python/python3-meson-python_0.19.0.bb
index 742a2580a7..66e636ef82 100644
--- a/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
+++ b/meta/recipes-devtools/python/python3-meson-python_0.19.0.bb
@@ -14,7 +14,7 @@  PYPI_PACKAGE = "meson_python"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_mesonpy
-SRC_URI[sha256sum] = "c56a99ec9df669a40662fe46960321af6e4b14106c14db228709c1628e23848d"
+SRC_URI[sha256sum] = "9959d198aa69b57fcfd354a34518c6f795b781a73ed0656f4d01660160cc2553"
 
 DEPENDS:remove:class-native = "python3-meson-python-native"