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: pytest-dev/pytest-asyncio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pytest-dev/pytest-asyncio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.x
Choose a head ref
  • 12 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 12, 2025

  1. docs: Fix formatting of Markdown release notes.

    The removal of the -s (standalone) option avoids adding the title as metadata. The --wrap option preserves the original line breaks rather than breaking every 72 characters.
    seifertm committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    50b30ea View commit details
    Browse the repository at this point in the history
  2. build: Pin version of setuptools.

    This is required for reproducible builds. Pinned build dependencies should be updated by dependabot.
    seifertm committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    68d242f View commit details
    Browse the repository at this point in the history
  3. build: Pin version of setuptools_scm.

    This is required for reproducible builds. Pinned build dependencies should be updated by dependabot.
    seifertm committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    31659f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b53962 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    701ac8f View commit details
    Browse the repository at this point in the history
  6. refactor: Derive __version__ using importlib.metadata.

    This replaces the existing approach that uses a version file generated by setuptools-scm.
    seifertm committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    8363ebc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3be9fa1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96ce4b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    108ad53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ca9c92 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f4c1ea View commit details
    Browse the repository at this point in the history
  12. docs: Compile changelog.

    seifertm committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    0539fff View commit details
    Browse the repository at this point in the history
Loading