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.46.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.46.2
Choose a head ref
  • 18 commits
  • 13 files changed
  • 5 contributors

Commits on Apr 7, 2025

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4)
    - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
    
    * [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 Apr 7, 2025
    Configuration menu
    Copy the full SHA
    6edbbd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

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

    agronholm committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    7a0ea7f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Fix issue link in 0.46.1 release note (#665)

    Link to the issue about breakage on MacOS in 0.46.0 release is broken,
    which seems a typo. It's confusing to be brought to a 404 page when
    reading through the release note.
    
    Fixes: 9861763 ("Restored the wheel.macosx_libfile module for setuptools")
    
    Signed-off-by: Yao Zi <ziyao@disroot.org>
    ziyao233 authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    ed02488 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Restored the bdist_wheel command

    This is needed for compatibility with older setuptools versions.
    agronholm committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    beef5cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f1f09 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

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

Commits on May 5, 2025

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

Commits on Jul 31, 2025

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

Commits on Sep 14, 2025

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

Commits on Oct 6, 2025

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

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    be9f45b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

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

Commits on Jan 6, 2026

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    c1d442b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Configuration menu
    Copy the full SHA
    41418fa View commit details
    Browse the repository at this point in the history
  2. Fixed security issue around wheel unpack (#675)

    A maliciously crafted wheel could cause the permissions of a file outside the unpack tree to be altered.
    
    Fixes CVE-2026-24049.
    agronholm authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    7a7d2de View commit details
    Browse the repository at this point in the history
  3. Created a new release

    agronholm committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    557fb54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eba4036 View commit details
    Browse the repository at this point in the history
Loading