-
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: 3.31.4
head repository: scikit-build/cmake-python-distributions
compare: 3.31.6
- 13 commits
- 16 files changed
- 5 contributors
Commits on Jan 18, 2025
-
chore(deps): bump docker/setup-qemu-action in the actions group (#577)
Bumps the actions group with 1 update: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `docker/setup-qemu-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96e5127 - Browse repository at this point
Copy the full SHA 96e5127View commit details -
chore(deps): update pre-commit hooks (#578)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.6...v0.9.1) 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 6c3c244 - Browse repository at this point
Copy the full SHA 6c3c244View commit details
Commits on Jan 21, 2025
-
chore(deps): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.9.1...v0.9.2)
Configuration menu - View commit details
-
Copy full SHA for e9f64fa - Browse repository at this point
Copy the full SHA e9f64faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee27cb - Browse repository at this point
Copy the full SHA 8ee27cbView commit details
Commits on Jan 27, 2025
-
chore(deps): bump actions/attest-build-provenance in the actions group (
#582) Bumps the actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 2.1.0 to 2.2.0 - [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@7668571...520d128) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f1f965 - Browse repository at this point
Copy the full SHA 4f1f965View commit details -
[Bot] Update to CMake 3.31.5 (#581)
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 02a200a - Browse repository at this point
Copy the full SHA 02a200aView commit details
Commits on Feb 13, 2025
-
chore(deps): update pre-commit hooks (#583)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.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 c861009 - Browse repository at this point
Copy the full SHA c861009View commit details -
chore(deps): bump the actions group with 2 updates (#584)
Bumps the actions group with 2 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [wntrblm/nox](https://github.com/wntrblm/nox). Updates `docker/setup-qemu-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.3.0...v3.4.0) Updates `wntrblm/nox` from 2024.10.09 to 2025.02.09 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.10.09...2025.02.09) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: wntrblm/nox dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 13f0c29 - Browse repository at this point
Copy the full SHA 13f0c29View commit details -
[Bot] Update to OpenSSL 3.0.16 (#585)
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 56aa0fb - Browse repository at this point
Copy the full SHA 56aa0fbView commit details
Commits on Feb 16, 2025
-
fix: sha256 in update script for OpenSSL (#588)
OpenSSL changed the format of the sha256 file in its releases. Let's allow both format: `{sha256}` or `{sha256} {filename}`Configuration menu - View commit details
-
Copy full SHA for f0045f4 - Browse repository at this point
Copy the full SHA f0045f4View commit details
Commits on Feb 25, 2025
-
chore: use dependency-groups (#589)
* chore: use dependency-groups Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Apply suggestions from code review Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c131701 - Browse repository at this point
Copy the full SHA c131701View commit details -
chore(deps): update pre-commit hooks (#590)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.6...v0.9.7) 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 42c33e9 - Browse repository at this point
Copy the full SHA 42c33e9View commit details
Commits on Feb 26, 2025
-
[Bot] Update to CMake 3.31.6 (#591)
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 8b974dc - Browse repository at this point
Copy the full SHA 8b974dcView 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 3.31.4...3.31.6