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: 4.2.0
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: 4.2.1
Choose a head ref
  • 9 commits
  • 14 files changed
  • 6 contributors

Commits on Nov 22, 2025

  1. chore: monthly updates (#660)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 22, 2025
    Configuration menu
    Copy the full SHA
    c89cf39 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. chore(deps): update clang to 21.1.6.0 (#661)

    update clang to 21.1.6.0
    
    The riscv64 image is also updated in order to remove the workaround from `scripts/install-static-clang.sh` and use `CMAKE_LINKER_TYPE` instead.
    mayeut authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    a611e25 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. chore(deps): bump the actions group with 3 updates (#663)

    Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [wntrblm/nox](https://github.com/wntrblm/nox).
    
    
    Updates `actions/checkout` from 5 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    Updates `pypa/cibuildwheel` from 3.2 to 3.3
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v3.2...v3.3)
    
    Updates `wntrblm/nox` from 2025.10.16 to 2025.11.12
    - [Release notes](https://github.com/wntrblm/nox/releases)
    - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
    - [Commits](wntrblm/nox@2025.10.16...2025.11.12)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: pypa/cibuildwheel
      dependency-version: '3.3'
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: wntrblm/nox
      dependency-version: 2025.11.12
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    aa7b6bf View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. fix: add missing f-string prefix for --parallel bootstrap arg (#665)

    The --parallel={parallel} argument was a regular string instead of an
    f-string, causing it to literally pass "--parallel={parallel}" to the
    cmake bootstrap script instead of the actual parallel job count.
    
    This resulted in single-threaded bootstrap compilation regardless of
    CMAKE_BUILD_PARALLEL_LEVEL setting.
    shanemcd authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    a28030b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update pre-commit hooks (#664)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.5...v0.14.7)
    - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    40acf75 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. chore(deps): bump the actions group with 3 updates (#668)

    Bumps the actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
    
    
    Updates `actions/upload-artifact` from 5 to 6
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    Updates `actions/download-artifact` from 6 to 7
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v6...v7)
    
    Updates `peter-evans/create-pull-request` from 7 to 8
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: peter-evans/create-pull-request
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    dd81945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a1434b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9233cd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2025

  1. [Bot] Update to CMake 4.2.1 (#666)

    Co-authored-by: scikit-build-app-bot[bot] <173546081+scikit-build-app-bot[bot]@users.noreply.github.com>
    scikit-build-app-bot[bot] authored Dec 21, 2025
    Configuration menu
    Copy the full SHA
    535af4c View commit details
    Browse the repository at this point in the history
Loading