From patchwork Fri May 1 14:25:45 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: 87351 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 1638ECD37BC for ; Fri, 1 May 2026 14:25:56 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.15626.1777645545993906886 for ; Fri, 01 May 2026 07:25:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=Rg0uKpqB; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=NxSI2SlN; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019de3ee6697-149ea30a-0eda-4a3e-a51b-85dfc2a79376-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1777645545; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=TvviMrsWpd5lTLt4Dcq1P/k7fa83/x0835VrHZ+8Qpw=; b=Rg0uKpqBF5cmkX260RT3MtBBMF5aAS+SQ1g1LAsMo3BkvNPgc+7Ibnm6nPudhyE2 80CM9MhjJeSM4/+FrocWCMGt+yijlaAU5c73CsFyYEzi6ERcnogMnkDGL8LnvJqlugB sl0KLnKaaHU12KH3ZrrX1Z6jfnXAwuu9vP4tA+c4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645545; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=TvviMrsWpd5lTLt4Dcq1P/k7fa83/x0835VrHZ+8Qpw=; b=NxSI2SlN0O2agUV7FJlfwWLfescUWwIbNbx1YNJD7ozu0mZVZyj0fiZe0BLKDQcl 1nVwuTuprVjRAmNMdA8/m8e1Due3CO2xqm2d1d1f9+L8ALL+ktBcNwpRGrcELKZFxVb vb8MSB8m2beUbzo3r1J4VlNPslAV09uO6ZScqkSM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-wheel: upgrading to 0.47.0 SUCCEEDED Message-ID: <0101019de3ee6697-149ea30a-0eda-4a3e-a51b-85dfc2a79376-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:45 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.30 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 ; Fri, 01 May 2026 14:25:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236252 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-wheel* to *0.47.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-wheel-upgrade-0.46.3-0.47.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 560f5ead809d0866c43e707655062daefe63a016 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 09:46:07 +0000 Subject: [PATCH] python3-wheel: upgrade 0.46.3 -> 0.47.0 --- .../python/{python3-wheel_0.46.3.bb => python3-wheel_0.47.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-wheel_0.46.3.bb => python3-wheel_0.47.0.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-wheel_0.46.3.bb b/meta/recipes-devtools/python/python3-wheel_0.47.0.bb similarity index 89% rename from meta/recipes-devtools/python/python3-wheel_0.46.3.bb rename to meta/recipes-devtools/python/python3-wheel_0.47.0.bb index 2545e5496e..88b54c2ee2 100644 --- a/meta/recipes-devtools/python/python3-wheel_0.46.3.bb +++ b/meta/recipes-devtools/python/python3-wheel_0.47.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf" -SRC_URI[sha256sum] = "e3e79874b07d776c40bd6033f8ddf76a7dad46a7b8aa1b2787a83083519a1803" +SRC_URI[sha256sum] = "cc72bd1009ba0cf63922e28f94d9d83b920aa2bb28f798a31d0691b02fa3c9b3" inherit python_flit_core pypi ptest-python-pytest