From: Wang Mingyu <[email protected]> Changelog: ========== - Use lowercase lookup for archmap - Add support for Python 3.13 - Add UV Virtual Environment support - Use sh instead of bash - Replace additional use of which(1) with shutil.which() - Support leading v in .node-version - Check host platform when finding node version
Signed-off-by: Wang Mingyu <[email protected]> --- .../{python3-nodeenv_1.9.1.bb => python3-nodeenv_1.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-nodeenv_1.9.1.bb => python3-nodeenv_1.10.0.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-nodeenv_1.9.1.bb b/meta-python/recipes-devtools/python/python3-nodeenv_1.10.0.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-nodeenv_1.9.1.bb rename to meta-python/recipes-devtools/python/python3-nodeenv_1.10.0.bb index 3c2a29ddac..1f02ce7055 100644 --- a/meta-python/recipes-devtools/python/python3-nodeenv_1.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-nodeenv_1.10.0.bb @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a9e238ffae5bb6447dbac6291e1dc3a3" PYPI_PACKAGE = "nodeenv" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f" +SRC_URI[sha256sum] = "996c191ad80897d076bdfba80a41994c2b47c68e224c542b48feba42ba00f8bb" DEPENDS += "python3-setuptools-scm-native" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122870): https://lists.openembedded.org/g/openembedded-devel/message/122870 Mute This Topic: https://lists.openembedded.org/mt/116927036/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
