diff --git a/CMakeUrls.cmake b/CMakeUrls.cmake index 3154aa34e..27614646c 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.21.3/cmake-3.21.3.tar.gz") -set(unix_source_sha256 "d14d06df4265134ee42c4d50f5a60cb8b471b7b6a47da8e5d914d49dd783794f") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4.tar.gz") +set(unix_source_sha256 "d9570a95c215f4c9886dd0f0564ca4ef8d18c30750f157238ea12669c2985978") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3.zip") -set(windows_source_sha256 "629485ec37c172b55bcfa913b3c57387230273f649ff8a425deebf64d9539e9a") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4.zip") +set(windows_source_sha256 "a57f6f08de47229fe51fd5ef4a20001eed4294923768f58aa21424a478076988") #----------------------------------------------------------------------------- # CMake binaries @@ -13,14 +13,14 @@ set(windows_source_sha256 "629485ec37c172b55bcfa913b3c57387230273f649ff8a425d 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.21.3/cmake-3.21.3-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "a19aa9fcf368e9d923cdb29189528f0fe00a0d08e752ba4e547af91817518696") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "eddba9da5b60e0b5ec5cbb1a65e504d776e247573204df14f6d004da9bc611f9") -set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "099c45c424c4feb0136c3eb8159e88cb9e0c633035cbf05f618886739be26664") +set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "2fe979147896cde7aa8a28ee9f58652487928f4ed50e3b1e48b57bd08fa480fe") -set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3-windows-i386.zip") -set(win32_binary_sha256 "b38d83a7670af97d4b8bca2a70f25f8e4cb2d912eb7c371ad3d4a263c2c841d2") +set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4-windows-i386.zip") +set(win32_binary_sha256 "970d38453abd7c5953415b8ea8c1f66f88a2bd2548feabc5e4b6f1b8c4acdcae") -set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3-windows-x86_64.zip") -set(win64_binary_sha256 "e28178103fad901a99fb201fac04e4787d4cd4f664c5db88998c57eed68843b9") +set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4-windows-x86_64.zip") +set(win64_binary_sha256 "360ee9bf77cd891d4a33997e4e214d0cd6a0fd7ae6051d023f403a74248914a8") diff --git a/README.rst b/README.rst index 328bb60a0..c6f343271 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.21.3 `_. +The CMake python wheels provide `CMake 3.21.4 `_. Latest Release -------------- diff --git a/docs/index.rst b/docs/index.rst index ff957594e..a3d7663ba 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.21.3 `_. +The CMake python wheels provide `CMake 3.21.4 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index 51e472045..b570840d8 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.21.3 + $ release=3.21.4 $ ./scripts/update_cmake_version.py $release - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.21.3' + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.21.4' [...] - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.21.3' - done - Updating 'CMakeUrls.cmake' with CMake version 3.21.3 - Updating 'CMakeUrls.cmake' with CMake version 3.21.3 - done + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.21.4' - done + Updating 'CMakeUrls.cmake' with CMake version 3.21.4 + Updating 'CMakeUrls.cmake' with CMake version 3.21.4 - 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.21.3 + release=3.21.4 git switch -c update-to-cmake-$release git add -u CMakeUrls.cmake docs/index.rst README.rst tests/test_distribution.py docs/update_cmake_version.rst git commit -m "Update to CMake $release" diff --git a/tests/test_distribution.py b/tests/test_distribution.py index 3c7ea42e2..5dc7cdbd6 100644 --- a/tests/test_distribution.py +++ b/tests/test_distribution.py @@ -9,7 +9,7 @@ def _check_cmake_install(virtualenv, tmpdir): - expected_version = "3.21.3" + expected_version = "3.21.4" for executable_name in ["cmake", "cpack", "ctest"]: output = virtualenv.run(