diff mbox series

[meta-python,18/23] python3-cmake: upgrade 3.28.1 -> 3.28.3

Message ID 1708333346-17704-18-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-gnome,01/23] babl: upgrade 0.1.106 -> 0.1.108 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 19, 2024, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-chore(deps): bump cmake from 3.27.9 to 3.28.1
-ci: group dependabot updates
-chore(deps): update pre-commit hooks
-chore(deps): bump the actions group with 1 update
-Update to OpenSSL 3.0.13
-chore(ci): use 4 threads to compile on GHA
-Update to CMake 3.28.3

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.28.1.bb b/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-cmake_3.28.1.bb
rename to meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
index a6a7b6c4f..6b31d0b4f 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_3.28.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_3.28.3.bb
@@ -11,7 +11,7 @@  PYPI_PACKAGE = "cmake"
 PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
 
 inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "0d4051d101d151d8387156c463aa45c8cd0e164f870e0ac0c8c91d3ff08528e1"
+SRC_URI[sha256sum] = "a8092815c739da7d6775c26ec30c2645f0fca9527a29e36a682faec7d39cde89"
 
 SRC_URI += " \
 	file://CMakeLists.txt \