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/build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.3
Choose a base ref
...
head repository: pypa/build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.4
Choose a head ref
  • 13 commits
  • 15 files changed
  • 8 contributors

Commits on Apr 13, 2026

  1. 🐛 fix(release): generate consistent CHANGELOG heading levels (#1032)

    Co-authored-by: Test <test@test.com>
    gaborbernat and Test authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    3f43463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00f04c View commit details
    Browse the repository at this point in the history
  3. pre-commit: bump repositories (#1035)

    updates:
    - [github.com/rbubley/mirrors-prettier: v3.8.1 → v3.8.2](rbubley/mirrors-prettier@v3.8.1...v3.8.2)
    - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.9...v0.15.10)
    - [github.com/zizmorcore/zizmor-pre-commit: v1.23.1 → v1.24.0](zizmorcore/zizmor-pre-commit@v1.23.1...v1.24.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    d0bb805 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

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

Commits on Apr 20, 2026

  1. Configuration menu
    Copy the full SHA
    6d8039a View commit details
    Browse the repository at this point in the history
  2. pre-commit: bump repositories (#1045)

    updates:
    - [github.com/rbubley/mirrors-prettier: v3.8.2 → v3.8.3](rbubley/mirrors-prettier@v3.8.2...v3.8.3)
    - [github.com/astral-sh/ruff-pre-commit: v0.15.10 → v0.15.11](astral-sh/ruff-pre-commit@v0.15.10...v0.15.11)
    - [github.com/zizmorcore/zizmor-pre-commit: v1.24.0 → v1.24.1](zizmorcore/zizmor-pre-commit@v1.24.0...v1.24.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    b336f60 View commit details
    Browse the repository at this point in the history
  3. fix: revert part of #973 (#1044)

    * fix: revert part of #973
    
    Assisted-by: OpenCode:Gemma-4:31b
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * fix: modify kind
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * chore: add changelog entry
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    henryiii authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    2afa3b5 View commit details
    Browse the repository at this point in the history
  4. chore: report coverage failure lines (#1046)

    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    henryiii authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    03b7d70 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

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

Commits on Apr 22, 2026

  1. docs: reorganize testing docs for copy/paste (#1043)

    * docs: reorganize testing docs for copy/paste
    
    That makes it easier to scan and use as a reference.
    
    * fixup: covers
    
    * fixup: docstrfmt docs/development/contributing.rst -l 120
    
    * docs: restore prevous information
    
    Restored the key missing information from the original. The changes merged back into the new code-block layout:
    
    - **Opening paragraph**: "Due to its nature, ``build`` has a somewhat complex test suite..." (was simplified to just "``build`` has with two sets of tests...")
    - **What integration tests do**: "as a sanity check" and "not very helpful for tracking down issues"
    - **What `--only-integration` does**: "where the latter will disable unit tests and only run integration tests"
    - **Environment matrix description**: "The project has a fairly large environment matrix..." (was shortened to just "The test matrix covers...")
    - **Extra environments**: "Additionally, there are environments for type checking and documentation building, plus extras like checking code with minimum versions of dependencies." (was lost)
    - **`py39-wheel` example**: "You can also run unit tests against a specific Python version with wheel installation using `tox -e py39-wheel`." (was lost)
    - **Coverage paragraph**: Restored "Code coverage is tracked to ensure all code paths are tested. Aim for complete coverage..." (was shortened to "Test generate code coverage, so try to get complete coverage...")
    
    Assisted-by: OpenCode:Kimi-K2.5
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * Apply suggestions from code review
    
    Co-authored-by: layday <layday@protonmail.com>
    
    * docs: remove a little repeated info
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    Co-authored-by: Henry Schreiner <henryfs@princeton.edu>
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    Co-authored-by: layday <layday@protonmail.com>
    4 people authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    e37e2ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373b9ee View commit details
    Browse the repository at this point in the history
  3. docs: fix issue with changelog generation (#1050)

    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    henryiii authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    653d865 View commit details
    Browse the repository at this point in the history
  4. chore: prepare for 1.4.4

    gaborbernat committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    70666a2 View commit details
    Browse the repository at this point in the history
Loading