diff --git a/CMakeUrls.cmake b/CMakeUrls.cmake index d98be20e..f332b4b3 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.0/cmake-4.4.0.tar.gz") -set(unix_source_sha256 "65757f442fdd242e27f1728fc26dc0cba4164f7a0791a5c788631c00080369bc") +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(windows_source_url "https://github.com/Kitware/CMake/releases/download/v4.4.0/cmake-4.4.0.zip") -set(windows_source_sha256 "47b8292123d589aab3b54ac39af6fd7aba2c996ed07959f5b3b3995b233c43ec") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v4.4.1/cmake-4.4.1.zip") +set(windows_source_sha256 "95225d15fa4b9c9f90f2fe80c2c238467bcbbb9ad3e52f3ad4bed3c44e4ece06") #----------------------------------------------------------------------------- # CMake binaries @@ -13,17 +13,17 @@ set(windows_source_sha256 "47b8292123d589aab3b54ac39af6fd7aba2c996ed07959f5b3 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.0/cmake-4.4.0-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "3864eb649b4466ae126a64bbde1657adad78efbbaa068bf38201de5cf1b5349f") +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(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.0/cmake-4.4.0-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "8832966c824f913a9536d47a6cf673c4e5b69303a9d014859238f95c3fdaca1b") +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(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.0/cmake-4.4.0-windows-i386.zip") -set(win32_binary_sha256 "1b2a35dfd18adb5eb0ccfe3d3a1e756a198f06981f9cd52dd44735615044d0f7") +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(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.0/cmake-4.4.0-windows-x86_64.zip") -set(win64_binary_sha256 "156d70eb7625a7b469444df7d0861d2af8d5d0a437fce32c350372b08f5620e8") +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(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.4.0/cmake-4.4.0-windows-arm64.zip") -set(winarm64_binary_sha256 "57437e918b2929bbd25b8d427611120149df02d4b216872e0f48f361f03d71e5") +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") diff --git a/README.rst b/README.rst index 87adcd31..1f69157e 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.0 `_. +The CMake python wheels provide `CMake 4.4.1 `_. Installation ------------ diff --git a/docs/index.rst b/docs/index.rst index 9edf0a4d..a497bb84 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.0 `_. +The CMake python wheels provide `CMake 4.4.1 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/make_a_release.rst b/docs/make_a_release.rst index e1550a73..5c3babfd 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.0' 4.4.0 main - $ git push origin 4.4.0 + $ git tag --sign -m 'cmake-python-distributions 4.4.1' 4.4.1 main + $ git push origin 4.4.1 .. warning:: diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index a43de8ad..aa8460d4 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.0 - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v4.4.0' + $ 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' [...] It updates ``CMakeUrls.cmake``, ``pyproject.toml``, ``README.rst``, diff --git a/pyproject.toml b/pyproject.toml index 9b6cf665..dcb4cc35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["_build_backend"] [project] name = "cmake" -version = "4.4.0" +version = "4.4.1" 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 b45cc18f..61597c25 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.0" + expected_version = "4.4.1" 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.0" + expected_version = "4.4.1" 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}"