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.3.0
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.3.1
Choose a head ref
  • 4 commits
  • 16 files changed
  • 4 contributors

Commits on May 11, 2026

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

    <!--pre-commit.ci start-->
    updates:
    - [github.com/tox-dev/pyproject-fmt: v2.21.1 →
    v2.21.2](tox-dev/pyproject-fmt@v2.21.1...v2.21.2)
    <!--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 May 11, 2026
    Configuration menu
    Copy the full SHA
    e7cff49 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. Canonicalize GraalPy implementation name. (#73)

    GraalPy reports "GraalVM" for `platform.python_implementation()` and
    "graalpy" for `sys.implementation.name`, so this canonicalizes on
    "graalpy".
    timfel authored May 12, 2026
    Configuration menu
    Copy the full SHA
    68f7dc1 View commit details
    Browse the repository at this point in the history
  2. 👷 ci(release): wire up towncrier-driven release pipeline (#74)

    The news fragments under `docs/changelog/` were never consumed because
    the project shipped the PyPI publish workflow without the towncrier
    config, template, rolled-up changelog, or release script that drives
    them. Tags were being cut by hand and `urls.Changelog` pointed at GitHub
    auto-generated notes, leaving the `.rst` fragments as dead weight that
    risked double-counting on every release.
    
    This ports the full release pipeline from `tox-dev/tox`. A release is
    now a single `workflow_dispatch` click: `prepare-release.yaml` computes
    the next version (auto-detecting major/minor/patch from
    `breaking`/`feature` fragment counts), then `tox -e release` runs
    `tasks/release.py`, which invokes `towncrier build`, commits the
    assembled `docs/changelog.rst`, tags, force-pushes `main`, and opens the
    GitHub release. The existing tag-push `release.yaml` handles PyPI
    publishing unchanged. 🚀
    
    `docs/changelog.rst` is backfilled for 1.0.0 through 1.3.0 from git
    history so the rendered changelog is a single source of truth rather
    than splitting between Sphinx and GitHub Releases. The `65.feature.rst`
    fragment is dropped because that work already shipped in 1.3.0 via PR
    #71. `sphinxcontrib-towncrier` renders unreleased fragments as a draft
    section in the Sphinx build.
    
    Operationally, this requires a `RELEASE_PAT` secret and a `release-auth`
    GitHub environment, both used by the new `prepare-release.yaml`
    workflow.
    gaborbernat authored May 12, 2026
    Configuration menu
    Copy the full SHA
    6840c41 View commit details
    Browse the repository at this point in the history
  3. release 1.3.1

    gaborbernat committed May 12, 2026
    Configuration menu
    Copy the full SHA
    0d34484 View commit details
    Browse the repository at this point in the history
Loading