-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: scikit-build/cmake-python-distributions
base: 4.2.0
head repository: scikit-build/cmake-python-distributions
compare: 4.2.1
- 9 commits
- 14 files changed
- 6 contributors
Commits on Nov 22, 2025
-
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c89cf39 - Browse repository at this point
Copy the full SHA c89cf39View commit details
Commits on Nov 23, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for a611e25 - Browse repository at this point
Copy the full SHA a611e25View commit details
Commits on Nov 24, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for aa7b6bf - Browse repository at this point
Copy the full SHA aa7b6bfView commit details
Commits on Dec 9, 2025
-
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.Configuration menu - View commit details
-
Copy full SHA for a28030b - Browse repository at this point
Copy the full SHA a28030bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 40acf75 - Browse repository at this point
Copy the full SHA 40acf75View commit details
Commits on Dec 20, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for dd81945 - Browse repository at this point
Copy the full SHA dd81945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a1434b - Browse repository at this point
Copy the full SHA 5a1434bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9233cd - Browse repository at this point
Copy the full SHA b9233cdView commit details
Commits on Dec 21, 2025
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 535af4c - Browse repository at this point
Copy the full SHA 535af4cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.2.0...4.2.1