-
Notifications
You must be signed in to change notification settings - Fork 264
Comparing changes
Open a pull request
base repository: pypa/packaging
base: 23.1
head repository: pypa/packaging
compare: 23.2
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 30d4a1c - Browse repository at this point
Copy the full SHA 30d4a1cView commit details
Commits on Apr 13, 2023
-
Ensure that the entire string is consumed with
parse_marker
(#687)Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 55584fb - Browse repository at this point
Copy the full SHA 55584fbView commit details
Commits on May 24, 2023
-
Create a Security Policy file (#695)
Signed-off-by: Joyce <joycebrum@google.com>
Configuration menu - View commit details
-
Copy full SHA for 1182c88 - Browse repository at this point
Copy the full SHA 1182c88View commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63f4cfe - Browse repository at this point
Copy the full SHA 63f4cfeView commit details
Commits on Jun 13, 2023
-
Remove URL validation from requirement parsing (#684)
The scheme and path validation logic limits how users of the library can provide URL support. This limitation is lifted, and dependants now need to implement their own URL validation logic they see fit. Co-authored-by: Brett Cannon <brett@python.org>
Configuration menu - View commit details
-
Copy full SHA for fe8f0bb - Browse repository at this point
Copy the full SHA fe8f0bbView commit details
Commits on Jun 16, 2023
-
Add types for packaging.version._Version (#665)
This makes interactions with the internal _version object type safe, instead of having them all resolve to Any.
Configuration menu - View commit details
-
Copy full SHA for f8893d4 - Browse repository at this point
Copy the full SHA f8893d4View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b389f3 - Browse repository at this point
Copy the full SHA 2b389f3View commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 538cd15 - Browse repository at this point
Copy the full SHA 538cd15View commit details -
Canonicalize names for requirements comparison (#696)
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com> Co-authored-by: Brett Cannon <brett@python.org>
Configuration menu - View commit details
-
Copy full SHA for e8f839f - Browse repository at this point
Copy the full SHA e8f839fView commit details -
Add platform tag support for LoongArch (#693)
Co-authored-by: Brett Cannon <brett@python.org>
Configuration menu - View commit details
-
Copy full SHA for 2f80de7 - Browse repository at this point
Copy the full SHA 2f80de7View commit details
Commits on Jul 14, 2023
-
Ability to install
armv7l manylinux/musllinux
wheels onarmv8l
(#690Configuration menu - View commit details
-
Copy full SHA for 1277904 - Browse repository at this point
Copy the full SHA 1277904View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3030822 - Browse repository at this point
Copy the full SHA 3030822View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5a7893 - Browse repository at this point
Copy the full SHA e5a7893View commit details -
Fix version regex pattern pre-release labels to be sorted (#705)
deathaxe authoredAug 11, 2023 Configuration menu - View commit details
-
Copy full SHA for e120b49 - Browse repository at this point
Copy the full SHA e120b49View commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 33cc1f7 - Browse repository at this point
Copy the full SHA 33cc1f7View commit details
Commits on Aug 18, 2023
-
Support enriched metadata in
packaging.metadata
(#686)Introduce the `packaging.metadata.Metadata` class which gives an object API similar to `packaging.metadata.RawMetadata` while returning "enriched" objects like `version.Version` where appropriate. It also supports validating the metadata. Part of #570
Configuration menu - View commit details
-
Copy full SHA for 61e6efb - Browse repository at this point
Copy the full SHA 61e6efbView commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e68d82 - Browse repository at this point
Copy the full SHA 7e68d82View commit details
Commits on Sep 1, 2023
-
fix: Detect when a platform is 32-bit more accurately (#711)
When running a 64-bit version of GraalPy (either x86_64 or aarch64), packaging returns the wrong platform tag (either i686 or armv8l). Fix this by using the same default implementation as found in stdlib platform.architecture https://github.com/python/cpython/blob/4d4393139fae39db26dead33529b6ae0bafbfc58/Lib/platform.py#L713-L716 Co-authored-by: Brett Cannon <brett@python.org>
Configuration menu - View commit details
-
Copy full SHA for c1346df - Browse repository at this point
Copy the full SHA c1346dfView commit details
Commits on Sep 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39786bb - Browse repository at this point
Copy the full SHA 39786bbView commit details
Commits on Sep 6, 2023
-
fix: Update copyright date for docs (#713)
Co-authored-by: Brett Cannon <brett@python.org>
Configuration menu - View commit details
-
Copy full SHA for 7023537 - Browse repository at this point
Copy the full SHA 7023537View commit details
Commits on Sep 7, 2023
-
Bump pip version to avoid known vulnerabilities (#720)
Signed-off-by: Joyce <joycebrum@google.com>
Configuration menu - View commit details
-
Copy full SHA for 0206c39 - Browse repository at this point
Copy the full SHA 0206c39View commit details
Commits on Sep 12, 2023
-
Typing annotations fixed (#723)
Co-authored-by: Vasily Zakharov <v.zakharov@wwpass.com>
Configuration menu - View commit details
-
Copy full SHA for b509bef - Browse repository at this point
Copy the full SHA b509befView commit details
Commits on Oct 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 524b701 - Browse repository at this point
Copy the full SHA 524b701View commit details -
Fix code blocks in CHANGELOG.md (#724)
Previously the mixed single/double backtick usage meant the code block didn't end at the correct location and instead ran into the normal text.
Configuration menu - View commit details
-
Copy full SHA for d7ce40d - Browse repository at this point
Copy the full SHA d7ce40dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a5d7d - Browse repository at this point
Copy the full SHA b3a5d7dView commit details
There are no files selected for viewing