8000 Comparing v2.21.1...v2.21.3 · pypa/cibuildwheel · GitHub
[go: up one dir, main page]

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.21.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: v2.21.3
Choose a head ref
  • 20 commits
  • 57 files changed
  • 6 contributors

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    08e5b97 View commit details
    Browse the repository at this point in the history
  2. [Bot] Update dependencies (#2014)

    Update dependencies
    
    Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
    cibuildwheel-bot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    311f649 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. [Bot] Update dependencies (#2018)

    Update dependencies
    
    Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
    cibuildwheel-bot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1327af5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. [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>
    pre-commit-ci[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6dcd7dd View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. [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>
    pre-commit-ci[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bb2f665 View commit details
    Browse the repository at this point in the history
  2. [Bot] Update dependencies (#2022)

    Update dependencies
    
    Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
    cibuildwheel-bot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    735e88d View commit details
    Browse the repository at this point in the history
  3. 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>
    3 people authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dfd01af View commit details
    Browse the repository at this point in the history
  4. 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>
    mayeut and henryiii authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9fad66f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. [Bot] Update dependencies (#2025)

    Update dependencies
    
    Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
    cibuildwheel-bot[bot] authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    895eae3 View commit details
    Browse the repository at this point in the history
  2. ci: add 3.13 classifier (#2026)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d625d18 View commit details
    Browse the repository at this point in the history
  3. chore: remove a couple of things pylint is unhappy about (#2027)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ee7fa96 View commit details
    Browse the repository at this point in the history
  4. 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>
    4 people authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ec591cd View commit details
    Browse the repository at this point in the history
  5. [Bot] Update dependencies (#2029)

    Update dependencies
    
    Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
    cibuildwheel-bot[bot] authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2e8e511 View commit details
    Browse the repository at this point in the history
  6. ci: update job slightly (#2028)

    * ci: update job slightly
    
    * Ignore check-wheel-content W002
    
    ---------
    
    Co-authored-by: mayeut <mayeut@users.noreply.github.com>
    henryiii and mayeut authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d5c6a83 View commit details
    Browse the repository at this point in the history
  7. Bump version: v2.21.2

    joerick committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f185952 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. [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>
    pre-commit-ci[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    006f1e6 View commit details
    Browse the repository at this point in the history
  2. 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.
    mayeut authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    80ae9a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. [Bot] Update dependencies (#2032)

    Update dependencies
    
    Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
    cibuildwheel-bot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0319c43 View commit details
    Browse the repository at this point in the history
  2. docs: update for 3.13.0 final (#2035)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3d3159b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Bump version: v2.21.3

    joerick committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7940a4c View commit details
    Browse the repository at this point in the history
Loading
0