summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pdm_2.22.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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>