]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-pdm: upgrade 2.24.2 -> 2.25.1
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 16 Jun 2025 09:16:36 +0000 (17:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jun 2025 16:56:27 +0000 (17:56 +0100)
commit121c609e91dd7eb72670513eef8c31a5f2271c89
tree1338018b6caf833d84c7b0dc93d57632cf13a1bd
parent2ac6a959f32214d958a7a0cf1973a9bc66839a9b
python3-pdm: upgrade 2.24.2 -> 2.25.1

Changelog:
=============
- Fix duplicated dependencies added to the lock file when the same dependency with extras is requested.
- Stabilize order of the extras and dependency-groups fields in pylock output.
- Fix Windows 11 install pdm error, which is because of msgpack install failure.
- Change the return type of array_of_inline_tables to list[dict] from list[str]
- Ensure uv resolver to include hash for package files.
- Avoid infinite recursion when reading pyproject.toml with circular file dependencies.
- Support pylock as alternative lock format and make it opt-in by config.
- Search for package metadata in lock file first when reuse strategy is used.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pdm_2.25.1.bb [moved from meta/recipes-devtools/python/python3-pdm_2.24.2.bb with 82% similarity]