From patchwork Wed Aug 12 06:00:09 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: 94994 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 46A92C5CFEE for ; Wed, 12 Aug 2026 06:00:12 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1829.1786514410775931118 for ; Tue, 11 Aug 2026 23:00:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=etnofs85; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=QP5/9kU7; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019ff48e89ca-2e9034d3-ad7f-46aa-9031-dc85e9a7c7c3-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=I4q4VAYhKmtKmV7qhGJwhxFvLGXVRv+2MO445emzHt8=; b=etnofs85VSaxzpwDpdfbYesE1CKAT5vmJIyGweL5YSGxpXV/6IBc50l2SV6E5Sth RJ7yjZERg8QGWrd60T2YijpEPx6fMv7YFOwGOjj7o7jTEstMlhtJ55FObniEQq7HyDw Y5cgWpNF+05bfTopimP5lwvnt/OMFntU+TONTjMI= 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=I4q4VAYhKmtKmV7qhGJwhxFvLGXVRv+2MO445emzHt8=; b=QP5/9kU7u9Vb79GBanOYPYxjJjlhARcnuVO+D26/SSr7VGRX8XQ9IjUrkA45+JRp E+hhnkVALGo5Qch3NP4DnsKQ7b64Bpy1OXQFfq1/eYPxB5teN3GBQNqAqNvDNZDVSg7 RgF7bu/bqq4CyFwBE0y3kh2m6H3lPSqUdYcIW2zE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pdm: upgrading to 2.28.1 FAILED Message-ID: <0101019ff48e89ca-2e9034d3-ad7f-46aa-9031-dc85e9a7c7c3-000000@us-west-2.amazonses.com> Date: Wed, 12 Aug 2026 06:00:09 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.12-54.240.27.23 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/243238 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pdm* to *2.28.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-pdm-upgrade-2.28.0-2.28.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 e924662a416f958cfb601ca7487ee8e9653c13ab Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 12 Aug 2026 05:24:37 +0000 Subject: [PATCH] python3-pdm: upgrade 2.28.0 -> 2.28.1 Source: CHANGELOG.md ## Release v2.28.1 (2026-08-11) ### Features & Improvements - Defer command action and Python installer imports until their corresponding runtime paths execute. ([#3673](https://github.com/pdm-project/pdm/issues/3673)) - Add `{run_cwd}` placeholder for scripts to reference the original working directory. ([#3734](https://github.com/pdm-project/pdm/issues/3734)) - Add opt-in canonical lock input freshness via `tool.pdm.resolution.lock_inputs` while retaining sticky lockfile behavior and legacy hash fallback for existing lock files. ([#3821](https://github.com/pdm-project/pdm/issues/3821)) - Integrate `argcomplete` for simplified command-line completion scripts. ([#3823](https://github.com/pdm-project/pdm/issues/3823)) ### Bug Fixes - Keep workspace members in their explicitly declared dependency groups instead of adding them to ``default`` in the lockfile. ([#3816](https://github.com/pdm-project/pdm/issues/3816)) - Keep the cached parsed version intact when stripping the local segment in `comparable_version()`. ([#3817](https://github.com/pdm-project/pdm/issues/3817)) - Make `use_uv` support adding local files. ([#3822](https://github.com/pdm-project/pdm/issues/3822)) - Add a Poetry optional dependency to every extra that lists it when importing, instead of only the first one. ([#3831](https://github.com/pdm-project/pdm/issues/3831)) - Do not write null values into the generated `pyproject.toml` when importing a flit project that omits `author-email`/`maintainer-email` or sets only one of `include` and `exclude` in `[tool.flit.sdist]`. ([#3832](https://github.com/pdm-project/pdm/issues/3832)) ### Miscellany - Add Python 3.15 preview version to the CI matrix. ([#3827](https://github.com/pdm-project/pdm/issues/3827)) --- .../python/{python3-pdm_2.28.0.bb => python3-pdm_2.28.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pdm_2.28.0.bb => python3-pdm_2.28.1.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-pdm_2.28.0.bb b/meta/recipes-devtools/python/python3-pdm_2.28.1.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pdm_2.28.0.bb rename to meta/recipes-devtools/python/python3-pdm_2.28.1.bb index 23d2f9e521..c5df73ded2 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.28.0.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.28.1.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "ca7d21548955086985070d2fe4334a55e59093a466b25eebc6bb0769a0539e89" +SRC_URI[sha256sum] = "734da0d17dae982ec8ae39465f4befc0274bd16295b40141738c4c5952e3515b" inherit pypi python_pdm