From 5bea667fff85174e1089a65237d24be1dbbd8496 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Sat, 14 Oct 2023 11:33:50 +0200 Subject: [PATCH] Update to CMake 3.27.7 (#418) --- CMakeUrls.cmake | 28 ++++++++++++++-------------- README.rst | 2 +- docs/index.rst | 2 +- docs/update_cmake_version.rst | 12 ++++++------ tests/test_distribution.py | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/CMakeUrls.cmake b/CMakeUrls.cmake index 940fa9e59..68a8ec0b6 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.27.6/cmake-3.27.6.tar.gz") -set(unix_source_sha256 "ef3056df528569e0e8956f6cf38806879347ac6de6a4ff7e4105dc4578732cfb") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7.tar.gz") +set(unix_source_sha256 "08f71a106036bf051f692760ef9558c0577c42ac39e96ba097e7662bd4158d8e") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6.zip") -set(windows_source_sha256 "a68d0b903b318c2b8edb9d78ed9e19fef697a023000b7776cafc6c3db704a504") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7.zip") +set(windows_source_sha256 "36c4e702b625a9781ee24ecdad5a3a87fb69c7774b82b5729cd0912fbe541166") #----------------------------------------------------------------------------- # CMake binaries @@ -13,17 +13,17 @@ set(windows_source_sha256 "a68d0b903b318c2b8edb9d78ed9e19fef697a023000b7776ca 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.27.6/cmake-3.27.6-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "26373a283daa8490d772dc8a179450cd6d391cb2a9db8d4242fe09e361efc42e") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "a8c92ecb139bcc7a1f92a8108179bd1d021bdb158a5ee759cba6d60010b83ae9") -set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "3977258c8d30f03f6506fdb12dac9b8570db7d5e54f541285ee540de433a9cff") +set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "4a366d07fbe0be7e1efcf0dbd743d09a5dc6609da79035e4036b12296ec679cf") -set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-windows-i386.zip") -set(win32_binary_sha256 "2bcbe76c0957fb059216bce499c27e4674eb60032f855eb2bc81dc6f2f6c0d6d") +set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-i386.zip") +set(win32_binary_sha256 "e202611cda835c25523ae512c125fc897dfbc388f5d35e7ab62a94096f34ca9c") -set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-windows-x86_64.zip") -set(win64_binary_sha256 "f013a0cca091aa953f9a60a99292ec7a20ae3f9ceb05cb5c08ebe164097c526f") +set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-x86_64.zip") +set(win64_binary_sha256 "5588e50030cda3e6fa96724444d8539916ac808d78d608cda6ae6ff7c4c4c9c8") -set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-windows-arm64.zip") -set(winarm64_binary_sha256 "980b7e532d77bfb4e5814c76403242c503019f1c0699440220cf2d527c8ff350") +set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-arm64.zip") +set(winarm64_binary_sha256 "d9b19fd6830510022156621042759af2374111dc4f431b58c8828a17a68633dc") diff --git a/README.rst b/README.rst index 2f978a5f3..4750e30a3 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.27.6 `_. +The CMake python wheels provide `CMake 3.27.7 `_. Latest Release -------------- diff --git a/docs/index.rst b/docs/index.rst index 3d793a5f5..9f52fb734 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.27.6 `_. +The CMake python wheels provide `CMake 3.27.7 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index 784b94420..d1ae0bc27 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.27.6 + $ release=3.27.7 $ ./scripts/update_cmake_version.py $release - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.6' + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.7' [...] - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.6' - done - Updating 'CMakeUrls.cmake' with CMake version 3.27.6 - Updating 'CMakeUrls.cmake' with CMake version 3.27.6 - done + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.7' - done + Updating 'CMakeUrls.cmake' with CMake version 3.27.7 + Updating 'CMakeUrls.cmake' with CMake version 3.27.7 - 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.27.6 + release=3.27.7 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 2032460e4..a9e60d724 100644 --- a/tests/test_distribution.py +++ b/tests/test_distribution.py @@ -9,7 +9,7 @@ def _check_cmake_install(virtualenv, tmpdir): - expected_version = "3.27.6" + expected_version = "3.27.7" for executable_name in ["cmake", "cpack", "ctest"]: output = virtualenv.run(