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: tox-dev/python-discovery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: tox-dev/python-discovery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.2
Choose a head ref
  • 4 commits
  • 9 files changed
  • 4 contributors

Commits on Mar 30, 2026

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

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    b7ab5b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#60)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    993fced View commit details
    Browse the repository at this point in the history
  2. export normalize_isa and deprecate KNOWN_ARCHITECTURES (#62)

    - Add `normalize_isa()` to the public API, which normalizes ISA strings
    to canonical
    form (e.g. `amd64` → `x86_64`, `aarch64` → `arm64`) and passes
    unrecognized values
    through lowercased — making it safe for any platform without requiring
    an allowlist
    - Deprecate `KNOWN_ARCHITECTURES` — the constant remains exported for
    backwards
        compatibility but consumers should migrate to `normalize_isa()`
    - Relax `test_py_info_machine_property` to assert the machine value is
    lowercase
    instead of requiring membership in `KNOWN_ARCHITECTURES`, fixing test
    failures on
        platforms like `alpha` or `armv8l`
    Fixes: #59
    
    ---------
    
    Co-authored-by: Rahul Devikar <radevika@microsoft.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    52d36ef View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate (#61)

    <!--pre-commit.ci start-->
    updates:
    - [github.com/tox-dev/pyproject-fmt: v2.20.0 →
    v2.21.0](tox-dev/pyproject-fmt@v2.20.0...v2.21.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.15.8 →
    v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9)
    <!--pre-commit.ci end-->
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    50d8354 View commit details
    Browse the repository at this point in the history
Loading