Skip to content

Commit 13473f4

Browse files
authored
Update to CMake 3.27.6 (#413)
1 parent e7f93e8 commit 13473f4

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

CMakeUrls.cmake

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11

22
#-----------------------------------------------------------------------------
33
# CMake sources
4-
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.5/cmake-3.27.5.tar.gz")
5-
set(unix_source_sha256 "5175e8fe1ca9b1dd09090130db7201968bcce1595971ff9e9998c2f0765004c9")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6.tar.gz")
5+
set(unix_source_sha256 "ef3056df528569e0e8956f6cf38806879347ac6de6a4ff7e4105dc4578732cfb")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.5/cmake-3.27.5.zip")
8-
set(windows_source_sha256 "3084660c00eec05f7cdc2b6b0e06324692eef57a5e05ab7789d1cefc18de010e")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6.zip")
8+
set(windows_source_sha256 "a68d0b903b318c2b8edb9d78ed9e19fef697a023000b7776cafc6c3db704a504")
99

1010
#-----------------------------------------------------------------------------
1111
# CMake binaries
1212

1313
set(linux32_binary_url "NA") # Linux 32-bit binaries not available
1414
set(linux32_binary_sha256 "NA")
1515

16-
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.5/cmake-3.27.5-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "138c68addae825b16ed78d792dafef5e0960194833f48bd77e7e0429c6bc081c")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "26373a283daa8490d772dc8a179450cd6d391cb2a9db8d4242fe09e361efc42e")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.5/cmake-3.27.5-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "1f776640e6ad35b2b3fe2ab5e39cff363b2c3034ecb56e45597402b7bf010e47")
19+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-macos10.10-universal.tar.gz")
20+
set(macos10_10_binary_sha256 "3977258c8d30f03f6506fdb12dac9b8570db7d5e54f541285ee540de433a9cff")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.5/cmake-3.27.5-windows-i386.zip")
23-
set(win32_binary_sha256 "cd1225354a5639a992d772f2043a1f0ebadb7ed2d77e0f859e555157410555ce")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-windows-i386.zip")
23+
set(win32_binary_sha256 "2bcbe76c0957fb059216bce499c27e4674eb60032f855eb2bc81dc6f2f6c0d6d")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.5/cmake-3.27.5-windows-x86_64.zip")
26-
set(win64_binary_sha256 "1e8e06c8ecf63d5f213019e1cd39ea41a6cf952db5f2c8e69b8e47f5bc302684")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-windows-x86_64.zip")
26+
set(win64_binary_sha256 "f013a0cca091aa953f9a60a99292ec7a20ae3f9ceb05cb5c08ebe164097c526f")
2727

28-
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.5/cmake-3.27.5-windows-arm64.zip")
29-
set(winarm64_binary_sha256 "3fcc84d34e3213b0e4261295eaddfc645685ab366dc570421555e7f3d3080d3a")
28+
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-windows-arm64.zip")
29+
set(winarm64_binary_sha256 "980b7e532d77bfb4e5814c76403242c503019f1c0699440220cf2d527c8ff350")

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The suite of CMake tools were created by Kitware in response to the need
1111
for a powerful, cross-platform build environment for open-source projects
1212
such as ITK and VTK.
1313

14-
The CMake python wheels provide `CMake 3.27.5 <https://cmake.org/cmake/help/v3.27/index.html>`_.
14+
The CMake python wheels provide `CMake 3.27.6 <https://cmake.org/cmake/help/v3.27/index.html>`_.
1515

1616
Latest Release
1717
--------------

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The suite of CMake tools were created by Kitware in response to the need
1515
for a powerful, cross-platform build environment for open-source projects
1616
such as `ITK <https://www.itk.org>`_ and `VTK <http://www.vtk.org>`_.
1717

18-
The CMake python wheels provide `CMake 3.27.5 <https://cmake.org/cmake/help/v3.27/index.html>`_.
18+
The CMake python wheels provide `CMake 3.27.6 <https://cmake.org/cmake/help/v3.27/index.html>`_.
1919

2020
.. toctree::
2121
:maxdepth: 2

docs/update_cmake_version.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Classic procedure:
2929
2. Execute `scripts/update_cmake_version.py` command line tool with the desired
3030
``X.Y.Z`` CMake version available for download. For example::
3131

32-
$ release=3.27.5
32+
$ release=3.27.6
3333
$ ./scripts/update_cmake_version.py $release
34-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.5'
34+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.6'
3535
[...]
36-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.5' - done
37-
Updating 'CMakeUrls.cmake' with CMake version 3.27.5
38-
Updating 'CMakeUrls.cmake' with CMake version 3.27.5 - done
36+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.6' - done
37+
Updating 'CMakeUrls.cmake' with CMake version 3.27.6
38+
Updating 'CMakeUrls.cmake' with CMake version 3.27.6 - done
3939
Updating docs/index.rst
4040
Updating docs/index.rst - done
4141
Updating README.rst
@@ -46,7 +46,7 @@ Classic procedure:
4646
3. Create a topic named `update-to-cmake-X.Y.Z` and commit the changes.
4747
For example::
4848

49-
release=3.27.5
49+
release=3.27.6
5050
git switch -c update-to-cmake-$release
5151
git add -u CMakeUrls.cmake docs/index.rst README.rst tests/test_distribution.py docs/update_cmake_version.rst
5252
git commit -m "Update to CMake $release"

tests/test_distribution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def _check_cmake_install(virtualenv, tmpdir):
12-
expected_version = "3.27.5"
12+
expected_version = "3.27.6"
1313

1414
for executable_name in ["cmake", "cpack", "ctest"]:
1515
output = virtualenv.run(

0 commit comments

Comments
 (0)