diff --git a/CMakeUrls.cmake b/CMakeUrls.cmake index 9b3a03ee..c9c80780 100644 --- a/CMakeUrls.cmake +++ b/CMakeUrls.cmake @@ -1,11 +1,11 @@ #----------------------------------------------------------------------------- # CMake sources -set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3.tar.gz") -set(unix_source_sha256 "252aee1448d49caa04954fd5e27d189dd51570557313e7b281636716a238bccb") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.29.5/cmake-3.29.5.tar.gz") +set(unix_source_sha256 "dd63da7d763c0db455ca232f2c443f5234fe0b11f8bd6958a81d29cc987dfd6e") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3.zip") -set(windows_source_sha256 "c5f549572435a2fba6d7d0774f2bb42d7d162a8c8b74c0de326140169fdafc30") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.29.5/cmake-3.29.5.zip") +set(windows_source_sha256 "aa6e2e75926e3e82d881adfad4581f00e0d646c5e873a935bf425c4506a54fef") #----------------------------------------------------------------------------- # CMake binaries @@ -13,17 +13,17 @@ set(windows_source_sha256 "c5f549572435a2fba6d7d0774f2bb42d7d162a8c8b74c0de32 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/v3.29.3/cmake-3.29.3-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "90b543a30220401db0e08347af067545be158ce89ffb09b7df1516cda8617329") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.29.5/cmake-3.29.5-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "92629f95e15e7c2e88726c57a984ffdc5cf248e354f7ab791bc86d2ad513903e") -set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "1a7ecdd1dc8baaede55d1011f60b5871ff908fa640f7e96ab5520f38ef97bba0") +set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.29.5/cmake-3.29.5-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "a110d173ab839854fc0b19b9f29f213c1112106e2858c1a1fe7973d4bb13a536") -set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-windows-i386.zip") -set(win32_binary_sha256 "39ee04bb8c5a21fed1e4f27447b91951c8564dc2d8cf9e035368329baa4231c6") +set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.29.5/cmake-3.29.5-windows-i386.zip") +set(win32_binary_sha256 "7587b1aaab131ca6586cb241bbf1d29a4e5e322063788a8ea260cc7f492a46bd") -set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-windows-x86_64.zip") -set(win64_binary_sha256 "6423ed300e6aa1b15c4aeae9a7399157f53fc84a2fb7242ca64c8dfd83e5f8a6") +set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.29.5/cmake-3.29.5-windows-x86_64.zip") +set(win64_binary_sha256 "f85db8361cb7eb11ceb6b2f1ee42bec7234bb8d9e487ea78c00de64771768d92") -set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-windows-arm64.zip") -set(winarm64_binary_sha256 "8d7d65e46a45bdbf8b4416d29ef6ad9a80f0b26afb5d6afab358e34b1b30a556") +set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.29.5/cmake-3.29.5-windows-arm64.zip") +set(winarm64_binary_sha256 "9c67d16560125ebf1278ef1b3072914a60bff780522b28c0096f364f775a8e55") diff --git a/README.rst b/README.rst index bf0d86a6..1528c3a5 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 3.29.3 `_. +The CMake python wheels provide `CMake 3.29.5 `_. Latest Release -------------- diff --git a/docs/index.rst b/docs/index.rst index bf5cafcd..1ec67ec8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,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 3.29.3 `_. +The CMake python wheels provide `CMake 3.29.5 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index 16291e78..f0bd93a9 100644 --- a/docs/update_cmake_version.rst +++ b/docs/update_cmake_version.rst @@ -29,13 +29,13 @@ Classic procedure: 2. Execute `scripts/update_cmake_version.py` command line tool with the desired ``X.Y.Z`` CMake version available for download. For example:: - $ release=3.29.3 + $ release=3.29.5 $ ./scripts/update_cmake_version.py $release - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.29.3' + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.29.5' [...] - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.29.3' - done - Updating 'CMakeUrls.cmake' with CMake version 3.29.3 - Updating 'CMakeUrls.cmake' with CMake version 3.29.3 - done + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.29.5' - done + Updating 'CMakeUrls.cmake' with CMake version 3.29.5 + Updating 'CMakeUrls.cmake' with CMake version 3.29.5 - done Updating docs/index.rst Updating docs/index.rst - done Updating README.rst @@ -46,7 +46,7 @@ Classic procedure: 3. Create a topic named `update-to-cmake-X.Y.Z` and commit the changes. For example:: - release=3.29.3 + release=3.29.5 git switch -c update-to-cmake-$release git add -u CMakeUrls.cmake docs/index.rst README.rst tests/test_cmake.py docs/update_cmake_version.rst git commit -m "Update to CMake $release" diff --git a/pyproject.toml b/pyproject.toml index 99ad82ad..34521849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "cmake" -version = "3.29.3" +version = "3.29.5" 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 e1c62006..b6ab3ad1 100644 --- a/tests/test_cmake.py +++ b/tests/test_cmake.py @@ -66,7 +66,7 @@ def _get_scripts(): @all_tools def test_cmake_script(tool): - expected_version = "3.29.3" + expected_version = "3.29.5" 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")