From 32403cdd15d267fc0d53385f764bef417f252bcd Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Tue, 30 May 2017 10:27:10 -0400 Subject: [PATCH] Update to CMake v3.8.1 --- CMakeUrls.cmake | 24 ++++++++++++------------ README.rst | 2 +- docs/index.rst | 2 +- tests/test_wheel.py | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CMakeUrls.cmake b/CMakeUrls.cmake index 19dc171e1..6ad76b176 100644 --- a/CMakeUrls.cmake +++ b/CMakeUrls.cmake @@ -1,11 +1,11 @@ #----------------------------------------------------------------------------- # CMake sources -set(unix_source_url "https://cmake.org/files/v3.8/cmake-3.8.0.tar.gz") -set(unix_source_sha256 "cab99162e648257343a20f61bcd0b287f5e88e36fcb2f1d77959da60b7f35969") +set(unix_source_url "https://cmake.org/files/v3.8/cmake-3.8.1.tar.gz") +set(unix_source_sha256 "ce5d9161396e06501b00e52933783150a87c33080d4bdcef461b5b7fd24ac228") -set(windows_source_url "https://cmake.org/files/v3.8/cmake-3.8.0.zip") -set(windows_source_sha256 "b04ea40152633fe351fc60f82b023700dfd84d06b63e3fda87c95b9d01af0cbb") +set(windows_source_url "https://cmake.org/files/v3.8/cmake-3.8.1.zip") +set(windows_source_sha256 "302414a4499fe9a35c358b4034168626913a6da80ea0646a5adf2b3d109c54f1") #----------------------------------------------------------------------------- # CMake binaries @@ -13,14 +13,14 @@ set(windows_source_sha256 "b04ea40152633fe351fc60f82b023700dfd84d06b63e3fda87c95 set(linux32_binary_url "NA") # Linux 32-bit binaries not available set(linux32_binary_sha256 "NA") -set(linux64_binary_url "https://cmake.org/files/v3.8/cmake-3.8.0-Linux-x86_64.tar.gz") -set(linux64_binary_sha256 "330357990d84599f9c1a87f568a724f0fe5de1687c32961dda689d52588a5b24") +set(linux64_binary_url "https://cmake.org/files/v3.8/cmake-3.8.1-Linux-x86_64.tar.gz") +set(linux64_binary_sha256 "10ca0e25b7159a03da0c1ec627e686562dc2a40aad5985fd2088eb684b08e491") -set(macosx_binary_url "https://cmake.org/files/v3.8/cmake-3.8.0-Darwin-x86_64.tar.gz") -set(macosx_binary_sha256 "aba3cf725dfd80324eb4251c13e890c25b65d1b8719454e4769e5d33abd140f1") +set(macosx_binary_url "https://cmake.org/files/v3.8/cmake-3.8.1-Darwin-x86_64.tar.gz") +set(macosx_binary_sha256 "cf8cf16eb1281127006507e69bbcfabec2ccbbc3dfb95888c39d578d037569f1") -set(win32_binary_url "https://cmake.org/files/v3.8/cmake-3.8.0-win32-x86.zip") -set(win32_binary_sha256 "857fca00974ad6ac12fa042373d85ad1288770d4f09fbd99753c822df76b1c6c") +set(win32_binary_url "https://cmake.org/files/v3.8/cmake-3.8.1-win32-x86.zip") +set(win32_binary_sha256 "0e9cbf89370440410da8639309053defa44f1ff5cc31476c1fdc8cc0b59604b0") -set(win64_binary_url "https://cmake.org/files/v3.8/cmake-3.8.0-win64-x64.zip") -set(win64_binary_sha256 "602d6c0bd458291d21414f94ee24f5bb623f3a623409e15601cc80b9922ff6bd") +set(win64_binary_url "https://cmake.org/files/v3.8/cmake-3.8.1-win64-x64.zip") +set(win64_binary_sha256 "f2abe3d588365d46d84fe05e5644a2d85c981018e98b742ee60a3fc1d818d22b") diff --git a/README.rst b/README.rst index ac64c6ba9..fbff60347 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,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.8.0 `_. +The CMake python wheels provide `CMake 3.8.1 `_. This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc. It is covered by the `Apache License, Version 2.0 `_. diff --git a/docs/index.rst b/docs/index.rst index 7acf1e3ed..924bfb95e 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.8.0 `_. +The CMake python wheels provide `CMake 3.8.1 `_. .. toctree:: :maxdepth: 2 diff --git a/tests/test_wheel.py b/tests/test_wheel.py index 9ebe8f2c8..e99dc002e 100644 --- a/tests/test_wheel.py +++ b/tests/test_wheel.py @@ -13,7 +13,7 @@ def test_command_line(virtualenv, tmpdir): virtualenv.run("pip install %s" % wheels[0]) - expected_version = "3.8.0" + expected_version = "3.8.1" for executable_name in ["cmake", "cpack", "ctest"]: output = virtualenv.run(