From patchwork Tue Aug 18 05:28:44 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: 95576 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 08048C5DF82 for ; Tue, 18 Aug 2026 05:28:52 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.2754.1787030925121593991 for ; Mon, 17 Aug 2026 22:28:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=iOGQSXEj; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=rUnYYggV; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101a01357eb81-e1bf1d3b-573f-4bc6-9369-c9860f6034be-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=1787030924; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=81GGn5Sl3b6228e7AMPVEIMenU3CBF+WfI1Q5gxoG/g=; b=iOGQSXEjs2siyFGDkiIsRklZ2OhhFcqcPUZ76IdMidUlI4KAdJlAnpRuC7Od3+cX ZMWds1qqU4zRt6L1exkXwKRtZSHQ43RxFTQAaBj23vjVt6uxgyuVnjwWCcq/yn1av5e x82BPKoBIsieOt7H77haWC3wFVGN9NejqhkgvO9I= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787030924; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=81GGn5Sl3b6228e7AMPVEIMenU3CBF+WfI1Q5gxoG/g=; b=rUnYYggViHfABsxfHcd35kdbtSgitdrYC2REZ4Y0P0r/woyzWiT6UxZ9eqWQRdse Uzgs5jbN+LAAzz2tEg62aWp2IoXYMn9UFusODQ5OLwESFHg8nTPEb2+0VLyMSQwjbLS UTMRf22KLWqrxAluuPIWGwqpQekc8MCVdkdSselg= 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.2 SUCCEEDED Message-ID: <010101a01357eb81-e1bf1d3b-573f-4bc6-9369-c9860f6034be-000000@us-west-2.amazonses.com> Date: Tue, 18 Aug 2026 05:28:44 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.18-54.240.27.33 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, 18 Aug 2026 05:28:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243645 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.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pdm-upgrade-2.28.0-2.28.2.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 99215f7ad2f82cd7b4909dfd4aa12a84a28a7769 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 18 Aug 2026 05:22:09 +0000 Subject: [PATCH] python3-pdm: upgrade 2.28.0 -> 2.28.2 Source: CHANGELOG.md ## Release v2.28.2 (2026-08-18) ### Bug Fixes - Keep environment inspection working for Python 3.9 targets when PDM uses dep-logic 0.7 or newer. ([#3838](https://github.com/pdm-project/pdm/issues/3838)) - Cache the update check timestamp even when the version lookup fails, so that pdm no longer appears to hang on every command when PyPI is unreachable. ([#3840](https://github.com/pdm-project/pdm/issues/3840)) - Don't crash with an `IndexError` when listing scripts and one of them is blank. A blank script is now listed as ``. ([#3842](https://github.com/pdm-project/pdm/issues/3842)) - Keep the whole template URL when `pdm new` is given an `ssh://` or credentialed Git URL, instead of truncating it at the userinfo `@`. ([#3843](https://github.com/pdm-project/pdm/issues/3843)) - Strip comments preceded by any whitespace, not only a plain space, when importing a `requirements.txt` file. ([#3844](https://github.com/pdm-project/pdm/issues/3844)) - Match `--trusted-host` on host and port when importing a `requirements.txt` file, and keep the port when exporting one. ([#3845](https://github.com/pdm-project/pdm/issues/3845)) - Expand a `~` prefix in the `venv.location` config so `pdm venv list/remove/activate/purge` find virtualenvs created under it. ([#3847](https://github.com/pdm-project/pdm/issues/3847)) - Convert a Poetry caret constraint on a `0.x` version to the upper bound Poetry documents, so `^0.2.3` becomes `<0.3.0` and `^0.0.3` becomes `<0.0.4` instead of `<1.0.0`. ([#3848](https://github.com/pdm-project/pdm/issues/3848)) - Fill in a placeholder `project.name` and `project.version` for the `pyproject.toml` generated for `uv`, so `pdm lock`/`pdm install` work with `use_uv` on a project that declares neither. ([#3849](https://github.com/pdm-project/pdm/issues/3849)) - Resolve nested requirement paths relative to remote requirements file URLs. ([#3850](https://github.com/pdm-project/pdm/issues/3850)) ## 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()`. [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] --- .../python/{python3-pdm_2.28.0.bb => python3-pdm_2.28.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pdm_2.28.0.bb => python3-pdm_2.28.2.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-pdm_2.28.0.bb b/meta/recipes-devtools/python/python3-pdm_2.28.2.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.2.bb index 23d2f9e521..7dd74040ed 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.28.0.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.28.2.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "ca7d21548955086985070d2fe4334a55e59093a466b25eebc6bb0769a0539e89" +SRC_URI[sha256sum] = "dc31c1d11c2e90564207181f87ca3d6fc16ee6584d703c0a9e0c03ba287a925a" inherit pypi python_pdm