Update dependency packaging to v24
This MR contains the following updates:
Package | Update | Change |
---|---|---|
packaging | major |
==23.2 -> ==24.0
|
Release Notes
pypa/packaging (packaging)
v24.0
What's Changed
- Fix specifier matching when the specifier is long and has an epoch by @SpecLad in https://github.com/pypa/packaging/pull/712
- Clarify version split/join usage by @uranusjr in https://github.com/pypa/packaging/pull/725
- Default optional metadata values to None by @dstufft in https://github.com/pypa/packaging/pull/734
- Stop using deprecated/removed keys by @dstufft in https://github.com/pypa/packaging/pull/739
- Correctly use the ExceptionGroup shim only when needed by @dstufft in https://github.com/pypa/packaging/pull/736
- Update CHANGELOG entry about
validate
kwarg by @pradyunsg in https://github.com/pypa/packaging/pull/731 - Support --disable-gil builds (PEP 703) in packaging.tags by @colesbury in https://github.com/pypa/packaging/pull/728
- Skip
test_glibc_version_string_ctypes_raise_oserror
ifctypes
is unavailable by @kevinchang96 in https://github.com/pypa/packaging/pull/741 - Enable CodeQL by @joycebrum in https://github.com/pypa/packaging/pull/743
- PEP 703: Rename
Py_NOGIL
toPy_GIL_DISABLED
by @hugovk in https://github.com/pypa/packaging/pull/747 - Replace PEP references with PUG links by @jeanas in https://github.com/pypa/packaging/pull/750
- Remove coverage ignore for non-existent file by @shenanigansd in https://github.com/pypa/packaging/pull/752
- Update URLs by @DimitriPapadopoulos in https://github.com/pypa/packaging/pull/764
- Configure dependabot by @joycebrum in https://github.com/pypa/packaging/pull/757
- Hash pin github actions by @joycebrum in https://github.com/pypa/packaging/pull/758
- Apply some refurb suggestions by @DimitriPapadopoulos in https://github.com/pypa/packaging/pull/763
- Appply some bugbear suggestions by @DimitriPapadopoulos in https://github.com/pypa/packaging/pull/761
- Apply some ruff suggestions by @DimitriPapadopoulos in https://github.com/pypa/packaging/pull/772
- Add riscv64 as a supported manylinux architecture by @markdryan in https://github.com/pypa/packaging/pull/751
New Contributors
- @colesbury made their first contribution in https://github.com/pypa/packaging/pull/728
- @kevinchang96 made their first contribution in https://github.com/pypa/packaging/pull/741
- @jeanas made their first contribution in https://github.com/pypa/packaging/pull/750
- @shenanigansd made their first contribution in https://github.com/pypa/packaging/pull/752
- @markdryan made their first contribution in https://github.com/pypa/packaging/pull/751
Full Changelog: https://github.com/pypa/packaging/compare/23.2...24.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.