diff mbox series

[AUH] python3-pdm: upgrading to 2.28.1 FAILED

Message ID 0101019ff48e89ca-2e9034d3-ad7f-46aa-9031-dc85e9a7c7c3-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pdm: upgrading to 2.28.1 FAILED | expand

Commit Message

auh@yoctoproject.org Aug. 12, 2026, 6 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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