-
Notifications
You must be signed in to change notification settings - Fork 309
Comparing changes
Open a pull request
base repository: pypa/cibuildwheel
base: 2.6.1
head repository: pypa/cibuildwheel
compare: 2.7.0
- 16 commits
- 38 files changed
- 7 contributors
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ab89f9 - Browse repository at this point
Copy the full SHA 9ab89f9View commit details
Commits on May 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d439c0 - Browse repository at this point
Copy the full SHA 5d439c0View commit details
Commits on Jun 9, 2022
-
fix overwriting wheel on macos
When I run on macOS, I get the following error: ``` Traceback (most recent call last): File "/Users/david/.local/pipx/.cache/fd54e06d50697e7/bin/cibuildwheel", line 8, in <module> sys.exit(main()) File "/Users/david/.local/pipx/.cache/fd54e06d50697e7/lib/python3.10/site-packages/cibuildwheel/__main__.py", line 128, in main build_in_directory(args) File "/Users/david/.local/pipx/.cache/fd54e06d50697e7/lib/python3.10/site-packages/cibuildwheel/__main__.py", line 252, in build_in_directory cibuildwheel.macos.build(options, tmp_path) File "/Users/david/.local/pipx/.cache/fd54e06d50697e7/lib/python3.10/site-packages/cibuildwheel/macos.py", line 538, in build shutil.move(str(repaired_wheel), build_options.output_dir) File "/opt/homebrew/Cellar/[email protected]/3.10.4/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shutil.py", line 811, in move raise Error("Destination path '%s' already exists" % real_dst) shutil.Error: Destination path '/Users/david/Documents/GitHub/python-mpy-cross/wheelhouse/mpy_cross_v5-1.0.0-py3-none-macosx_11_0_arm64.whl' already exists ``` The comment in the code says that it should overwrite the file, so this removes the file if it exists first before trying to move the file.Configuration menu - View commit details
-
Copy full SHA for 526c554 - Browse repository at this point
Copy the full SHA 526c554View commit details
Commits on Jun 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4bffacc - Browse repository at this point
Copy the full SHA 4bffaccView commit details
Commits on Jun 15, 2022
-
Removes unnecessary overlap in functionality
Configuration menu - View commit details
-
Copy full SHA for 860b14f - Browse repository at this point
Copy the full SHA 860b14fView commit details -
[pre-commit.ci] pre-commit autoupdate (#1136)
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.32.1 → v2.34.0](asottile/pyupgrade@v2.32.1...v2.34.0) - [github.com/pre-commit/mirrors-mypy: v0.960 → v0.961](pre-commit/mirrors-mypy@v0.960...v0.961) 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 1d614c2 - Browse repository at this point
Copy the full SHA 1d614c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for de0a9b3 - Browse repository at this point
Copy the full SHA de0a9b3View commit details -
Merge pull request #1138 from nitzmahone/prerelease_python_test_fix
ensure tests run on prerelease Pythons
Configuration menu - View commit details
-
Copy full SHA for cd7ea91 - Browse repository at this point
Copy the full SHA cd7ea91View commit details
Commits on Jun 16, 2022
-
Merge pull request #1133 from pypa/update-dependencies-pr
[Bot] Update dependencies
Configuration menu - View commit details
-
Copy full SHA for f1c2d6c - Browse repository at this point
Copy the full SHA f1c2d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6513a9 - Browse repository at this point
Copy the full SHA e6513a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4303b - Browse repository at this point
Copy the full SHA 9f4303bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6458604 - Browse repository at this point
Copy the full SHA 6458604View commit details
Commits on Jun 17, 2022
-
Merge pull request #1129 from dlech/patch-1
fix overwriting wheel on macos
Configuration menu - View commit details
-
Copy full SHA for c022fa3 - Browse repository at this point
Copy the full SHA c022fa3View commit details -
Merge pull request #1117 from Darandos/linux-on-windows
Fix Linux builds on Windows
Configuration menu - View commit details
-
Copy full SHA for 2bc5297 - Browse repository at this point
Copy the full SHA 2bc5297View commit details -
Merge pull request #1026 from mayeut/manylinux_2_28
feature: add manylinux_2_28 support
Configuration menu - View commit details
-
Copy full SHA for 133197e - Browse repository at this point
Copy the full SHA 133197eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc56a14 - Browse repository at this point
Copy the full SHA cc56a14View 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 2.6.1...2.7.0