summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pdm_2.10.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pdm: upgrade 2.10.3 -> 2.10.4Wang Mingyu2023-11-281-15/+0
| | | | | | | | | | | | Changelog: ============ -Do not detect as requirements.txt if the file is a python script. -Provide information of the original line when parsing requirement fails. -Resolve -r requirements paths relative to the requirement file they are specified -Updating package now overwrites the old files instead of removing before installing. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.10.1 -> 2.10.3Wang Mingyu2023-11-211-0/+15
Changelog: ============= -Create virtualenv for conda base Python. #2409 -Log the response text when pdm publish fails with HTTP error. -Improve the error message when a specific package can't be found in the lockfile. -prevent wrong project name (including space and illegal characters) -Fix a bug that PDM cannot detect namespace packages correctly when creating symlinks. -Fix template files created by pdm init being read-only when copied from a read-only PDM installation. -Don't reset the build backend when asking for import. -Never wrap the output of the export command. -Forbid global project in conda base environment, since it may remove conda-managed packages. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>