diff --git a/CMakeUrls.cmake b/CMakeUrls.cmake index 45f174845..790859d01 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.22.2/cmake-3.22.2.tar.gz") -set(unix_source_sha256 "3c1c478b9650b107d452c5bd545c72e2fad4e37c09b89a1984b9a2f46df6aced") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3.tar.gz") +set(unix_source_sha256 "9f8469166f94553b6978a16ee29227ec49a2eb5ceb608275dec40d8ae0d1b5a0") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.zip") -set(windows_source_sha256 "5963a46b52da6eac19dfb2ed560b6588606f20e2bb2c4c05fbea8f5176f71abc") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3.zip") +set(windows_source_sha256 "5150b8eefe32562042b464c2d6ba78fa6f2c5cbebb97dca6e52511a14c425c9a") #----------------------------------------------------------------------------- # CMake binaries @@ -13,14 +13,14 @@ set(windows_source_sha256 "5963a46b52da6eac19dfb2ed560b6588606f20e2bb2c4c05fb 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.22.2/cmake-3.22.2-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "38b3befdee8fd2bac06954e2a77cb3072e6833c69d8cc013c0a3b26f1cfdfe37") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "96ace92dfe42b1c6c9c116fdb1c7adc42cb90cbaa87adcebc1a8de7ea129865c") -set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "4998f4159ec1b623543a35a6997beeef5f71447065b3251b73de9ea643f65122") +set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "187b618193fce11a973daf6ee4f1360219628c2ca6ff4a2370027695505c9d79") -set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-windows-i386.zip") -set(win32_binary_sha256 "c2b32d2b150ea70e353b658fefe5018c486e17a11e95d2e4e4b46dd6f87cea35") +set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-i386.zip") +set(win32_binary_sha256 "46604d5e6c150883dc2fb1435b66d3b28754f6dc69b522da03845631a4e3f278") -set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-windows-x86_64.zip") -set(win64_binary_sha256 "192d62eaecb0600e743f01058dfbd5b6bed91504fe8f56416febf54c38ce096e") +set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-x86_64.zip") +set(win64_binary_sha256 "0018b369f06646d4784fad131a155333c9d59a03dee6390324f81b9df72a2f00") diff --git a/README.rst b/README.rst index db114ee56..02f53d12c 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.22.2 `_. +The CMake python wheels provide `CMake 3.22.3 `_. Latest Release -------------- diff --git a/docs/index.rst b/docs/index.rst index 7fed3b8e8..2f6845430 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.22.2 `_. +The CMake python wheels provide `CMake 3.22.3 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index dc8e7de81..1391161de 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.22.2 + $ release=3.22.3 $ ./scripts/update_cmake_version.py $release - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.2' + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.3' [...] - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.2' - done - Updating 'CMakeUrls.cmake' with CMake version 3.22.2 - Updating 'CMakeUrls.cmake' with CMake version 3.22.2 - done + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.3' - done + Updating 'CMakeUrls.cmake' with CMake version 3.22.3 + Updating 'CMakeUrls.cmake' with CMake version 3.22.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.22.2 + release=3.22.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 14ffb1588..9fc28cb69 100644 --- a/tests/test_distribution.py +++ b/tests/test_distribution.py @@ -9,7 +9,7 @@ def _check_cmake_install(virtualenv, tmpdir): - expected_version = "3.22.2" + expected_version = "3.22.3" for executable_name in ["cmake", "cpack", "ctest"]: output = virtualenv.run(