From patchwork Mon Sep 14 05:40:41 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: 98162 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 24C9BC88E67 for ; Mon, 14 Sep 2026 05:40:45 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.13723.1789364442220361769 for ; Sun, 13 Sep 2026 22:40:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=eABXHwXW; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=0Xd6knen; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101a09e6e905f-ba4aec7c-5bc9-4205-978f-f7ef0bab803f-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=1789364441; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=AMum/paZgRQTzJPcZSeT0Wpr5A7yBnBd9wkZX2mNNsQ=; b=eABXHwXWPIbPDW5NfxuUTGrLElVzTwoGmc0QQ9bZ9HuAw5c4jtlGrjCyinFr1GUU jTEVIwWZ3tKpxguw1W1ut2FPpvLPMqTIG/9gdV+4PsYvc7Mn0oz0oaSpGVkJnTgmeJO Nn3H+XMjNWETx2YbIJVic/hQ0p4EI9CjohDTxKGA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789364441; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=AMum/paZgRQTzJPcZSeT0Wpr5A7yBnBd9wkZX2mNNsQ=; b=0Xd6knenWoVqdw4q1bqsidsbORCE5qAG3S/WhxGw/E03FGjruOYy5IRZjmj8S7Em P+PlJV0zkGeAPh8iFHwCm+drDXkI7/aYQ+prSsDPsPSVzRuIOC5pNNQmy9vCaphKHvp FrxryNebUiPfTUyLX88eI/oOlCAjwuRVh2ydKc5c= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pdm: upgrading to 2.29.1 SUCCEEDED Message-ID: <010101a09e6e905f-ba4aec7c-5bc9-4205-978f-f7ef0bab803f-000000@us-west-2.amazonses.com> Date: Mon, 14 Sep 2026 05:40:41 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.14-54.240.27.45 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 ; Mon, 14 Sep 2026 05:40:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245750 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pdm* to *2.29.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pdm-upgrade-2.29.0-2.29.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 1fb10767a188eb0e3af20f5aa2e8fe544f342dbf Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 14 Sep 2026 05:17:08 +0000 Subject: [PATCH] python3-pdm: upgrade 2.29.0 -> 2.29.1 Source: CHANGELOG.md ## Release v2.29.1 (2026-09-14) ### Features & Improvements - Explain missing lockfile groups and provide group-selection recovery guidance when installing, syncing, or updating groups. ([#2682](https://github.com/pdm-project/pdm/issues/2682)) - Allow package-specific overrides for `exclude-newer` resolution limits. ([#3809](https://github.com/pdm-project/pdm/issues/3809)) ### Bug Fixes - Keep the separating comma out of the operator and accept a `v` prefix when converting Poetry version constraints. ([#3860](https://github.com/pdm-project/pdm/issues/3860)) - Escape glob characters in the virtualenv lookup prefix, so a project whose directory name contains `[` or `]` can find its own virtualenv. ([#3869](https://github.com/pdm-project/pdm/issues/3869)) - Write `pyproject.toml` and lockfiles atomically to prevent interrupted writes from truncating them. ([#3870](https://github.com/pdm-project/pdm/issues/3870)) - Resolve the workspace root before making member paths relative, so a root given as a relative path or reached through a symlink no longer raises `ValueError`. ([#3874](https://github.com/pdm-project/pdm/issues/3874)) - Replace the destination of an atomic write instead of unlinking it first, so an interrupted write can no longer destroy `pyproject.toml` or the lockfile. ([#3878](https://github.com/pdm-project/pdm/issues/3878)) - Report the version part that could not be read, instead of blaming a postrelease for every parse failure. ([#3880](https://github.com/pdm-project/pdm/issues/3880)) - Keep quoted local paths that contain `` - `` when parsing requirements files. ([#3885](https://github.com/pdm-project/pdm/issues/3885)) ### Documentation - Clarify dependency command effects on project declarations, lock metadata, and installed packages in the guide and CLI help. ([#2681](https://github.com/pdm-project/pdm/issues/2681)) --- .../python/{python3-pdm_2.29.0.bb => python3-pdm_2.29.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pdm_2.29.0.bb => python3-pdm_2.29.1.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-pdm_2.29.0.bb b/meta/recipes-devtools/python/python3-pdm_2.29.1.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pdm_2.29.0.bb rename to meta/recipes-devtools/python/python3-pdm_2.29.1.bb index faf9b63a3d..4520e677ee 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.29.0.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.29.1.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "28c520267a15d7a3921b934ec4bfc2d1dc18379fbb653bb20d8e840b2788be6b" +SRC_URI[sha256sum] = "6bb5d893d301edb2b83d46042039634bf36c96c57cc7edad22a59521a41df9f8" inherit pypi python_pdm