From 25ff4d6692ba753ab9170b47cdd6a7b7f8f690e6 Mon Sep 17 00:00:00 2001 From: "scikit-build-app-bot[bot]" <173546081+scikit-build-app-bot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 14:39:39 -0400 Subject: [PATCH 1/3] Update to CMake 3.31.9 --- 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 567934def..40ac75fd9 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.6/cmake-3.31.6.tar.gz") -set(unix_source_sha256 "653427f0f5014750aafff22727fb2aa60c6c732ca91808cfb78ce22ddd9e55f0") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9.tar.gz") +set(unix_source_sha256 "5d4fdec04247ca8a8e8f63692f0d0f1e9d6d082a2bdd008dff8ab3ba7215aa83") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6.zip") -set(windows_source_sha256 "106df3d82f20aaa52a5f575c836effc5713a2fe3235f38e9be5c8a14b8d35530") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9.zip") +set(windows_source_sha256 "ccc7a506b2d9f878089ce0a8c2d71c71245e71bf560b0a539b134ae73f269e83") #----------------------------------------------------------------------------- # CMake binaries @@ -13,17 +13,17 @@ set(windows_source_sha256 "106df3d82f20aaa52a5f575c836effc5713a2fe3235f38e9be 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.6/cmake-3.31.6-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "5a1133ff103c71eb5120e2cc3de922733e7d8a26a98ae716397e8676adb367bf") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "312d78e0b7c5c9b4a97a87a46c3e525aa84895fe8135c238c4616bba73dc9518") -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(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "709726f0c10c5b5255e9eeee2ac586cdaf7595b0070c7f35def15b1a38fa0c95") -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(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-windows-i386.zip") +set(win32_binary_sha256 "54accab85dbdd1b22a8d6b2d5483d3fb5f6dfe4c7d90b0d829cc046c375644a2") -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(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-windows-x86_64.zip") +set(win64_binary_sha256 "dc16867d0c0ffb35026976aff119335d5b47def44e76ae82ffafdc1f98b3d59d") -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") +set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-windows-arm64.zip") +set(winarm64_binary_sha256 "45b319a85083cedb4e9e0ecc38c2747cdfde19954e645fd2137370e03c4b333a") diff --git a/README.rst b/README.rst index 9b30ac675..3bd935620 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.6 `_. +The CMake python wheels provide `CMake 3.31.9 `_. Latest Release -------------- diff --git a/docs/index.rst b/docs/index.rst index d3f0da707..76d3ac544 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.6 `_. +The CMake python wheels provide `CMake 3.31.9 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/make_a_release.rst b/docs/make_a_release.rst index abc009309..1658e6814 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.6' 3.31.6 main - $ git push origin 3.31.6 + $ git tag --sign -m 'cmake-python-distributions 3.31.9' 3.31.9 main + $ git push origin 3.31.9 .. warning:: diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index 04b42d8e5..446b3c0b2 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.6 + $ release=3.31.9 $ ./scripts/update_cmake_version.py $release - 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.9' [...] - 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 + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.9' - done + Updating 'CMakeUrls.cmake' with CMake version 3.31.9 + Updating 'CMakeUrls.cmake' with CMake version 3.31.9 - 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.6 + release=3.31.9 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 187c2acf9..3deef2606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["_build_backend"] [project] name = "cmake" -version = "3.31.6" +version = "3.31.9" 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 c51c205dd..bcedfedb3 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.6" + expected_version = "3.31.9" 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.6" + expected_version = "3.31.9" 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}" From e851bc556f3c6fe38327b12e982a5d71c84947c7 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 19 Nov 2025 15:44:33 -0500 Subject: [PATCH 2/3] chore: update to CMake 3.31.10 Signed-off-by: Henry Schreiner --- 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 40ac75fd9..2d0aaee45 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.9/cmake-3.31.9.tar.gz") -set(unix_source_sha256 "5d4fdec04247ca8a8e8f63692f0d0f1e9d6d082a2bdd008dff8ab3ba7215aa83") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10.tar.gz") +set(unix_source_sha256 "cf06fadfd6d41fa8e1ade5099e54976d1d844fd1487ab99942341f91b13d3e29") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9.zip") -set(windows_source_sha256 "ccc7a506b2d9f878089ce0a8c2d71c71245e71bf560b0a539b134ae73f269e83") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10.zip") +set(windows_source_sha256 "5e643cba4d96dc2dcd0eb232d064e9963c9a47a0859832e19a1c5ceee3b984f9") #----------------------------------------------------------------------------- # CMake binaries @@ -13,17 +13,17 @@ set(windows_source_sha256 "ccc7a506b2d9f878089ce0a8c2d71c71245e71bf560b0a539b 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.9/cmake-3.31.9-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "312d78e0b7c5c9b4a97a87a46c3e525aa84895fe8135c238c4616bba73dc9518") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "3cb3dd247b6a1de2d0f4b20c6fd4326c9024e894cebc9dc8699758887e566ca7") -set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "709726f0c10c5b5255e9eeee2ac586cdaf7595b0070c7f35def15b1a38fa0c95") +set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "45054456ff4eb3ea844568590426c0c738d343ed081fbf86b0544cbcde3a4dec") -set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-windows-i386.zip") -set(win32_binary_sha256 "54accab85dbdd1b22a8d6b2d5483d3fb5f6dfe4c7d90b0d829cc046c375644a2") +set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10-windows-i386.zip") +set(win32_binary_sha256 "50fb5cc4b47cc82636b9de51bf10f1d422698f96e6e190017f6f0603a3b0e2fd") -set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-windows-x86_64.zip") -set(win64_binary_sha256 "dc16867d0c0ffb35026976aff119335d5b47def44e76ae82ffafdc1f98b3d59d") +set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10-windows-x86_64.zip") +set(win64_binary_sha256 "13d1a463d7130df5339baedd63d8ae990aaf385062b2f42f372796143ae94086") -set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-windows-arm64.zip") -set(winarm64_binary_sha256 "45b319a85083cedb4e9e0ecc38c2747cdfde19954e645fd2137370e03c4b333a") +set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10-windows-arm64.zip") +set(winarm64_binary_sha256 "5bf429626c0fbcfc38a4f7247736e0fedd625197681b07d6b9f5a702f557eb3e") diff --git a/README.rst b/README.rst index 3bd935620..0b58e135d 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.9 `_. +The CMake python wheels provide `CMake 3.31.10 `_. Latest Release -------------- diff --git a/docs/index.rst b/docs/index.rst index 76d3ac544..2faafc288 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.9 `_. +The CMake python wheels provide `CMake 3.31.10 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/make_a_release.rst b/docs/make_a_release.rst index 1658e6814..bbea2a9c2 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.9' 3.31.9 main - $ git push origin 3.31.9 + $ git tag --sign -m 'cmake-python-distributions 3.31.10' 3.31.10 main + $ git push origin 3.31.10 .. warning:: diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index 446b3c0b2..8489ed155 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.9 + $ release=3.31.10 $ ./scripts/update_cmake_version.py $release - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.9' + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.10' [...] - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.9' - done - Updating 'CMakeUrls.cmake' with CMake version 3.31.9 - Updating 'CMakeUrls.cmake' with CMake version 3.31.9 - done + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.10' - done + Updating 'CMakeUrls.cmake' with CMake version 3.31.10 + Updating 'CMakeUrls.cmake' with CMake version 3.31.10 - 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.9 + release=3.31.10 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 3deef2606..2d85ce75b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["_build_backend"] [project] name = "cmake" -version = "3.31.9" +version = "3.31.10" 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 bcedfedb3..2285cd472 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.9" + expected_version = "3.31.10" 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.9" + expected_version = "3.31.10" 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}" From cf6be74d2963f3f1da80d127508d29b410e8ea75 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 19 Nov 2025 16:54:42 -0500 Subject: [PATCH 3/3] ci: bump CI images Signed-off-by: Henry Schreiner --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e64916b79..a3a54b744 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: arch: "armv7l" build: "musllinux_" use_qemu: false - - os: windows-2019 + - os: windows-2022 arch: "AMD64" build: "" use_qemu: false @@ -101,11 +101,11 @@ jobs: arch: "ARM64" build: "" use_qemu: false - - os: windows-2019 + - os: windows-2022 arch: "x86" build: "" use_qemu: false - - os: macos-14 + - os: macos-15 arch: "universal2" build: "" use_qemu: false