From 98884ea277815198d8384afd295f68946cbd1fbc Mon Sep 17 00:00:00 2001 From: "scikit-build-app-bot[bot]" <173546081+scikit-build-app-bot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:36:26 +0000 Subject: [PATCH] [Bot] Update to CMake 4.4.2 --- CMakeUrls.cmake | 28 ++++++++++++++-------------- README.rst | 2 +- docs/index.rst | 2 +- docs/make_a_release.rst | 4 ++-- docs/update_cmake_version.rst | 4 ++-- pyproject.toml | 2 +- tests/test_cmake.py | 4 ++-- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/CMakeUrls.cmake b/CMakeUrls.cmake index f332b4b3..20663a79 100644 --- a/CMakeUrls.cmake +++ b/CMakeUrls.cmake @@ -1,11 +1,11 @@ #----------------------------------------------------------------------------- # CMake sources -set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v4.4.1/cmake-4.4.1.tar.gz") -set(unix_source_sha256 "95d4721f3625fb0d9d6ca480dd59a46c84b4c157f7fadd2e9b179ef9c871174d") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v4.4.2/cmake-4.4.2.tar.gz") +set(unix_source_sha256 "1db9e61e60b6e0874c86386340b910382f3c5e75b9fbfb44d122063129a2789d") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v4.4.1/cmake-4.4.1.zip") -set(windows_source_sha256 "95225d15fa4b9c9f90f2fe80c2c238467bcbbb9ad3e52f3ad4bed3c44e4ece06") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v4.4.2/cmake-4.4.2.zip") +set(windows_source_sha256 "705850b0cce549242b667a6b8f77c2765c8810243165bc8ff526109d2fbb19df") #----------------------------------------------------------------------------- # CMake binaries @@ -13,17 +13,17 @@ set(windows_source_sha256 "95225d15fa4b9c9f90f2fe80c2c238467bcbbb9ad3e52f3ad4 set(linux32_binary_url "NA") # Linux 32-bit binaries not available set(linux32_binary_sha256 "NA") -set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.1/cmake-4.4.1-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "c2e2994ee4a5573899e6a774d2c16cb878a47e97a562854bb72159b21b9347ea") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.2/cmake-4.4.2-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "3ada9a3f5d8a85413579bdd0ea6aa8e8da86efdd6d15c91a1afa517f2021956c") -set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.1/cmake-4.4.1-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "b678b849ac6fd180b89042aec2e2ee26f831218b2d77524f6ea953b76faab245") +set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.2/cmake-4.4.2-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "80710e6d054a8366ec5f202dd6c22f0c4ebd6f96221260b0793e80816f95260f") -set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.1/cmake-4.4.1-windows-i386.zip") -set(win32_binary_sha256 "36f9807fa26f36a2a9ab8abac359ad34140401c2fd82c3f5673a93dfa45c4e24") +set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.2/cmake-4.4.2-windows-i386.zip") +set(win32_binary_sha256 "76c149d4435503edfdb92ccc1d7c54b0e8cd787597e8bc9ca8deb849c9706e63") -set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.1/cmake-4.4.1-windows-x86_64.zip") -set(win64_binary_sha256 "091919e1cde162b69d2d5e0f3b1f5670c973e72133f78126fbb18042947d6f19") +set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.2/cmake-4.4.2-windows-x86_64.zip") +set(win64_binary_sha256 "e8139d85b3813bc38833142ae1940472e9a587e9b5d2718ac1804c60f4e57a64") -set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.1/cmake-4.4.1-windows-arm64.zip") -set(winarm64_binary_sha256 "dc59d9f377f891b8da42ede22f53717034a9d093092fceaf6297feeec6afba29") +set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.2/cmake-4.4.2-windows-arm64.zip") +set(winarm64_binary_sha256 "8502cf1c5b1984e439d13df154c3c28d080d706efd52db4de1bb3cc7022db521") diff --git a/README.rst b/README.rst index 1f69157e..af99cf33 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK. -The CMake python wheels provide `CMake 4.4.1 `_. +The CMake python wheels provide `CMake 4.4.2 `_. Installation ------------ diff --git a/docs/index.rst b/docs/index.rst index a497bb84..641535cd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as `ITK `_ and `VTK `_. -The CMake python wheels provide `CMake 4.4.1 `_. +The CMake python wheels provide `CMake 4.4.2 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/make_a_release.rst b/docs/make_a_release.rst index 5c3babfd..a63e9c64 100644 --- a/docs/make_a_release.rst +++ b/docs/make_a_release.rst @@ -44,8 +44,8 @@ Prerequisites .. code:: console - $ git tag --sign -m 'cmake-python-distributions 4.4.1' 4.4.1 main - $ git push origin 4.4.1 + $ git tag --sign -m 'cmake-python-distributions 4.4.2' 4.4.2 main + $ git push origin 4.4.2 .. warning:: diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index aa8460d4..2e15011d 100644 --- a/docs/update_cmake_version.rst +++ b/docs/update_cmake_version.rst @@ -27,8 +27,8 @@ Classic procedure inline dependency metadata, so ``uv run`` handles the ``requests`` dependency). For example:: - $ uv run scripts/update_cmake_version.py 4.4.1 - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v4.4.1' + $ uv run scripts/update_cmake_version.py 4.4.2 + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v4.4.2' [...] It updates ``CMakeUrls.cmake``, ``pyproject.toml``, ``README.rst``, diff --git a/pyproject.toml b/pyproject.toml index dcb4cc35..1aebe461 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["_build_backend"] [project] name = "cmake" -version = "4.4.1" +version = "4.4.2" description = "CMake is an open-source, cross-platform family of tools designed to build, test and package software" keywords = ["CMake", "build", "c++", "fortran", "cross-platform", "cross-compilation"] readme = "README.rst" diff --git a/tests/test_cmake.py b/tests/test_cmake.py index 61597c25..ed247be6 100644 --- a/tests/test_cmake.py +++ b/tests/test_cmake.py @@ -64,7 +64,7 @@ def _get_scripts(): @all_tools def test_cmake_script(tool): - expected_version = "4.4.1" + expected_version = "4.4.2" scripts = [script for script in _get_scripts() if script.stem == tool] assert len(scripts) == 1 output = subprocess.check_output([str(scripts[0]), "--version"]).decode("ascii") @@ -72,6 +72,6 @@ def test_cmake_script(tool): def test_cmake_main(): - expected_version = "4.4.1" + expected_version = "4.4.2" output = subprocess.run([sys.executable, "-m", "cmake", "--version"], text=True, capture_output=True, check=False).stdout assert output.splitlines()[0] == f"cmake version {expected_version}"