From patchwork Tue Aug 4 06:23:57 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: 94405 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 1BFE4C55ABC for ; Tue, 4 Aug 2026 06:24:07 +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.10868.1785824638527809613 for ; Mon, 03 Aug 2026 23:23:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=hSxTLTOk; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kKA63h5Y; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019fcb71722d-a0c7f9b2-7d0b-426e-8813-c6d5e53d4ca1-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=1785824637; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=RNP5+c9ufuc9lxHWOdkO2xgF7kpHp2tkgKn+i0COrEE=; b=hSxTLTOkMQOql12lD6Ck3ptim93bmuiyUTlxpSSOe5UB1m6qJuQehqdODvsL8nZH vjJ1fyJCsMCp/jgbCN3TJcCoyfGxnX3CgTqGi06jLpboLoZgyCrOP2X5aQGspkeS9V5 VRGkiHo76O7Bxjv/itcGwZQRGsR1d6fOn6v1Wmkg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1785824637; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=RNP5+c9ufuc9lxHWOdkO2xgF7kpHp2tkgKn+i0COrEE=; b=kKA63h5YJtmWkPnjDR7KdD2OQPULxWWncN8Q9YtiDc0lFyDqKKUTfmt4n2UoyH1u DnmhKcO2fjhbkLbaeDaC24DbHSCkDICdbywnOp1kOjDCs2tiHDySrArE5eURFtIUvO3 3yQqjZe+sFxD+34tD2xcz+arQ0HjNMFJDuzZiXtg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pyproject-metadata: upgrading to 0.12.1 SUCCEEDED Message-ID: <0101019fcb71722d-a0c7f9b2-7d0b-426e-8813-c6d5e53d4ca1-000000@us-west-2.amazonses.com> Date: Tue, 4 Aug 2026 06:23:57 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.04-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 ; Tue, 04 Aug 2026 06:24:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242706 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pyproject-metadata* to *0.12.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pyproject-metadata-upgrade-0.11.0-0.12.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 4855fd9e30458a3a6fe275374bd95436a0909e90 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 4 Aug 2026 06:01:34 +0000 Subject: [PATCH] python3-pyproject-metadata: upgrade 0.11.0 -> 0.12.1 Source: docs/changelog.md ## 0.12.1 (7-3-2026) Fixes: - Collect a config error instead of raising a raw `TypeError` when `project.dynamic` contains a non-string (unhashable) entry with `all_errors=True`. ## 0.12.0 (7-3-2026) Features: - Support [PEP 808](https://peps.python.org/pep-0808/) (partially dynamic project metadata) (METADATA 2.6). - Add support for Python 3.15. - Warn ([PEP 685](https://peps.python.org/pep-0685/)) when an extra name in `project.optional-dependencies` is not a valid name. The extra is still emitted, only a `ConfigurationWarning` is produced. Fixes: - Error on an unset dynamic version instead of silently writing `Version: 0.0.0`. If `"version"` is declared in `project.dynamic` but never assigned by the build backend, writing the metadata now raises a `ConfigurationError` (`Field "project.version" missing`), restoring the 0.8.x behavior that regressed in the 0.9 rewrite. - Don't crash on a non-table `[project]` when `all_errors=True`. - Tighten `license-files` glob checks and private-tag parsing. - Handle braces in user data within error messages. - Correct the `Import-Namespace` field name in the metadata mapping. - Fix UTF-8 author and maintainer names. Performance: - Cache `get_type_hints` and precompile dispatch patterns. Documentation: - Fix a stale dynamic docstring and a broken module example. - Add a documentation project URL. Internal and CI: - Refactoring: consistent dataclass decorators, sorted constant entries, and removal of duplicate imports and dead code. - Cover defensive branches in dispatch helpers and validators. - Secure GitHub Actions workflows and bump pinned/downstream dependencies. --- ...-metadata_0.11.0.bb => python3-pyproject-metadata_0.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyproject-metadata_0.11.0.bb => python3-pyproject-metadata_0.12.1.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb b/meta/recipes-devtools/python/python3-pyproject-metadata_0.12.1.bb similarity index 89% rename from meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb rename to meta/recipes-devtools/python/python3-pyproject-metadata_0.12.1.bb index 1e485df338..9918cae075 100644 --- a/meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb +++ b/meta/recipes-devtools/python/python3-pyproject-metadata_0.12.1.bb @@ -16,7 +16,7 @@ PYPI_PACKAGE = "pyproject_metadata" inherit pypi python_flit_core -SRC_URI[sha256sum] = "c72fa49418bb7c5a10f25e050c418009898d1c051721d19f98a6fb6da59a66cf" +SRC_URI[sha256sum] = "8809a4df6fe08279b39a8890669506ed3158e0617855ac9aff098fcbe772ae4c" RDEPENDS:${PN} += " \ python3-logging \