From ab1216dde2046327c2fc66a1e64e322712235902 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Nov 2025 17:11:45 +0800 Subject: [PATCH] python3-cmake: upgrade 4.1.2 -> 4.2.0 Changelog: ============= - ci: build with clang instead of gcc - docs: improve links back to GitHub - chore: add changelog exclusion for bots Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-cmake_4.1.2.bb => python3-cmake_4.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmake_4.1.2.bb => python3-cmake_4.2.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb b/meta-python/recipes-devtools/python/python3-cmake_4.2.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb rename to meta-python/recipes-devtools/python/python3-cmake_4.2.0.bb index ec7b8fe491..5782be0023 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.2.0.bb @@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "bee98458447b3a3b937b72849489e6e37ba0076d46df2fbb3af26739e1a3ed10" +SRC_URI[sha256sum] = "7744c20e4a23e68dea276d819767d2bdbb45442cc342560b03ff693b755cd181" SRC_URI += " \ file://CMakeLists.txt \