diff mbox series

[meta-python,15/44] python3-cmake: upgrade 4.3.4 -> 4.4.0

Message ID 20260715103914.2120-15-wangmy@fujitsu.com
State New
Headers show
Series [meta-perl,01/44] cpan-requirements-dynamic: upgrade 0.002 -> 0.003 | expand

Commit Message

Wang Mingyu July 15, 2026, 10:38 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- ci: secure GitHub Actions workflows
- chore(ci): use manylinux clang install script
- [Bot] Update to CMake 4.4.0
- docs: polish docs and fix stale references

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.3.4.bb b/meta-python/recipes-devtools/python/python3-cmake_4.4.0.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-cmake_4.3.4.bb
rename to meta-python/recipes-devtools/python/python3-cmake_4.4.0.bb
index 60c3c82cd9..bd7722ccd5 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_4.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_4.4.0.bb
@@ -11,7 +11,7 @@  PYPI_PACKAGE = "cmake"
 PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
 
 inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "c97e84a62cf71aaa4f012da5aea411b432b1361d78e6421f987679869aa0fa7a"
+SRC_URI[sha256sum] = "933eb5977ecc5226e47d702d1c412b69f77ca00f59a4660c80b436cf7d5472de"
 
 SRC_URI += " \
 	file://CMakeLists.txt \