From patchwork Sun Aug 30 05:32:56 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: 96789 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 B5D47C61DD9 for ; Sun, 30 Aug 2026 05:33:02 +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.msgproc01-g2.3842.1788067977266615345 for ; Sat, 29 Aug 2026 22:32:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=mxBWIpMr; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=BLvDMCpz; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101a0512814b8-6d229d59-a3fd-4047-8a4b-1f8cb6fb449c-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=1788067976; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=tUn4woDWM2YIq7d0bPG42FWCVAepPlHgp4LK8Svw5yg=; b=mxBWIpMr2sJQ9mfMAFueHqM/7YfZJuMciXHisd9SRFaLVbb+Sizics+F3yzLYbgF IoCM9DU7OT9tvp6oL21BYpwcTe0R7DGmmKgAX1lwoIZV01Gl9uBPRgqikPOQSZ2UTmJ HUpk87g1h6epPmf1hUGPHQufJ4mvhDmF8xvq1QWU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1788067976; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=tUn4woDWM2YIq7d0bPG42FWCVAepPlHgp4LK8Svw5yg=; b=BLvDMCpz2MnsrtchCGrEPQYCv9wBpMzsod1Dtpr4k6CIjaUKd7/HCk5Zz2/ZcafO sXuUm/h1lG+y9PHhm6paX6HlGtcNhIDo5eTcKG/r5MgXHthe3KEHe+8Z5Xjhd7uSnHT lZBs6+hfpE8phCDZoeHiVn2EdTvt7RI8LmLcpShU= 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.0 SUCCEEDED Message-ID: <010101a0512814b8-6d229d59-a3fd-4047-8a4b-1f8cb6fb449c-000000@us-west-2.amazonses.com> Date: Sun, 30 Aug 2026 05:32:56 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.30-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 ; Sun, 30 Aug 2026 05:33:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244640 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.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pdm-upgrade-2.28.2-2.29.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 87ada15997dac94815ff594d2aff3f4ced1c7a0c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 30 Aug 2026 05:20:35 +0000 Subject: [PATCH] python3-pdm: upgrade 2.28.2 -> 2.29.0 Source: CHANGELOG.md ## Release v2.29.0 (2026-08-29) ### Features & Improvements - Export editable local dependencies with relative paths in requirements files. ([#3294](https://github.com/pdm-project/pdm/issues/3294)) - Extend `pdm run` with `--env`, `--env-file` and `--working-dir` options to set or override the corresponding script options dynamically. ([#3829](https://github.com/pdm-project/pdm/issues/3829)) ### Bug Fixes - Restrict a locked package to the platform it was resolved for when it doesn't belong to every lock target, so `pdm lock --platform ... --append` no longer adds entries that get installed on the other targets. ([#3261](https://github.com/pdm-project/pdm/issues/3261)) - Keep Poetry `include` entries restricted to the sdist format when importing, writing them to `tool.pdm.build.source-includes` instead of dropping them. ([#3854](https://github.com/pdm-project/pdm/issues/3854)) - Accept `--no-verify-ssl` on `pdm publish`, which was misspelled as `--no-very-ssl`. The old spelling keeps working as an alias. ([#3857](https://github.com/pdm-project/pdm/issues/3857)) - Convert Poetry tilde constraints with fewer than three components to the bounds Poetry means: `~1.2` becomes `<1.3` rather than `<2.0`, and `~1` no longer produces an invalid `~=1` specifier that aborts the import. ([#3858](https://github.com/pdm-project/pdm/issues/3858)) - 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)) - Keep importing a Poetry project when an author or maintainer entry does not fit the `Name ` pattern. ([#3861](https://github.com/pdm-project/pdm/issues/3861)) - Skip `requires-python` when a Pipfile `[requires]` table has no python version, instead of writing `>=None`. ([#3862](https://github.com/pdm-project/pdm/issues/3862)) - Leave the version and description empty instead of aborting when a flit module cannot be parsed. ([#3864](https://github.com/pdm-project/pdm/issues/3864)) - Respect dependency group selection options when exporting to `pylock.toml`, producing a single-use lock file that contains only the selected packages. ([#3866](https://github.com/pdm-project/pdm/issues/3866)) --- .../python/{python3-pdm_2.28.2.bb => python3-pdm_2.29.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pdm_2.28.2.bb => python3-pdm_2.29.0.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-pdm_2.28.2.bb b/meta/recipes-devtools/python/python3-pdm_2.29.0.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pdm_2.28.2.bb rename to meta/recipes-devtools/python/python3-pdm_2.29.0.bb index 7dd74040ed..faf9b63a3d 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.28.2.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.29.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "dc31c1d11c2e90564207181f87ca3d6fc16ee6584d703c0a9e0c03ba287a925a" +SRC_URI[sha256sum] = "28c520267a15d7a3921b934ec4bfc2d1dc18379fbb653bb20d8e840b2788be6b" inherit pypi python_pdm