From d68bcb461c1a5b88ebf17472173ea86313247170 Mon Sep 17 00:00:00 2001 From: "scikit-build-app-bot[bot]" <173546081+scikit-build-app-bot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 06:19:53 +0000 Subject: [PATCH] [Bot] Update to CMake 3.31.6 --- CMakeUrls.cmake | 28 ++++++++++++++-------------- README.rst | 2 +- docs/index.rst | 2 +- docs/make_a_release.rst | 4 ++-- docs/update_cmake_version.rst | 12 ++++++------ pyproject.toml | 2 +- tests/test_cmake.py | 4 ++-- 7 files changed, 27 insertions(+), 27 deletions(-) diff --git a/CMakeUrls.cmake b/CMakeUrls.cmake index 927562d1..567934de 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.31.5/cmake-3.31.5.tar.gz") -set(unix_source_sha256 "66fb53a145648be56b46fa9e8ccade3a4d0dfc92e401e52ce76bdad1fea43d27") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6.tar.gz") +set(unix_source_sha256 "653427f0f5014750aafff22727fb2aa60c6c732ca91808cfb78ce22ddd9e55f0") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5.zip") -set(windows_source_sha256 "761ea241c42a0ea0b2bea45d797d29233b8f239b004ae2dc8b7d76306dc5dfc0") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6.zip") +set(windows_source_sha256 "106df3d82f20aaa52a5f575c836effc5713a2fe3235f38e9be5c8a14b8d35530") #----------------------------------------------------------------------------- # CMake binaries @@ -13,17 +13,17 @@ set(windows_source_sha256 "761ea241c42a0ea0b2bea45d797d29233b8f239b004ae2dc8b 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.31.5/cmake-3.31.5-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "2984e70515ff60c5e4a41922b5d715a8168a696a89721e3b114e36f453244f72") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "5a1133ff103c71eb5120e2cc3de922733e7d8a26a98ae716397e8676adb367bf") -set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "1b5ebc625e981701e2ab3061e0ebb745b848b55536502293621ee676aefdcf1d") +set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "dc49fe67e0841e1d21b9e694d4858bbc06118165be5ebd8da0f2028216d56e6c") -set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5-windows-i386.zip") -set(win32_binary_sha256 "26183bb30c7e338804570392426bc9abfe0e7bfc79bf27cd2d9ade9a5ba6a39f") +set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-windows-i386.zip") +set(win32_binary_sha256 "005ef676975aa0f8348fc2c8011a913f9676f07f602ca624ee0811b427d3fd84") -set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5-windows-x86_64.zip") -set(win64_binary_sha256 "d4d2d4b9ccd68dae975a066fcd42ea9807ef40f79ee6971923fd3788e7917585") +set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-windows-x86_64.zip") +set(win64_binary_sha256 "d163cd3ab4959b0a53fa8988f2ddbd2e6c501658201e6a154386bad9dbe4f836") -set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5-windows-arm64.zip") -set(winarm64_binary_sha256 "a734e4e970fdaa4b5957157c059556f56ca5d655014cd4b5fd9194aaba316f31") +set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-windows-arm64.zip") +set(winarm64_binary_sha256 "fa648fd417f44e6cb08928964a480ade0d18df421f9b623639dba22f9b301e4e") diff --git a/README.rst b/README.rst index caa55f5c..9b30ac67 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.31.5 `_. +The CMake python wheels provide `CMake 3.31.6 `_. Latest Release -------------- diff --git a/docs/index.rst b/docs/index.rst index 0b6c501a..d3f0da70 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.31.5 `_. +The CMake python wheels provide `CMake 3.31.6 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/make_a_release.rst b/docs/make_a_release.rst index 77ca31cc..abc00930 100644 --- a/docs/make_a_release.rst +++ b/docs/make_a_release.rst @@ -44,8 +44,8 @@ Prerequisites .. code:: console - $ git tag --sign -m 'cmake-python-distributions 3.31.5' 3.31.5 main - $ git push origin 3.31.5 + $ git tag --sign -m 'cmake-python-distributions 3.31.6' 3.31.6 main + $ git push origin 3.31.6 .. warning:: diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index a8878077..04b42d8e 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.31.5 + $ release=3.31.6 $ ./scripts/update_cmake_version.py $release - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.5' + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.6' [...] - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.5' - done - Updating 'CMakeUrls.cmake' with CMake version 3.31.5 - Updating 'CMakeUrls.cmake' with CMake version 3.31.5 - done + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.6' - done + Updating 'CMakeUrls.cmake' with CMake version 3.31.6 + Updating 'CMakeUrls.cmake' with CMake version 3.31.6 - 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.31.5 + release=3.31.6 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 e4e2431e..06a398ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["_build_backend"] [project] name = "cmake" -version = "3.31.5" +version = "3.31.6" 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 97b2e60b..c51c205d 100644 --- a/tests/test_cmake.py +++ b/tests/test_cmake.py @@ -68,7 +68,7 @@ def _get_scripts(): @all_tools def test_cmake_script(tool): - expected_version = "3.31.5" + expected_version = "3.31.6" 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") @@ -76,6 +76,6 @@ def test_cmake_script(tool): def test_cmake_main(): - expected_version = "3.31.5" + expected_version = "3.31.6" output = subprocess.run([sys.executable, "-m", "cmake", "--version"], text=True, capture_output=True, check=False).stdout assert output.splitlines()[0] == f"cmake version {expected_version}"