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/wheel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.44.0
Choose a base ref
...
head repository: pypa/wheel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.45.1
Choose a head ref
  • 13 commits
  • 21 files changed
  • 4 contributors

Commits on Oct 11, 2024

  1. Skip abi3 tests when freethreading Python build is used (#637)

    Skip the tests using abi3 extension when the freethreading build is used, as Python 3.13 freethreading does not support the limited API and its use results in a build error.
    
    Fixes #636.
    mgorny authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    067534c View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#635)

    * [pre-commit.ci] pre-commit autoupdate
    
    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.5.0 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.0...v0.6.9)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d841597 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

Commits on Oct 25, 2024

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

Commits on Nov 3, 2024

  1. Removed Cirrus CI configuration

    This causes constant test suite failures because we don't have the compute credits to reliably run the FreeBSD tests.
    agronholm committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    baf6bf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    e9894e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43464d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Refactored the wheel convert command to not require setuptools (#640)

    This also aims to improve the correctness of the egg and bdist_wininst conversions.
    agronholm authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c81f5c9 View commit details
    Browse the repository at this point in the history
  2. Only configure setuptools logging if bdist_wheel is imported (#641)

    Also fix the output of `wheel convert` to add the final "OK" on the same line as the source file name.
    
    Fixes #632.
    agronholm authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    68387af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f064c69 View commit details
    Browse the repository at this point in the history
  4. Created a new release

    agronholm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d78f0e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    d343391 View commit details
    Browse the repository at this point in the history
  2. Created a new release

    agronholm committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    7855525 View commit details
    Browse the repository at this point in the history
Loading