From patchwork Wed Aug 12 06:00:10 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: 94999 Return-Path: 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 95A25C5CFF1 for ; Wed, 12 Aug 2026 06:00:12 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1831.1786514411361751367 for ; Tue, 11 Aug 2026 23:00:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=OYNuEuXz; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=4iliiCkK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019ff48e8cfa-c596e54a-0031-4991-8ccc-108321c7b1fc-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=1786514410; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=+GAwLRInkA+dJSIXnc2rFquCSZaoM77KL34T7HtH7JY=; b=OYNuEuXzvfqjndn+Qf1f8I1uYtORC33sVKDnalHw+UluosckawDd4vwzBS1KFhb9 wDnID/0HEs1d7FYarLZb/6brzALMUNObcgLgvMYtBZxvX70h+HNmRmcW7CJ8JXUF+U4 CPJ1SUV0iedlSM/i4VaenpAzLjipH7bAVmGCl5uo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786514410; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=+GAwLRInkA+dJSIXnc2rFquCSZaoM77KL34T7HtH7JY=; b=4iliiCkK0QQvEZonKrmzEi6BECBBBgJeFmi7khHBSCZiJKqf2lwn9XRJDTdo9m2h nCnAfHhmTVDpJXICZyNI+u0zBfacuWakjosfRG/wrjrUUXkhj2N5e5+i3tTfXKLWLIL 6RS5LQosIuf3t/riPHkLEp0CWQ1bde7wTCfJ7lD0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-wheel: upgrading to 0.48.0 FAILED Message-ID: <0101019ff48e8cfa-c596e54a-0031-4991-8ccc-108321c7b1fc-000000@us-west-2.amazonses.com> Date: Wed, 12 Aug 2026 06:00:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.12-54.240.27.192 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 ; Wed, 12 Aug 2026 06:00:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243240 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-wheel* to *0.48.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-wheel-upgrade-0.47.0-0.48.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 f68d4f73df887084bf90fc2e37f774f5dd1f9602 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 12 Aug 2026 05:28:09 +0000 Subject: [PATCH] python3-wheel: upgrade 0.47.0 -> 0.48.0 Source: docs/news.rst **0.48.0** (2026-08-12) - Added a ``--local-version`` option to ``wheel pack`` to add, replace, or remove a PEP 440 local version identifier from a wheel (`#570 `_) - Fixed ``wheel convert`` unnecessarily upgrading compatible core metadata versions (`#643 `_) - Fixed ``wheel tags`` producing invalid archives when retagging wheels whose entries use ZIP64, by dropping the central-directory ZIP64 extra field that is not valid in a local file header (`#692 `_) - Fixed ``wheel convert`` writing the converted wheel outside the destination directory when the input archive contained a maliciously crafted project name or version with path separators (arbitrary file write / path traversal) (`GHSA-vgq5-9859-3mmw `_) --- .../python/{python3-wheel_0.47.0.bb => python3-wheel_0.48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-wheel_0.47.0.bb => python3-wheel_0.48.0.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-wheel_0.47.0.bb b/meta/recipes-devtools/python/python3-wheel_0.48.0.bb similarity index 89% rename from meta/recipes-devtools/python/python3-wheel_0.47.0.bb rename to meta/recipes-devtools/python/python3-wheel_0.48.0.bb index 4320442729..21c9c7464c 100644 --- a/meta/recipes-devtools/python/python3-wheel_0.47.0.bb +++ b/meta/recipes-devtools/python/python3-wheel_0.48.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf" -SRC_URI[sha256sum] = "cc72bd1009ba0cf63922e28f94d9d83b920aa2bb28f798a31d0691b02fa3c9b3" +SRC_URI[sha256sum] = "94800765601e9171bf5d58d066e640662842bcedcbab982b2c90787a2c987322" inherit python_flit_core pypi ptest-python-pytest