diff mbox series

[meta-python,14/67] python3-cmake: upgrade 3.31.1 -> 3.31.2

Message ID 1735032421-13513-14-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/67] ctags: upgrade 6.1.20241215.0 -> 6.1.20241222.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 24, 2024, 9:26 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
- [Bot] Update to CMake 3.31.2
- fix: tests
- chore: align minimum cmake version with the one of scikit-build-core
- fix: bootstrap build

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-cmake_3.31.1.bb => python3-cmake_3.31.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cmake_3.31.1.bb => python3-cmake_3.31.2.bb} (91%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.31.1.bb b/meta-python/recipes-devtools/python/python3-cmake_3.31.2.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-cmake_3.31.1.bb
rename to meta-python/recipes-devtools/python/python3-cmake_3.31.2.bb
index 5e75246ecf..2c2cd02627 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_3.31.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_3.31.2.bb
@@ -11,7 +11,7 @@  PYPI_PACKAGE = "cmake"
 PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
 
 inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "45e09ef6fc5a0d3d4cac11bfee43ba3f9925f301660630d3d1e5457fbe12ecdf"
+SRC_URI[sha256sum] = "16a323fcbb86cf8a10aea82cd4deecb33edb3ed7e8907be8a06933ce04f6e6d1"
 
 SRC_URI += " \
 	file://CMakeLists.txt \