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.31.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.31.2
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 25, 2024

  1. chore(deps): bump the actions group with 2 updates (#565)

    Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
    
    
    Updates `pypa/cibuildwheel` from 2.21 to 2.22
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.21...v2.22)
    
    Updates `astral-sh/setup-uv` from 3 to 4
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: astral-sh/setup-uv
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    66eddd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Configuration menu
    Copy the full SHA
    e1a5de2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. chore(deps): bump actions/attest-build-provenance in the actions group (

    #572)
    
    Bumps the actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
    
    
    Updates `actions/attest-build-provenance` from 1.4.4 to 2.0.1
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@ef24412...c4fbc64)
    
    ---
    updated-dependencies:
    - dependency-name: actions/attest-build-provenance
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    326f686 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update pre-commit hooks (#567)

    * chore(deps): update pre-commit hooks
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.2](astral-sh/ruff-pre-commit@v0.7.4...v0.8.2)
    
    * style: pre-commit fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    6d81146 View commit details
    Browse the repository at this point in the history
  3. fix: tests (#569)

    * fix: tests
    
    Now that process gets replaced on UNIX, tests were not running (pytest got replaced with the first script invocation and returned success).
    
    * remove added `ccmake` test
    
    `ccmake` is not present on Windows
    `ccmake` seems to be failing on Linux currently.
    mayeut authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    0dc10b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. chore: align minimum cmake version with the one of scikit-build-core (#…

    …570)
    
    CMake itself currently requires 3.13+
    mayeut authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    cfb38e0 View commit details
    Browse the repository at this point in the history
  2. fix: bootstrap build (#568)

    * fix: do not require Ninja
    
    This should prevent bootstrapping issues between CMake PyPI distribution and Ninja PyPI distribution when building either one from sources.
    
    * fix: bootstrap build on Unix
    
    * fix: bootstrap build on Windows
    
    * test: bootstrap build on macOS
    
    * chore: parse CMake version from CMakeLists.txt
    mayeut authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    47e072b View commit details
    Browse the repository at this point in the history
Loading