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.24.1
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.24.1.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Aug 21, 2022

  1. chore(deps): bump cmake from 3.24.0 to 3.24.1 (#276)

    Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 3.24.0 to 3.24.1.
    - [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.24.0...3.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: cmake
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    2e5b1ea View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. fix: only include py.typed package_data (#278)

    with `include_package_data=True` setuptools include a bunch of files that shouldn't be present in the wheel.
    mayeut authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    159e1cd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. fix: avoiding an extra system call (#279)

    Signed-off-by: Henry Schreiner <[email protected]>
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0f8cffa View commit details
    Browse the repository at this point in the history
Loading