-
Notifications
You must be signed in to change notification settings - Fork 267
Comparing changes
Open a pull request
base repository: pypa/packaging
base: 22.0
head repository: pypa/packaging
compare: 23.0
- 17 commits
- 24 files changed
- 8 contributors
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4f1c81e - Browse repository at this point
Copy the full SHA 4f1c81eView commit details
Commits on Dec 8, 2022
-
Remove unused LPAREN token from tokenizer
This token was a part of original handwritten parser, but it was later replaced with LEFT_PARENTHESIS token.
Configuration menu - View commit details
-
Copy full SHA for 4221ba0 - Browse repository at this point
Copy the full SHA 4221ba0View commit details -
Remove
__about__
file in favour of keeping constants in__init__
This makes it possible for flit to auto-discover the version from this file.
Configuration menu - View commit details
-
Copy full SHA for 09026d3 - Browse repository at this point
Copy the full SHA 09026d3View commit details -
This ensures that tests are executed against the installed copy, rather than the in-tree copy.
Configuration menu - View commit details
-
Copy full SHA for df5f9dc - Browse repository at this point
Copy the full SHA df5f9dcView commit details -
Let Flit dynamically determine the package version
This makes it possible to single-source the package version.
Configuration menu - View commit details
-
Copy full SHA for 5333ef4 - Browse repository at this point
Copy the full SHA 5333ef4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 08d8af0 - Browse repository at this point
Copy the full SHA 08d8af0View commit details -
Reorder specifier matching to try longer names first
This ensures that a non-greedy match still preferentially matches the longer format.
Configuration menu - View commit details
-
Copy full SHA for a571df8 - Browse repository at this point
Copy the full SHA a571df8View commit details -
Add a test case for non-normalised specifiers
This validates that the specifier is parsed correctly.
Configuration menu - View commit details
-
Copy full SHA for c20074d - Browse repository at this point
Copy the full SHA c20074dView commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e446f7 - Browse repository at this point
Copy the full SHA 5e446f7View commit details
Commits on Dec 14, 2022
-
Fix typing for
specifiers.BaseSpecifier.filter()
(#643)Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 150c9a6 - Browse repository at this point
Copy the full SHA 150c9a6View commit details -
Correctly handle trailing whitespace on URL requirements
The input is permitted to end, after trailing whitespace.
Configuration menu - View commit details
-
Copy full SHA for ddf54e1 - Browse repository at this point
Copy the full SHA ddf54e1View commit details -
Eliminate an unnecessary else clause
This is logically equivalent and has a more linear flow.
Configuration menu - View commit details
-
Copy full SHA for 97db717 - Browse repository at this point
Copy the full SHA 97db717View commit details
Commits on Dec 23, 2022
-
refactor
tags._generic_api
to useEXT_SUFFIX
(#607)Co-authored-by: Brett Cannon <brett@python.org>
Configuration menu - View commit details
-
Copy full SHA for 30554f5 - Browse repository at this point
Copy the full SHA 30554f5View commit details
Commits on Dec 27, 2022
-
Allow
"extra"
to beNone
in the marker environmentThis is for compatibility with older behaviour of this API.
Configuration menu - View commit details
-
Copy full SHA for 5c70ed4 - Browse repository at this point
Copy the full SHA 5c70ed4View commit details
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2067970 - Browse repository at this point
Copy the full SHA 2067970View commit details
Commits on Jan 8, 2023
-
Update changelog for release (#656)
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea9dda9 - Browse repository at this point
Copy the full SHA ea9dda9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f2182 - Browse repository at this point
Copy the full SHA e3f2182View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 22.0...23.0