chore(deps): update dependency packaging to v23.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
packaging | dependencies | minor |
23.1 -> 23.2
|
Release Notes
pypa/packaging (packaging)
v23.2
What's Changed
- parse_marker should consume the entire source string by @mwerschy in https://github.com/pypa/packaging/pull/687
- Create a Security Policy file by @joycebrum in https://github.com/pypa/packaging/pull/695
- Add python 3.12 to CI by @mayeut in https://github.com/pypa/packaging/pull/689
- Remove URL validation from requirement parsing by @uranusjr in https://github.com/pypa/packaging/pull/684
- Add types for packaging.version._Version by @hauntsaninja in https://github.com/pypa/packaging/pull/665
- Add PyPy 3.10 to CI by @mayeut in https://github.com/pypa/packaging/pull/699
- Remove unused argument in
_manylinux._is_compatible
by @mayeut in https://github.com/pypa/packaging/pull/700 - Canonicalize names for requirements comparison by @astrojuanlu in https://github.com/pypa/packaging/pull/696
- Add platform tag support for LoongArch by @loongson-zn in https://github.com/pypa/packaging/pull/693
- Ability to install
armv7l manylinux/musllinux
wheels onarmv8l
by @mayeut in https://github.com/pypa/packaging/pull/690 - Include CHANGELOG.rst in sdist by @astrojuanlu in https://github.com/pypa/packaging/pull/704
- Update pyupgrade to Python 3.7+ by @fangchenli in https://github.com/pypa/packaging/pull/580
- Fix version pattern pre-releases by @deathaxe in https://github.com/pypa/packaging/pull/705
- Fix typos found by codespell by @DimitriPapadopoulos in https://github.com/pypa/packaging/pull/706
- Support enriched metadata by @brettcannon in https://github.com/pypa/packaging/pull/686
- Correct rST syntax in CHANGELOG.rst by @atugushev in https://github.com/pypa/packaging/pull/709
- fix: platform tag for GraalPy by @mayeut in https://github.com/pypa/packaging/pull/711
- Document that this library uses a calendar-based versioning scheme by @faph in https://github.com/pypa/packaging/pull/717
- fix: Update copyright date for docs by @garrypolley in https://github.com/pypa/packaging/pull/713
- Bump pip version to avoid known vulnerabilities by @joycebrum in https://github.com/pypa/packaging/pull/720
- Typing annotations fixed in version.py by @jolaf in https://github.com/pypa/packaging/pull/723
- parse_{sdist,wheel}_filename: don't raise InvalidVersion by @SpecLad in https://github.com/pypa/packaging/pull/721
- Fix code blocks in CHANGELOG.md by @edmorley in https://github.com/pypa/packaging/pull/724
New Contributors
- @mwerschy made their first contribution in https://github.com/pypa/packaging/pull/687
- @joycebrum made their first contribution in https://github.com/pypa/packaging/pull/695
- @astrojuanlu made their first contribution in https://github.com/pypa/packaging/pull/696
- @loongson-zn made their first contribution in https://github.com/pypa/packaging/pull/693
- @fangchenli made their first contribution in https://github.com/pypa/packaging/pull/580
- @deathaxe made their first contribution in https://github.com/pypa/packaging/pull/705
- @DimitriPapadopoulos made their first contribution in https://github.com/pypa/packaging/pull/706
- @atugushev made their first contribution in https://github.com/pypa/packaging/pull/709
- @faph made their first contribution in https://github.com/pypa/packaging/pull/717
- @garrypolley made their first contribution in https://github.com/pypa/packaging/pull/713
- @jolaf made their first contribution in https://github.com/pypa/packaging/pull/723
- @SpecLad made their first contribution in https://github.com/pypa/packaging/pull/721
- @edmorley made their first contribution in https://github.com/pypa/packaging/pull/724
Full Changelog: https://github.com/pypa/packaging/compare/23.1...23.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.