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 <[email protected]>
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 `<BLANK_SCRIPT>`.
([#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
--
2.47.1
packages/x86-64-v3-poky-linux/python3-pdm: PV changed from "2.28.0" to "2.28.2" packages/x86-64-v3-poky-linux/python3-pdm: SRC_URI changed from "https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.28.0.tar.gz;downloadfilename=pdm-2.28.0.tar.gz" to "https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.28.2.tar.gz;downloadfilename=pdm-2.28.2.tar.gz" packages/x86-64-v3-poky-linux/python3-pdm: PKGV changed from 2.28.0 [default] to 2.28.2 [default] packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-dbg: PV changed from "2.28.0" to "2.28.2" packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-dbg: PKGV changed from 2.28.0 [default] to 2.28.2 [default] packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-dev: PV changed from "2.28.0" to "2.28.2" packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-dev: PKGV changed from 2.28.0 [default] to 2.28.2 [default] packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-doc: PV changed from "2.28.0" to "2.28.2" packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-doc: PKGV changed from 2.28.0 [default] to 2.28.2 [default] packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-locale: PV changed from "2.28.0" to "2.28.2" packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-locale: PKGV changed from 2.28.0 [default] to 2.28.2 [default] packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-src: PV changed from "2.28.0" to "2.28.2" packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-src: PKGV changed from 2.28.0 [default] to 2.28.2 [default] packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-staticdev: PV changed from "2.28.0" to "2.28.2" packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm-staticdev: PKGV changed from 2.28.0 [default] to 2.28.2 [default] packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm: PV changed from "2.28.0" to "2.28.2" packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm: PKGSIZE changed from 2551788 to 2527974 (-1%) packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm: PKGV changed from 2.28.0 [default] to 2.28.2 [default] packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm: FILELIST: directory renamed /usr/lib/python3.14/site-packages/pdm-2.28.0.dist-info/licenses -> /usr/lib/python3.14/site-packages/pdm-2.28.2.dist-info/licenses, directory renamed /usr/lib/python3.14/site-packages/pdm-2.28.0.dist-info -> /usr/lib/python3.14/site-packages/pdm-2.28.2.dist-info, added "/usr/lib/python3.14/site-packages/pdm/project/lockfile/freshness.py /usr/lib/python3.14/site-packages/pdm/project/__pycache__/workspace.cpython-314.pyc /usr/lib/python3.14/site-packages/pdm/project/workspace.py /usr/lib/python3.14/site-packages/pdm/project/lockfile/__pycache__/freshness.cpython-314.pyc" Changes to packages/x86-64-v3-poky-linux/python3-pdm (sysroot): /usr/lib/python3.14/site-packages/pdm-2.28.0.dist-info moved to /usr/lib/python3.14/site-packages/pdm-2.28.2.dist-info /usr/lib/python3.14/site-packages/pdm/project/lockfile/freshness.py was added /usr/lib/python3.14/site-packages/pdm/project/lockfile/__pycache__/freshness.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pdm/project/__pycache__/workspace.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pdm/project/workspace.py was added
packages/x86-64-v3-poky-linux/python3-pdm/python3-pdm: FILELIST: directory renamed /usr/lib/python3.14/site-packages/pdm-2.28.0.dist-info -> /usr/lib/python3.14/site-packages/pdm-2.28.2.dist-info, directory renamed /usr/lib/python3.14/site-packages/pdm-2.28.0.dist-info/licenses -> /usr/lib/python3.14/site-packages/pdm-2.28.2.dist-info/licenses, added "/usr/lib/python3.14/site-packages/pdm/project/lockfile/__pycache__/freshness.cpython-314.pyc /usr/lib/python3.14/site-packages/pdm/project/lockfile/freshness.py /usr/lib/python3.14/site-packages/pdm/project/workspace.py /usr/lib/python3.14/site-packages/pdm/project/__pycache__/workspace.cpython-314.pyc" Changes to packages/x86-64-v3-poky-linux/python3-pdm (sysroot): /usr/lib/python3.14/site-packages/pdm-2.28.0.dist-info moved to /usr/lib/python3.14/site-packages/pdm-2.28.2.dist-info /usr/lib/python3.14/site-packages/pdm/project/lockfile/freshness.py was added /usr/lib/python3.14/site-packages/pdm/project/lockfile/__pycache__/freshness.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pdm/project/__pycache__/workspace.cpython-314.pyc was added /usr/lib/python3.14/site-packages/pdm/project/workspace.py was added
0001-python3-pdm-upgrade-2.28.0-2.28.2.patch
Description: Binary data
Changelog for python3-pdm: 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 `<BLANK_SCRIPT>`. ([#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()`. ([#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))
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243645): https://lists.openembedded.org/g/openembedded-core/message/243645 Mute This Topic: https://lists.openembedded.org/mt/120803999/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
