From 50238416766e5c9b790c77025c5ec8adddc8c7dc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 20 Aug 2025 16:39:41 +0800 Subject: [PATCH] python3-cmake: upgrade 4.0.3 -> 4.1.0 Changelog: ============ - break: drop Python 3.7, manylinux2010 & musllinux_1_1 - feat: update to CMake 4.1.0 - feat: update to OpenSSL 3.5.x - feat: add riscv64 wheels - feat: use a manylinux_2_35 compatible image for riscv64 - chore: remove cibuildwheel override for musllinux_armv7l Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-cmake_4.0.3.bb => python3-cmake_4.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmake_4.0.3.bb => python3-cmake_4.1.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb b/meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb rename to meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb index 719169e641..9ab56eb03f 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb @@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "215732f09ea8a7088fe1ab46bbd61669437217278d709fd3851bf8211e8c59e3" +SRC_URI[sha256sum] = "bacdd21aebdf9a42e5631cfb365beb8221783fcd27c4e04f7db8b79c43fb12df" SRC_URI += " \ file://CMakeLists.txt \