diff mbox series

[meta-python] python3-cmake: upgrade 3.26.3 -> 3.26.4

Message ID 1686620422-29962-22-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-cmake: upgrade 3.26.3 -> 3.26.4 | expand

Commit Message

Mingyu Wang (Fujitsu) June 13, 2023, 1:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
    chore(deps): bump cmake from 3.26.1 to 3.26.3
    chore(deps): update pre-commit hooks
    chore: remove unused requirements-deploy.txt
    chore(deps): bump pypa/cibuildwheel from 2.12.1 to 2.12.3
    chore(deps): update pre-commit hooks
    chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to release/v1
    chore: only bump OpenSSL to 3.0.x (current LTS version)
    Update to CMake 3.26.4
    chore: use trusted publisher deployment
    chore(deps): update pre-commit hooks
    chore(deps): bump pypa/cibuildwheel from 2.12.3 to 2.13.0
    Update to OpenSSL 3.0.9
    fix(cross-compile): Fix download of arm64 CMake binaries

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb b/meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb
rename to meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb
index 8e924acd3..c66c77757 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_3.26.3.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_3.26.4.bb
@@ -11,7 +11,7 @@  PYPI_PACKAGE = "cmake"
 PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
 
 inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "b54cde1f1c0573321b22382bd2ffaf5d08f65188572d128cd4867fb9669723c5"
+SRC_URI[sha256sum] = "d45b30b9ce7280829888c78650177ab525df2b6785e1a5b3d82b4c147d828c0e"
 
 SRC_URI += " \
 	file://CMakeLists.txt \