-
Notifications
You must be signed in to change notification settings - Fork 265
Comparing changes
Open a pull request
base repository: pypa/cibuildwheel
base: v2.21.1
head repository: pypa/cibuildwheel
compare: v2.21.3
- 20 commits
- 57 files changed
- 6 contributors
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08e5b97 - Browse repository at this point
Copy the full SHA 08e5b97View commit details -
[Bot] Update dependencies (#2014)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 311f649 - Browse repository at this point
Copy the full SHA 311f649View commit details
Commits on Sep 23, 2024
-
[Bot] Update dependencies (#2018)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1327af5 - Browse repository at this point
Copy the full SHA 1327af5View commit details
Commits on Sep 24, 2024
-
[pre-commit.ci] pre-commit autoupdate (#2019)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.5...v0.6.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 6dcd7dd - Browse repository at this point
Copy the full SHA 6dcd7ddView commit details
Commits on Oct 1, 2024
-
[pre-commit.ci] pre-commit autoupdate (#2023)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.7...v0.6.8) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3) 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 bb2f665 - Browse repository at this point
Copy the full SHA bb2f665View commit details -
[Bot] Update dependencies (#2022)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 735e88d - Browse repository at this point
Copy the full SHA 735e88dView commit details -
fix: more reliably validate Podman API version (#2016)
* fix: parse version strings that include dashes It's possible for some container engines to report their versions with a dash (e.g., "4.9.4-rhel"), which breaks packaging.version.Version's ability to parse the string. This commit introduces a version_from_string method which santizies the version string and returns an instance of Version. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * cleanup: pacify ruff * cleanup: further pacify ruff * fix: properly define _version_from_string method Also, lift the method up and prefix with a "_" to better match the existing conventions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor: more robust podman ver check Use the "podman --version" command instead of "podman version -f {{json .}}" for better reliability across distributions. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: oci engine version check Lower Docker API check to 1.41 Podman versions are not PEP440 compliant, remove distro specific suffixes before parsing. Add tests with real-world outputs and some made up ones. * fix: UX on OCIEngineTooOldError * Add FlexibleVersion per review comment --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: mayeut <mayeut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfd01af - Browse repository at this point
Copy the full SHA dfd01afView commit details -
feat: add musllinux armv7l (#2017)
* feature: add musllinux armv7l * fix: local armv7l images * fix python 3.8 tests * address review comments --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9fad66f - Browse repository at this point
Copy the full SHA 9fad66fView commit details
Commits on Oct 2, 2024
-
[Bot] Update dependencies (#2025)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 895eae3 - Browse repository at this point
Copy the full SHA 895eae3View commit details -
ci: add 3.13 classifier (#2026)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d625d18 - Browse repository at this point
Copy the full SHA d625d18View commit details -
chore: remove a couple of things pylint is unhappy about (#2027)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ee7fa96 - Browse repository at this point
Copy the full SHA ee7fa96View commit details -
Add note about the planned change of the manylinux default (#1992)
* Add note about the planned change of the manylinux default * Update docs/options.md Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> * Change date to 6th May Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com> * no manylinux_2_28 pypy_i686 image * no manylinux_2_28 i686 image * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com> 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 ec591cd - Browse repository at this point
Copy the full SHA ec591cdView commit details -
[Bot] Update dependencies (#2029)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e8e511 - Browse repository at this point
Copy the full SHA 2e8e511View commit details -
ci: update job slightly (#2028)
* ci: update job slightly * Ignore check-wheel-content W002 --------- Co-authored-by: mayeut <mayeut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d5c6a83 - Browse repository at this point
Copy the full SHA d5c6a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for f185952 - Browse repository at this point
Copy the full SHA f185952View commit details
Commits on Oct 7, 2024
-
[pre-commit.ci] pre-commit autoupdate (#2033)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9) 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 006f1e6 - Browse repository at this point
Copy the full SHA 006f1e6View commit details -
fix: do not subclass wheel.bdist_wheel command in ABI3 test (#2030)
fix: do not subclass bdist_wheel command in ABI3 test With bdist_wheel becoming a first-class citizen command of setuptools, this trick might not work in the future.
Configuration menu - View commit details
-
Copy full SHA for 80ae9a5 - Browse repository at this point
Copy the full SHA 80ae9a5View commit details
Commits on Oct 8, 2024
-
[Bot] Update dependencies (#2032)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0319c43 - Browse repository at this point
Copy the full SHA 0319c43View commit details -
docs: update for 3.13.0 final (#2035)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3d3159b - Browse repository at this point
Copy the full SHA 3d3159bView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7940a4c - Browse repository at this point
Copy the full SHA 7940a4cView 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 v2.21.1...v2.21.3