From patchwork Sat Sep 12 06:45:58 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 98083 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 6DA99C79FB6 for ; Sat, 12 Sep 2026 06:46:08 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1965.1789195560003267090 for ; Fri, 11 Sep 2026 23:46:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=sKWEoWDD; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=a2vsUsY4; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101a0945da018-9c837ff4-3872-414c-a28a-9483360c2f0c-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=1789195559; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3A7ESAw9DfkveIeAyw4hlQulHgRWrIFYkdexaW8tc7g=; b=sKWEoWDDVxFddcci1/5GZiOWMMnFsWEya6P9rzaqOtHqmnELoiAHCaH0LTYBUMU3 x1kdtBUNOvNmpuXufPjBVvtGbJBwWz6FA31ETKVuHLgit2L+c7LBryeJuVjtWGEhbSm pC74QMfL9lucHlO9rujQwK6CJK9ORkQzXqxI5++4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789195559; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3A7ESAw9DfkveIeAyw4hlQulHgRWrIFYkdexaW8tc7g=; b=a2vsUsY4CGD2rms0Hd0MEVPgV4Pqt73wDe6WMiPWmUFYhem5VdiMEw3e6uv69mPX OCTci21QPDvpZjLieQwnZDe1F7wxM8Yc+8PljWzcWKedVrJY5/jtHEIMtxcGm9pNaXH PW44EJdlgzDii+iQ0Tva4IBFVBh/Etq3dgo42i54= 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.21.1 SUCCEEDED Message-ID: <010101a0945da018-9c837ff4-3872-414c-a28a-9483360c2f0c-000000@us-west-2.amazonses.com> Date: Sat, 12 Sep 2026 06:45:58 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.12-54.240.27.45 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 ; Sat, 12 Sep 2026 06:46:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245686 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.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-meson-python-upgrade-0.21.0-0.21.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 6c8a7562129443f1993d91e335613156b342ca5c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 12 Sep 2026 05:50:42 +0000 Subject: [PATCH] python3-meson-python: upgrade 0.21.0 -> 0.21.1 Source: CHANGELOG.rst 0.21.1 ====== - Restore compatibility with Python interpreters not implementing PEP 3149. Daniele Nicolodi, Ralf Gommers --- 11-09-2026. --- ...n3-meson-python_0.21.0.bb => python3-meson-python_0.21.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-meson-python_0.21.0.bb => python3-meson-python_0.21.1.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-meson-python_0.21.0.bb b/meta/recipes-devtools/python/python3-meson-python_0.21.1.bb similarity index 85% rename from meta/recipes-devtools/python/python3-meson-python_0.21.0.bb rename to meta/recipes-devtools/python/python3-meson-python_0.21.1.bb index 69fb461c1f..2c86f7fed4 100644 --- a/meta/recipes-devtools/python/python3-meson-python_0.21.0.bb +++ b/meta/recipes-devtools/python/python3-meson-python_0.21.1.bb @@ -13,7 +13,7 @@ DEPENDS = " \ PYPI_PACKAGE = "meson_python" inherit pypi python_mesonpy -SRC_URI[sha256sum] = "595c2f40b76692c78274c87b733379d86562583e9ffb975487b9eafada03055b" +SRC_URI[sha256sum] = "78b3345dcbc0fed7b939e7e37a9faab35bddaae07bf62e7542c8ad479c395af5" DEPENDS:remove:class-native = "python3-meson-python-native"