summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pdm_2.15.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pdm: upgrade 2.15.1 -> 2.15.2Wang Mingyu2024-05-191-0/+15
Changelog: =========== - Use get_runner() method to build the task runner in run command. runner_cls attribute is deprecated. - Expand ${PROJECT_ROOT} in source URLs. - Fix env and other options being inherited in nested composite scripts. - Keep the ${PROJECT_ROOT} variable in dependencies after running pdm lock --update-reuse. - Make direct_minimal_versions work on newly added dependencies. - Fix a syntax error in the zsh completion script. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>