diff --git a/CMakeUrls.cmake b/CMakeUrls.cmake index 3b5cb61f..71fbc370 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.0/cmake-3.31.0.tar.gz") -set(unix_source_sha256 "300b71db6d69dcc1ab7c5aae61cbc1aa2778a3e00cbd918bc720203e311468c3") +set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.1/cmake-3.31.1.tar.gz") +set(unix_source_sha256 "c4fc2a9bd0cd5f899ccb2fb81ec422e175090bc0de5d90e906dd453b53065719") -set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0.zip") -set(windows_source_sha256 "ff6f76bef08286f3241302e519bb35d4219929ee191b92413bccedf606fbeab4") +set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.31.1/cmake-3.31.1.zip") +set(windows_source_sha256 "040908c806fd9586f068968f9042bda350c6287bb54de9cb1ef126433d930409") #----------------------------------------------------------------------------- # CMake binaries @@ -13,17 +13,17 @@ set(windows_source_sha256 "ff6f76bef08286f3241302e519bb35d4219929ee191b92413b 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.0/cmake-3.31.0-linux-x86_64.tar.gz") -set(linux64_binary_sha256 "0fcb338b4515044f9ac77543550ac92c314c58f6f95aafcac5cd36aa75db6924") +set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.1/cmake-3.31.1-linux-x86_64.tar.gz") +set(linux64_binary_sha256 "3b72fde0d40fa8be617667ea08d12c5ee47f6cf8950c2fbfcf2acfb5f83fb9de") -set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0-macos10.10-universal.tar.gz") -set(macos10_10_binary_sha256 "58863bf65412e0fcaacd7dae2fcf0b5f33d78e46d0b84b547c946c59f4d19960") +set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.1/cmake-3.31.1-macos10.10-universal.tar.gz") +set(macos10_10_binary_sha256 "bc745f0a268bceef799c5ad23d96c5ea22822d3584b0aea75394d40cf703377c") -set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0-windows-i386.zip") -set(win32_binary_sha256 "62789a29b61c17a5da47a8fda10a4c553c891d4846310addc6b3a76631621026") +set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.1/cmake-3.31.1-windows-i386.zip") +set(win32_binary_sha256 "6aa366be9768fed786fd765101191502c8fcdcc62239a6688e046c71bef8f8a9") -set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0-windows-x86_64.zip") -set(win64_binary_sha256 "f4b499f71cf44115a1d711d4867da3c6bd2f3f4d7121c213ace979757640385c") +set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.1/cmake-3.31.1-windows-x86_64.zip") +set(win64_binary_sha256 "bc187431e9aac5386b48d6d57e92f9cbf189846a9b38fc352328ff0413591767") -set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0-windows-arm64.zip") -set(winarm64_binary_sha256 "3bae17886ad47909aadd89e41932a109a8b6a708faef6f28de2d4554c7c08276") +set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.31.1/cmake-3.31.1-windows-arm64.zip") +set(winarm64_binary_sha256 "62a8f41ac0d18e9b5c9c62f98fb4cfc15c532c12b4d4a4cfbd27ebfcd0d993dd") diff --git a/README.rst b/README.rst index 07fb35b7..35f74b62 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.0 `_. +The CMake python wheels provide `CMake 3.31.1 `_. Latest Release -------------- diff --git a/docs/index.rst b/docs/index.rst index 19dd328f..52dd2ca2 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.0 `_. +The CMake python wheels provide `CMake 3.31.1 `_. .. toctree:: :maxdepth: 2 diff --git a/docs/make_a_release.rst b/docs/make_a_release.rst index 5d9284b8..daec10a4 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.0' 3.31.0 main - $ git push origin 3.31.0 + $ git tag --sign -m 'cmake-python-distributions 3.31.1' 3.31.1 main + $ git push origin 3.31.1 .. warning:: diff --git a/docs/update_cmake_version.rst b/docs/update_cmake_version.rst index e72c49c6..c5a21a09 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.0 + $ release=3.31.1 $ ./scripts/update_cmake_version.py $release - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.0' + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.1' [...] - Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.0' - done - Updating 'CMakeUrls.cmake' with CMake version 3.31.0 - Updating 'CMakeUrls.cmake' with CMake version 3.31.0 - done + Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.31.1' - done + Updating 'CMakeUrls.cmake' with CMake version 3.31.1 + Updating 'CMakeUrls.cmake' with CMake version 3.31.1 - 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.0 + release=3.31.1 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 aebc9848..943db839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "cmake" -version = "3.31.0.1" +version = "3.31.1" 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 85c3ab68..d4d2df55 100644 --- a/tests/test_cmake.py +++ b/tests/test_cmake.py @@ -66,7 +66,7 @@ def _get_scripts(): @all_tools def test_cmake_script(tool): - expected_version = "3.31.0" + expected_version = "3.31.1" 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") @@ -74,6 +74,6 @@ def test_cmake_script(tool): def test_cmake_main(): - expected_version = "3.31.0" + expected_version = "3.31.1" 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}"