summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pdm_2.22.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pdm: upgrade 2.22.2 -> 2.22.3Wang Mingyu2025-02-121-16/+0
| | | | | | | | | | | Changelog: =========== - Don't validate local file requirements that are not used. - Don't set "dependencies" as empty list for uv toml if there is no dependencies in the raw toml file. - Add a dummy project name to the script environment pyproject.toml. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.22.1 -> 2.22.2Wang Mingyu2025-01-141-0/+16
Changelog: ============ - Write installer metadata like INSTALLER and REQUESTED to dist-info directory when installing packages. - Respect .python-version file in the project root directory when selecting the Python interpreter. By default, it will be written when running pdm use command. - Fix a problem of missing dependencies when adding to dev dependencies if both editable and non-editable dependencies exist. - Use stdlib for URL <-> Path conversions. - shellingham.detect_shell() returns ('tcsh', '/bin/tcsh') for tcsh on FreeBSD, so the current code tries to use the Bash venv activation script and fails due to syntax error. This change fixes the issue. - Fix a performance issue because pypi source credentials were being queried many times from keyring. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>