From patchwork Sun Sep 27 05:16:25 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 99275 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B12AC9830E for ; Sun, 27 Sep 2026 05:16:32 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.31804.1790486186109087877 for ; Sat, 26 Sep 2026 22:16:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=tu1QwX9d; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=HjnpMsrf; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101a0e14b04ae-1ae30082-f065-423b-bf88-6d1f5ba5c8d5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1790486185; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=/JBgnWCBMbPyhAobihhndoq7BdUWTVsMeibvWxj6ohc=; b=tu1QwX9d+QOEaO3HlX2MA8KkEer6MqZDWuXBnqbeYIcyaKNLqDmGF4EjB971LbWn xcpC7ihisq6xq4r3ufr1x0HRh9oIBRzFxZhlgWgcWGP2iCxLaZsPJqYRSQp/uBLP6DN F732xIWx3514JfBJbTBJjiPZUF3LFGC6JKmNd9I8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1790486185; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=/JBgnWCBMbPyhAobihhndoq7BdUWTVsMeibvWxj6ohc=; b=HjnpMsrf0s/Wnyj3Ubz+2IpjbZR8F4Yv8bV9t7jC2tgMtuIFCkzpKga0IfNY6jbS SaqBN5dSttwwtuBqNtNP/Ix6bfabIsqh0lkP3VROEw8bKGWUGaXEq1ZGB1xmTAty5FA CTq0H0xzVya/ChT+/vFcylanynFCkr3tGauFQI80= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-meson-python: upgrading to 0.22.0 SUCCEEDED Message-ID: <010101a0e14b04ae-1ae30082-f065-423b-bf88-6d1f5ba5c8d5-000000@us-west-2.amazonses.com> Date: Sun, 27 Sep 2026 05:16:25 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.27-54.240.27.193 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 27 Sep 2026 05:16:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246645 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.22.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-meson-python-upgrade-0.21.1-0.22.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 6094861da2158f4477871d26456ec3ee4420d63f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 27 Sep 2026 05:07:21 +0000 Subject: [PATCH] python3-meson-python: upgrade 0.21.1 -> 0.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.22.0 ====== - Add support for adding RPATH entries specified with ``install_rpath`` argument to Meson functions that accept it. - Add support for removing build RPATH entries added by Meson to allow executing parts of the project from the build directory. - Fix corner cases in handling RPATH entries and relocation of shared libraries distributed as part of Python packages. Daniele Nicolodi, Mike Taves, Nathan Goldbaum, Ralf Gommers --- 25-09-2026. - From this release onwards, SSH keys used to sign release tags. Daniele Nicolodi, Michał Górny, Ralf Gommers --- 07-09-2026. --- ...n3-meson-python_0.21.1.bb => python3-meson-python_0.22.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-meson-python_0.21.1.bb => python3-meson-python_0.22.0.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-meson-python_0.21.1.bb b/meta/recipes-devtools/python/python3-meson-python_0.22.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-meson-python_0.21.1.bb rename to meta/recipes-devtools/python/python3-meson-python_0.22.0.bb index 2c86f7fed4..f85f6c55cb 100644 --- a/meta/recipes-devtools/python/python3-meson-python_0.21.1.bb +++ b/meta/recipes-devtools/python/python3-meson-python_0.22.0.bb @@ -13,7 +13,7 @@ DEPENDS = " \ PYPI_PACKAGE = "meson_python" inherit pypi python_mesonpy -SRC_URI[sha256sum] = "78b3345dcbc0fed7b939e7e37a9faab35bddaae07bf62e7542c8ad479c395af5" +SRC_URI[sha256sum] = "9c819d0d4efa746edadfaae4663c0e9c75659186ef7e5bab12330bfe22964dfc" DEPENDS:remove:class-native = "python3-meson-python-native"