From patchwork Wed Sep 16 05:44:54 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: 98389 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 96193C982C7 for ; Wed, 16 Sep 2026 05:44:58 +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.msgproc02-g2.8383.1789537494946980413 for ; Tue, 15 Sep 2026 22:44:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=PKbBQb/V; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=0q8TJuYE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101a0a8bf2495-f2b0eb3e-1d93-4de3-b2df-d4c6865d0ed9-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=1789537494; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=EdPfQOswSCdVU5egeTZWhk6fXw4FrS8YBu1qZdX99bA=; b=PKbBQb/V7qwlEqy/8k8aXs2GyvU9WZ3Dz/llYl5aU3j0iCJ0oQ+M5vH26uE6R09R aNw40lbSgt5uB+V0Ni2FHI/JoGDtdY1SB+bhUrXm4K7Su3tDfvCkrbjL40NyfDmrnUq skAkpXsuw9P7xFoI8avFFP6KhjlzvYK5iI/otdjI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789537494; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=EdPfQOswSCdVU5egeTZWhk6fXw4FrS8YBu1qZdX99bA=; b=0q8TJuYExDmr5tGuoI7RaFiGOwQiHHtbBiU+G4QnPXCjiBUPdIhDwKvcRnEtKbzz 3D0T7KbKxEj6GBN97klXH93PlWbIijQR4QBjSqedLk1+D5y0tdHHMioCSFz/DnwjB1j qndENjuGBIfAPq6zzpZPN8iXZV7OO+dd/7/tHUSk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pyproject-hooks: upgrading to 1.3.0 SUCCEEDED Message-ID: <010101a0a8bf2495-f2b0eb3e-1d93-4de3-b2df-d4c6865d0ed9-000000@us-west-2.amazonses.com> Date: Wed, 16 Sep 2026 05:44:54 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.16-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 ; Wed, 16 Sep 2026 05:44:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245918 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pyproject-hooks* to *1.3.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pyproject-hooks-upgrade-1.2.0-1.3.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 97b14fc957626a4ddd0dfd0bada53912ffe53fe0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 16 Sep 2026 05:35:34 +0000 Subject: [PATCH] python3-pyproject-hooks: upgrade 1.2.0 -> 1.3.0 Source: docs/changelog.rst v1.3 ---- - Python 3.8 or above is now required (:pr:`214`). - UserWarnings from the backend are now captured and re-emitted in the frontend process as a new category ``BuildBackendWarning``, so that frontends can control how they are shown to users (:pr:`213`). - Show the traceback from the backend on a ``BackendUnavailable`` error (:pr:`219`). - Fix the return type annotation for ``prepare_metadata_for_build_wheel`` (:pr:`209`). - Fix removing the internal ``_in_process`` directory from ``sys.path`` where the install location includes a symlink (:pr:`230`). - Use ``os.path.commonpath`` instead of the deprecated ``commonprefix`` to validate the location of in-tree backends. - Fix in-tree backends in locations containing the path separator character - ``:`` on Posix platforms, ``;`` on Windows (:pr:`232`). - Fix finding distribution metadata with ``importlib.metadata`` in the backend when an in-tree backend is used (:pr:`212`). - ``pyproject_hooks`` can be built from source using flit_core 4.x (:pr:`233`). - Document that the ``hooks.subprocess_runner`` context manager API is not thread-safe (:pr:227`) in setuptools compatibility in 1.1 (PR :pr:`199`). before imporing the backend (PR :pr:`193`). - Rely on preferred "files" API on Python 3.9 and later (:issue:`140`). --- ...yproject-hooks_1.2.0.bb => python3-pyproject-hooks_1.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyproject-hooks_1.2.0.bb => python3-pyproject-hooks_1.3.0.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb b/meta/recipes-devtools/python/python3-pyproject-hooks_1.3.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb rename to meta/recipes-devtools/python/python3-pyproject-hooks_1.3.0.bb index cdb9fc78c9..fda19f2f8d 100644 --- a/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb +++ b/meta/recipes-devtools/python/python3-pyproject-hooks_1.3.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/pyproject-hooks" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=aad69c93f605003e3342b174d9b0708c" -SRC_URI[sha256sum] = "1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8" +SRC_URI[sha256sum] = "26dfd4229ff1820b7964be33bd3eb64367eb7c841215defe11341450c219ce20" inherit pypi python_flit_core