diff mbox series

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

Message ID 010101934122fd95-3c35cef5-0dd9-4cea-9140-896ed2b02840-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-meson-python: upgrading to 0.17.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 18, 2024, 9:17 p.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.17.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-meson-python-upgrade-0.16.0-0.17.1.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 0026a1f8ed61a6a2979f4a093b9f10276b8fc0d7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 16 Nov 2024 23:25:28 +0000
Subject: [PATCH] python3-meson-python: upgrade 0.16.0 -> 0.17.1

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

Patch

diff --git a/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb b/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-meson-python_0.16.0.bb
rename to meta/recipes-devtools/python/python3-meson-python_0.17.1.bb
index 79a7ff05ef..04f0a1eff8 100644
--- a/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb
+++ b/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb
@@ -13,7 +13,7 @@  DEPENDS = " \
 PYPI_PACKAGE = "meson_python"
 
 inherit pypi python_mesonpy
-SRC_URI[sha256sum] = "9068c17e36c89d6c7ff709fffb2a8a9925e8cd0b02629728e5ceaf2ec505cb5f"
+SRC_URI[sha256sum] = "efb91f69f2e19eef7bc9a471ed2a4e730088cc6b39eacaf3e49fc4f930eb5f83"
 
 DEPENDS:remove:class-native = "python3-meson-python-native"