-
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.22.5
head repository: scikit-build/cmake-python-distributions
compare: 3.22.6
- 19 commits
- 15 files changed
- 4 contributors
Commits on Jun 7, 2022
-
[pre-commit.ci] pre-commit autoupdate (#246)
updates: - [github.com/asottile/pyupgrade: v2.32.1 → v2.33.0](asottile/pyupgrade@v2.32.1...v2.33.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 0733d55 - Browse repository at this point
Copy the full SHA 0733d55View commit details
Commits on Jun 8, 2022
-
chore(deps): bump pypa/cibuildwheel from 2.6.0 to 2.6.1 (#247)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@2.6.0...2.6.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... 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 ff84851 - Browse repository at this point
Copy the full SHA ff84851View commit details -
chore(deps): bump cmake from 3.22.4 to 3.22.5 (#248)
Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 3.22.4 to 3.22.5. - [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.22.4...3.22.5) --- updated-dependencies: - dependency-name: cmake dependency-type: direct:production update-type: version-update:semver-patch ... 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 28c1e3b - Browse repository at this point
Copy the full SHA 28c1e3bView commit details
Commits on Jun 12, 2022
-
chore: do not ignore
actions/*in dependabot configWe do want to get PRs when major versions are bumped.
Configuration menu - View commit details
-
Copy full SHA for 85aa7ef - Browse repository at this point
Copy the full SHA 85aa7efView commit details -
chore(deps): bump actions/download-artifact from 2 to 3 (#249)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... 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 143f686 - Browse repository at this point
Copy the full SHA 143f686View commit details -
chore(deps): bump actions/upload-artifact from 2 to 3 (#250)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... 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 b14fc86 - Browse repository at this point
Copy the full SHA b14fc86View commit details -
chore(deps): bump actions/setup-python from 3 to 4 (#251)
* chore(deps): bump actions/setup-python from 3 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Always use `python-version` with `actions/setup-python@v4` Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthieu Darbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a984b8 - Browse repository at this point
Copy the full SHA 3a984b8View commit details
Commits on Jun 14, 2022
-
[pre-commit.ci] pre-commit autoupdate (#252)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.33.0 → v2.34.0](asottile/pyupgrade@v2.33.0...v2.34.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 8443e78 - Browse repository at this point
Copy the full SHA 8443e78View commit details
Commits on Jun 20, 2022
-
chore(deps): bump pypa/cibuildwheel from 2.6.1 to 2.7.0 (#254)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@2.6.1...2.7.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... 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 b83fd25 - Browse repository at this point
Copy the full SHA b83fd25View commit details
Commits on Jun 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 082f5f2 - Browse repository at this point
Copy the full SHA 082f5f2View commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a4ceda - Browse repository at this point
Copy the full SHA 9a4cedaView commit details
Commits on Jul 6, 2022
-
chore(deps): bump pypa/cibuildwheel from 2.7.0 to 2.8.0 (#257)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... 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 1f33db6 - Browse repository at this point
Copy the full SHA 1f33db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa407b2 - Browse repository at this point
Copy the full SHA fa407b2View commit details
Commits on Jul 18, 2022
-
[pre-commit.ci] pre-commit autoupdate (#259)
updates: - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.1](asottile/pyupgrade@v2.34.0...v2.37.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 677da86 - Browse repository at this point
Copy the full SHA 677da86View commit details
Commits on Jul 19, 2022
-
chore(deps): bump pypa/cibuildwheel from 2.8.0 to 2.8.1 (#260)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... 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 b0d58c5 - Browse repository at this point
Copy the full SHA b0d58c5View commit details
Commits on Jul 26, 2022
-
chore(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#263)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... 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 1d06095 - Browse repository at this point
Copy the full SHA 1d06095View commit details -
[pre-commit.ci] pre-commit autoupdate (#262)
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](asottile/pyupgrade@v2.37.1...v2.37.2) 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 fd18596 - Browse repository at this point
Copy the full SHA fd18596View commit details
Commits on Jul 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d6b4f83 - Browse repository at this point
Copy the full SHA d6b4f83View commit details
Commits on Jul 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4236147 - Browse repository at this point
Copy the full SHA 4236147View 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.22.5...3.22.6