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/packaging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26.0rc1
Choose a base ref
...
head repository: pypa/packaging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26.0rc2
Choose a head ref
  • 10 commits
  • 8 files changed
  • 4 contributors

Commits on Jan 9, 2026

  1. Bump for development

    henryiii committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    63a117b View commit details
    Browse the repository at this point in the history
  2. ci: always run tests (#1044)

    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    henryiii authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    0fe4291 View commit details
    Browse the repository at this point in the history
  3. docs: fix a changelog number (#1042)

    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    henryiii authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    2810c2a View commit details
    Browse the repository at this point in the history
  4. ci: fix publish job (#1043)

    * ci: convert to json before logging
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * ci: allow nox to download missing Pythons
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * ci: need to make sure tags are present so describe works
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * Update nox installation and build steps in workflow
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    henryiii authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    f34845a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    7ae56cf View commit details
    Browse the repository at this point in the history
  2. ci: correct tag on publish (#1045)

    * ci: make sure tag is aquired
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * docs: update ordering for releases
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * Update publish.yml
    
    Co-authored-by: Laurie O <laurie_opperman@hotmail.com>
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    Co-authored-by: Laurie O <laurie_opperman@hotmail.com>
    henryiii and EpicWink authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    319a540 View commit details
    Browse the repository at this point in the history
  3. chore: fix type hint of function used with contextlib.contextmanager (

    #1046)
    
    `contextmanager` expects the function to return a generator, not just any
    iterator.
    SpecLad authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    b4701fa View commit details
    Browse the repository at this point in the history
  4. fix: legacy_packaging fix (#1048)

    * fix: legacy_packaging fix
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * Update src/packaging/version.py
    
    * fix: legacy_packaging fix - try two
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    henryiii authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    aad7845 View commit details
    Browse the repository at this point in the history
  5. docs: prepare for 26.0rc2 (#1050)

    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    henryiii authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    113d2f4 View commit details
    Browse the repository at this point in the history
  6. Bump for release

    henryiii committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    f0c324e View commit details
    Browse the repository at this point in the history
Loading