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

Commits on Oct 29, 2022

  1. infra: switch to flit

    layday authored and FFY00 committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    de60f38 View commit details
    Browse the repository at this point in the history
  2. docs: add the release process

    Signed-off-by: Filipe Laíns <lains@riseup.net>
    FFY00 committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    63342ce View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. meta: drop Python 3.6

    3.6 reached its EOL in Dec of last year and our main dependencies
    (pep517 and packaging) have already dropped support for it.
    layday committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    c2ed447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01df4cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7f199a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    378d209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0b2777 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    1611da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5760311 View commit details
    Browse the repository at this point in the history
  3. pre-commit: rm setup-cfg-fmt

    layday committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    97db27b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e7dc60 View commit details
    Browse the repository at this point in the history
  5. pre-commit: bump repositories

    updates:
    - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.2](asottile/pyupgrade@v3.1.0...v3.2.2)
    - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.2...v3.0.0-alpha.4)
    pre-commit-ci[bot] authored and FFY00 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4475cf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. types: fix mypy check

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored and layday committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a7617f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. ci: introduce a centralized GHA check/gate job (#543)

    This patch is intended to lower the maintenance burden of having to
    manually go through each matrix subjob name in the branch protection
    repository settings. It allows to only include the `check` job in the
    branch protection and it will robustly determine if the dependencies
    have succeeded or not.
    
    It is currently mostly serves the Python ecosystem in projects like
    aiohttp, attrs, cryptography, pydantic, open edX, pip etc. But I've
    also seen other communities picking it up lately, like the AWS Rust
    SDK and even the engine powering https://dev.to, to my surprise.
    Strictly speaking, it is agnostic.
    
    Ref: https://github.com/marketplace/actions/alls-green#why
    webknjaz authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b8a1384 View commit details
    Browse the repository at this point in the history
  2. pre-commit: bump repositories

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
    - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
    pre-commit-ci[bot] authored and gaborbernat committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    e161273 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. pre-commit: bump repositories

    updates:
    - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0)
    pre-commit-ci[bot] authored and gaborbernat committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    656c487 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. tests: fix for PEP 685 in packaging 22 (#550)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    76d90b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

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

Commits on Dec 30, 2022

  1. pre-commit: bump repositories (#555)

    updates:
    - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1)
    - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
    - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9646f68 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. release 0.10.0

    Signed-off-by: Filipe Laíns <lains@riseup.net>
    FFY00 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cd06da2 View commit details
    Browse the repository at this point in the history
Loading