Thanks to visit codestin.com
Credit goes to github.com

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: v2.11.3
Choose a base ref
...
head repository: pypa/cibuildwheel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.4
Choose a head ref
  • 18 commits
  • 37 files changed
  • 8 contributors

Commits on Nov 22, 2022

  1. Suggest running abi3audit in docs

    Suggested in #1342
    hauntsaninja committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    d34e6eb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    a5c5f5e View commit details
    Browse the repository at this point in the history
  2. Update docs/faq.md

    Co-authored-by: Joe Rickerby <[email protected]>
    hauntsaninja and joerick authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    1e2cc2f View commit details
    Browse the repository at this point in the history
  3. separate example

    hauntsaninja committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    41daa4b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. fix(ci): use ubuntu-20.04 for update workfow (#1370)

    ubuntu-latest / 22.04 does not have python 3.6, use ubuntu-20.04 instead.
    mayeut authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    ff8e121 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1347 from hauntsaninja/abi3audit

    Suggest running abi3audit in docs
    joerick authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    c8a2671 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. build(deps): bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.1 to 1.6.4.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.6.1...v1.6.4)
    
    ---
    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]>
    dependabot[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5be731d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1373 from pypa/dependabot/github_actions/pypa/gh-…

    …action-pypi-publish-1.6.4
    
    build(deps): bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4
    joerick authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    e8e3150 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. [pre-commit.ci] pre-commit autoupdate (#1374)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1)
    - [github.com/PyCQA/isort: 5.10.1 → 5.11.0](PyCQA/isort@5.10.1...5.11.0)
    - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
    
    * chore: pin packaging when typing
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <[email protected]>
    pre-commit-ci[bot] and henryiii authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e9ecc65 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. ci: move to ubuntu 20

    henryiii authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e53253d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    cefc5a5 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/PyCQA/isort: 5.11.0 → v5.11.3](PyCQA/isort@5.11.0...v5.11.3)
    - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.2)
    pre-commit-ci[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    98fdf8c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Merge pull request #1379 from pypa/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    joerick authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    22b433d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1378 from pypa/henryiii-patch-3

    ci: move to ubuntu 20
    joerick authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    1c9ec76 View commit details
    Browse the repository at this point in the history
  3. fix: not skipping the tests stops the copy (Windows ARM) (#1377)

    fix: not skipping the tests stops the copy
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3dcc2ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9a3ed8 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

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

    [Bot] Update dependencies
    joerick authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    a7e9ece View commit details
    Browse the repository at this point in the history
  2. Bump version: v2.11.4

    joerick committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    27fc88e View commit details
    Browse the repository at this point in the history
Loading