From: Wang Mingyu <[email protected]> Changelog: =========== - Disable check update in zsh completion script. - Fixes cached packages metadata files (.referrers) collisions on sync when using a venv with symlink cache method. - Don't create project and virtualenv when running pdm python install. - Clean up the python installation directory if a previous download was unsuccessful. - Don't cache editable installations. - Fix a bug that installing in-project plugins with editable local paths doesn't work. - Don't create log directory until it's needed, to fix a PermissionError in docker environment. - Fix recursive script detection on multiple invocations. - Build docs with object inventory to support cross references from Sphinx documentation projects. - Packages format preferences can now be defined in the project pyproject.toml using the no-binary, only-binary and prefer-binary keys of the tool.pdm.resolution section.
Signed-off-by: Wang Mingyu <[email protected]> --- .../python/{python3-pdm_2.14.0.bb => python3-pdm_2.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pdm_2.14.0.bb => python3-pdm_2.15.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb rename to meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb index 011ba5b3d..270850061 100644 --- a/meta-python/recipes-devtools/python/python3-pdm_2.14.0.bb +++ b/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "7ae6c4b5518085a703e0824ab10cbc3b7246b599ef07b8c4dcb2af1e42859190" +SRC_URI[sha256sum] = "1c9cd049c1016633a23ef92ec1fc782da8ae0743142ef33faf7d48872f874b39" inherit pypi python_setuptools_build_meta -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110218): https://lists.openembedded.org/g/openembedded-devel/message/110218 Mute This Topic: https://lists.openembedded.org/mt/105857996/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
