Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypa/cibuildwheel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.6.1
Choose a base ref
...
head repository: pypa/cibuildwheel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.7.0
Choose a head ref
  • 16 commits
  • 38 files changed
  • 7 contributors

Commits on May 24, 2022

  1. Fix Linux builds on Windows

    Darandos committed May 24, 2022
    Configuration menu
    Copy the full SHA
    9ab89f9 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Fix a Pylint warning

    Darandos committed May 26, 2022
    Configuration menu
    Copy the full SHA
    5d439c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. 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.
    dlech authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    526c554 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    4bffacc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Refactor class hierarchy

    Removes unnecessary overlap in functionality
    joerick committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    860b14f View commit details
    Browse the repository at this point in the history
  2. [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>
    pre-commit-ci[bot] authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1d614c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de0a9b3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1138 from nitzmahone/prerelease_python_test_fix

    ensure tests run on prerelease Pythons
    joerick authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cd7ea91 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Merge pull request #1133 from pypa/update-dependencies-pr

    [Bot] Update dependencies
    joerick authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f1c2d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6513a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f4303b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6458604 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Merge pull request #1129 from dlech/patch-1

    fix overwriting wheel on macos
    joerick authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    c022fa3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1117 from Darandos/linux-on-windows

    Fix Linux builds on Windows
    joerick authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    2bc5297 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1026 from mayeut/manylinux_2_28

    feature: add manylinux_2_28 support
    joerick authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    133197e View commit details
    Browse the repository at this point in the history
  4. Bump version: v2.7.0

    joerick committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    cc56a14 View commit details
    Browse the repository at this point in the history
Loading