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: 23.0
Choose a base ref
...
head repository: pypa/packaging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23.1
Choose a head ref
  • 16 commits
  • 23 files changed
  • 11 contributors

Commits on Jan 8, 2023

  1. Bump for development

    pradyunsg committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d8377e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    e9bcc1d View commit details
    Browse the repository at this point in the history
  2. Indicate expected content between mismatched tokens in parse errors

    This provides more context to users about what the parser would"ve been
    expecting. This can make it easier to understand what the underlying
    issue might be.
    pradyunsg committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f4463e2 View commit details
    Browse the repository at this point in the history
  3. Add dedicated error for specifiers with incorrect .* suffix

    This should make it clearer how and why this is not valid, thus
    providing relevant context to readers.
    pradyunsg committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    068a0b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 25, 2023

  1. Delete print() from test_tags (#668)

    Co-authored-by: nt120 <[email protected]>
    nikodemas and nt120-ic authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    67bd518 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Update our linters (#676)

    Co-authored-by: Pradyun Gedam <[email protected]>
    pradyunsg and pradyunsg authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5d7f020 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    96d85be View commit details
    Browse the repository at this point in the history
  2. Parse raw metadata (#671)

    Co-authored-by: Donald Stufft <[email protected]>
    Co-authored-by: Paul Moore <[email protected]>
    Co-authored-by: Shantanu <[email protected]>
    4 people authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7722044 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Handle prefix match with zeros at end of prefix correctly (#674)

    This matches the versions appropriately.
    
    Co-authored-by: Pradyun Gedam <[email protected]>
    pradyunsg and pradyunsg authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a6c9bc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

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

Commits on Feb 11, 2023

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

Commits on Feb 13, 2023

  1. Import underlying parser functions as an underscored variable (#663)

    These functions are not a part of the public interface for the modules
    they"re being imported into.
    
    Co-authored-by: Pradyun Gedam <[email protected]>
    pradyunsg and pradyunsg authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5b34465 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Update changelog

    pradyunsg committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ff2faca View commit details
    Browse the repository at this point in the history
  2. Bump for release

    pradyunsg committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d563917 View commit details
    Browse the repository at this point in the history
Loading