diff --git a/NinjaUrls.cmake b/NinjaUrls.cmake index 2974e6c..c0e0b26 100644 --- a/NinjaUrls.cmake +++ b/NinjaUrls.cmake @@ -1,8 +1,8 @@ #----------------------------------------------------------------------------- # Ninja sources -set(unix_source_url "https://github.com/Kitware/ninja/archive/v1.10.0.gfb670.kitware.jobserver-1.tar.gz") -set(unix_source_sha256 "d00033813993116a4e14f835df813daee9916b107333d88dbb798a22f8671b1f") +set(unix_source_url "https://github.com/Kitware/ninja/archive/v1.10.2.g51db2.kitware.jobserver-1.tar.gz") +set(unix_source_sha256 "549c31ee596566b952c600e23eb9b8d39a4112cd5fdeb2e5a83370669176da40") -set(windows_source_url "https://github.com/Kitware/ninja/archive/v1.10.0.gfb670.kitware.jobserver-1.zip") -set(windows_source_sha256 "8399607087a165436e6bb35beed7c235180ba4a9af608f8c19bc5812ced06a81") +set(windows_source_url "https://github.com/Kitware/ninja/archive/v1.10.2.g51db2.kitware.jobserver-1.zip") +set(windows_source_sha256 "2dfd74ac583340869d5e236892d782f96bf70533706c1a2d7c968c43ded474bc") diff --git a/README.rst b/README.rst index 3b1176f..b229c83 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Ninja Python Distributions `Ninja `_ is a small build system with a focus on speed. -The latest Ninja python wheels provide `ninja 1.10.0.gfb670.kitware.jobserver-1 `_ executable +The latest Ninja python wheels provide `ninja 1.10.2.g51db2.kitware.jobserver-1 `_ executable and `ninja_syntax.py` for generating `.ninja` files. .. image:: https://raw.githubusercontent.com/scikit-build/ninja-python-distributions/master/ninja-python-distributions-logo.png diff --git a/docs/update_ninja_version.rst b/docs/update_ninja_version.rst index d78bfff..7fb6be7 100644 --- a/docs/update_ninja_version.rst +++ b/docs/update_ninja_version.rst @@ -29,17 +29,17 @@ Classic procedure: 2. Execute `scripts/update_ninja_version.py` command line tool with the desired ``X.Y.Z`` Ninja version available for download. For example:: - $ release=1.10.0.gfb670.kitware.jobserver-1 + $ release=1.10.2.g51db2.kitware.jobserver-1 $ python scripts/update_ninja_version.py ${release} Collecting URLs and SHA256s from 'https://github.com/Kitware/ninja/archive/v1.10.0.gfb670.kitware.jobserver-1' - Downloading https://github.com/Kitware/ninja/archive/v1.10.0.gfb670.kitware.jobserver-1.tar.gz - Downloading https://github.com/Kitware/ninja/archive/v1.10.0.gfb670.kitware.jobserver-1.tar.gz - done - Downloading https://github.com/Kitware/ninja/archive/v1.10.0.gfb670.kitware.jobserver-1.zip - Downloading https://github.com/Kitware/ninja/archive/v1.10.0.gfb670.kitware.jobserver-1.zip - done + Downloading https://github.com/Kitware/ninja/archive/v1.10.2.g51db2.kitware.jobserver-1.tar.gz + Downloading https://github.com/Kitware/ninja/archive/v1.10.2.g51db2.kitware.jobserver-1.tar.gz - done + Downloading https://github.com/Kitware/ninja/archive/v1.10.2.g51db2.kitware.jobserver-1.zip + Downloading https://github.com/Kitware/ninja/archive/v1.10.2.g51db2.kitware.jobserver-1.zip - done Collecting URLs and SHA256s from 'https://github.com/Kitware/ninja/archive/v1.10.0.gfb670.kitware.jobserver-1' - done - Updating 'NinjaUrls.cmake' with CMake version 1.10.0.gfb670.kitware.jobserver-1 - Updating 'NinjaUrls.cmake' with CMake version 1.10.0.gfb670.kitware.jobserver-1 - done + Updating 'NinjaUrls.cmake' with CMake version 1.10.2.g51db2.kitware.jobserver-1 + Updating 'NinjaUrls.cmake' with CMake version 1.10.2.g51db2.kitware.jobserver-1 - done Updating README.rst Updating README.rst - done Updating docs/update_ninja_version.rst @@ -51,7 +51,7 @@ Classic procedure: 3. Create a topic named `update-to-ninja-X.Y.Z` and commit the changes. For example:: - release=1.10.0.gfb670.kitware.jobserver-1 + release=1.10.2.g51db2.kitware.jobserver-1 git checkout -b update-to-ninja-${release} git add NinjaUrls.cmake README.rst docs/update_ninja_version.rst tests/test_distribution.py git commit -m "Update to Ninja ${release}" diff --git a/tests/test_distribution.py b/tests/test_distribution.py index 260ca74..6c0d621 100644 --- a/tests/test_distribution.py +++ b/tests/test_distribution.py @@ -8,7 +8,7 @@ def _check_ninja_install(virtualenv): - expected_version = "1.10.0.git.kitware.jobserver-1" + expected_version = "1.10.2.git.kitware.jobserver-1" for executable_name in ["ninja"]: output = virtualenv.run(