Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scikit-build/cmake-python-distributions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.22.6
Choose a base ref
...
head repository: scikit-build/cmake-python-distributions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.23.3
Choose a head ref
  • 2 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 31, 2022

  1. chore(deps): bump cmake from 3.22.5 to 3.22.6 (#266)

    Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 3.22.5 to 3.22.6.
    - [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases)
    - [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/master/HISTORY.rst)
    - [Commits](3.22.5...3.22.6)
    
    ---
    updated-dependencies:
    - dependency-name: cmake
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    ff98a7b View commit details
    Browse the repository at this point in the history
  2. Update to cmake 3.23.3 (#253)

    * Update to CMake 3.23.3
    
    * Drop manylinux1 wheels
    
    cmake >= 3.23 requires a version of libuv that can't be built
    on manylinux1.
    This drops manylinux1 wheels in favor of manylinux2010 wheels.
    
    * docs: mention final manylinux1 version
    
    * chore: clean-up libuv related code
    
    No need to build a custom libuv anymore, remove dead code.
    
    Co-authored-by: Henry Schreiner <[email protected]>
    mayeut and henryiii authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    e4dd1d5 View commit details
    Browse the repository at this point in the history
Loading