From 87ee874b04c00064bf197cb68731eee8248253d9 Mon Sep 17 00:00:00 2001 From: mayeut Date: Mon, 10 Apr 2023 11:04:59 +0200 Subject: [PATCH] Update to CMake 3.26.3 --- 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 a2a4d2a34..603fbfc98 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.26.1/cmake-3.26.1.tar.gz") -set(unix_source_sha256 "f29964290ad3ced782a1e58ca9fda394a82406a647e24d6afd4e6c32e42c412f") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3.tar.gz") +set(unix_source_sha256 "bbd8d39217509d163cb544a40d6428ac666ddc83e22905d3e52c925781f0f659") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.26.1/cmake-3.26.1.zip") -set(windows_source_sha256 "cf6913e8d160bc301e8b668145ac02a2dded3dd633974c83071f57da87f09ecf") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3.zip") +set(windows_source_sha256 "a4f7719597346f7161e88c76f001047a8d086bc2cbdeafe9bd0963e74e27aca5") #----------------------------------------------------------------------------- # CMake binaries @@ -13,17 +13,17 @@ set(windows_source_sha256 "cf6913e8d160bc301e8b668145ac02a2dded3dd633974c8307 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.26.1/cmake-3.26.1-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "b1dfd11d50e2dfb3d18be86ca1a369da1c1131badc14b659491dd42be1fed704") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "28d4d1d0db94b47d8dfd4f7dec969a3c747304f4a28ddd6fd340f553f2384dc2") -set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.1/cmake-3.26.1-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "60c338d43eb07b8eeb7fb8cef7f808a53edeb9508cd387029ec987dac3d8f762") +set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "b0d39ae9ddec3f193f50ff549edb30d0b35acb6c95c12f7611dbc8afc52c8ab6") -set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.1/cmake-3.26.1-windows-i386.zip") -set(win32_binary_sha256 "a0a5f91e609063c0437f6e03aa2d0de4ada5d12ed5ad74acc09d95960504bc99") +set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-windows-i386.zip") +set(win32_binary_sha256 "073ebce128b05716ed07dfa1d62448302c1355013ef4b5e17c3535a2821c4cbc") -set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.1/cmake-3.26.1-windows-x86_64.zip") -set(win64_binary_sha256 "a2cefff35caa91e55716f1951ed82db928fc24f14d61641b21851dcddb81a21e") +set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-windows-x86_64.zip") +set(win64_binary_sha256 "91a418595cc9a97d5f679e36728dfec79ee52980f51e8814ec7b05b890708523") -set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.1/cmake-3.26.1-windows-arm64.zip") -set(winarm64_binary_sha256 "3d83793e5fea081a7d776d60dc4b44585676d2a85915e44f8da0f2de2a24151e") +set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-windows-arm64.zip") +set(winarm64_binary_sha256 "fd1d908ea54a081a092bc7f9dad0a6ba90fc5aa2644ee5cef901e3f925fce3d8") diff --git a/README.rst b/README.rst index 13526a928..31560bafe 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.26.1 `_. +The CMake python wheels provide `CMake 3.26.3 `_. Latest Release -------------- diff --git a/docs/index.rst b/docs/index.rst index 3ac7e6162..883e748e7 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.26.1 `_. +The CMake python wheels provide `CMake 3.26.3 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index 449c7bb8a..fbfe4d00b 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.26.1 + $ release=3.26.3 $ ./scripts/update_cmake_version.py $release - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.26.1' + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.26.3' [...] - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.26.1' - done - Updating 'CMakeUrls.cmake' with CMake version 3.26.1 - Updating 'CMakeUrls.cmake' with CMake version 3.26.1 - done + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.26.3' - done + Updating 'CMakeUrls.cmake' with CMake version 3.26.3 + Updating 'CMakeUrls.cmake' with CMake version 3.26.3 - 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.26.1 + release=3.26.3 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 1ab422cfd..fde88b4e7 100644 --- a/tests/test_distribution.py +++ b/tests/test_distribution.py @@ -9,7 +9,7 @@ def _check_cmake_install(virtualenv, tmpdir): - expected_version = "3.26.1" + expected_version = "3.26.3" for executable_name in ["cmake", "cpack", "ctest"]: output = virtualenv.run(