8000 Comparing 22.0...23.0 · pypa/packaging · GitHub
[go: up one dir, main page]

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: 22.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.0
Choose a head ref
  • 17 commits
  • 24 files changed
  • 8 contributors

Commits on Dec 7, 2022

  1. Bump for development

    pradyunsg committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4f1c81e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Remove unused LPAREN token from tokenizer

    This token was a part of original handwritten parser, but it was later
    replaced with LEFT_PARENTHESIS token.
    hrnciar authored and pradyunsg committed Dec 8, 2022
    8000 Configuration menu
    Copy the full SHA
    4221ba0 View commit details
    Browse the repository at this point in the history
  2. Remove __about__ file in favour of keeping constants in __init__

    This makes it possible for flit to auto-discover the version from this
    file.
    pradyunsg committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    09026d3 View commit details
    Browse the repository at this point in the history
  3. Move to src/ layout

    This ensures that tests are executed against the installed copy, rather
    than the in-tree copy.
    pradyunsg committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    df5f9dc View commit details
    Browse the repository at this point in the history
  4. Let Flit dynamically determine the package version

    This makes it possible to single-source the package version.
    pradyunsg committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5333ef4 View commit details
    Browse the repository at this point in the history
  5. Use regular expression from specifiers as-is for requirement parsing

    Using the exact same patterns as `Specifier` helps ensure that the
    same parsing behaviour is seen for specifiers on their own as well as
    specifiers within requirements.
    pradyunsg committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    08d8af0 View commit details
    Browse the repository at this point in the history
  6. Reorder specifier matching to try longer names first

    This ensures that a non-greedy match still preferentially matches the
    longer format.
    pradyunsg committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a571df8 View commit details
    Browse the repository at this point in the history
  7. Add a test case for non-normalised specifiers

    This validates that the specifier is parsed correctly.
    pradyunsg committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c20074d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

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

Commits on Dec 14, 2022

  1. Fix typing for specifiers.BaseSpecifier.filter() (#643)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    150c9a6 View commit details
    Browse the repository at this point in the history
  2. Correctly handle trailing whitespace on URL requirements

    The input is permitted to end, after trailing whitespace.
    pradyunsg committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ddf54e1 View commit details
    Browse the repository at this point in the history
  3. Eliminate an unnecessary else clause

    This is logically equivalent and has a more linear flow.
    pradyunsg committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    97db717 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. refactor tags._generic_api to use EXT_SUFFIX (#607)

    Co-authored-by: Brett Cannon <brett@python.org>
    mattip and brettcannon authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    30554f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Allow "extra" to be None in the marker environment

    This is for compatibility with older behaviour of this API.
    pradyunsg committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    5c70ed4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Fix typos (#648)

    Found via `codespell -S .nox,.mypy_cache`
    kianmeng authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2067970 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Update changelog for release (#656)

    Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
    pradyunsg and pradyunsg authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    ea9dda9 View commit details
    Browse the repository at this point in the history
  2. Bump for release

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