pypa/packaging (packaging)
### [`v24.2`](https://redirect.github.com/pypa/packaging/releases/tag/24.2)
[Compare Source](https://redirect.github.com/pypa/packaging/compare/24.1...24.2)
#### What's Changed
- The source is auto-formatted with ruff, not black by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/798](https://redirect.github.com/pypa/packaging/pull/798)
- Bump the github-actions group across 1 directory with 3 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/813](https://redirect.github.com/pypa/packaging/pull/813)
- Apply ruff rules (RUF) by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/800](https://redirect.github.com/pypa/packaging/pull/800)
- Fix typo in Version `__str__` by [@aryanpingle](https://redirect.github.com/aryanpingle) in [https://github.com/pypa/packaging/pull/817](https://redirect.github.com/pypa/packaging/pull/817)
- Bump the github-actions group with 3 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/819](https://redirect.github.com/pypa/packaging/pull/819)
- Get rid of duplicate test cases by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/821](https://redirect.github.com/pypa/packaging/pull/821)
- Fix doc for canonicalize_version and a typo in a docstring by [@Laurent-Dx](https://redirect.github.com/Laurent-Dx) in [https://github.com/pypa/packaging/pull/801](https://redirect.github.com/pypa/packaging/pull/801)
- docs: public/base_version comparison by [@henryiii](https://redirect.github.com/henryiii) in [https://github.com/pypa/packaging/pull/818](https://redirect.github.com/pypa/packaging/pull/818)
- Apply ruff/bugbear rules (B) by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/787](https://redirect.github.com/pypa/packaging/pull/787)
- Apply ruff/pyupgrade rules (UP) by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/786](https://redirect.github.com/pypa/packaging/pull/786)
- Add a changelog entry for dropping Python 3.7 support by [@alexwlchan](https://redirect.github.com/alexwlchan) in [https://github.com/pypa/packaging/pull/824](https://redirect.github.com/pypa/packaging/pull/824)
- Patch python_full_version unconditionally by [@jaraco](https://redirect.github.com/jaraco) in [https://github.com/pypa/packaging/pull/825](https://redirect.github.com/pypa/packaging/pull/825)
- Refactor canonicalize_version by [@jaraco](https://redirect.github.com/jaraco) in [https://github.com/pypa/packaging/pull/793](https://redirect.github.com/pypa/packaging/pull/793)
- Allow creating a SpecifierSet from a list of specifiers by [@pfmoore](https://redirect.github.com/pfmoore) in [https://github.com/pypa/packaging/pull/777](https://redirect.github.com/pypa/packaging/pull/777)
- Fix uninformative error message by [@abravalheri](https://redirect.github.com/abravalheri) in [https://github.com/pypa/packaging/pull/830](https://redirect.github.com/pypa/packaging/pull/830)
- Fix prerelease detection for `>` and `<` by [@notatallshaw](https://redirect.github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/794](https://redirect.github.com/pypa/packaging/pull/794)
- Bump the github-actions group across 1 directory with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/839](https://redirect.github.com/pypa/packaging/pull/839)
- Add support for PEP 730 iOS tags. by [@freakboy3742](https://redirect.github.com/freakboy3742) in [https://github.com/pypa/packaging/pull/832](https://redirect.github.com/pypa/packaging/pull/832)
- Update the changelog to reflect 24.1 changes by [@pradyunsg](https://redirect.github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/840](https://redirect.github.com/pypa/packaging/pull/840)
- Mention updating changelog in release process by [@pradyunsg](https://redirect.github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/841](https://redirect.github.com/pypa/packaging/pull/841)
- Add a comment as to why `Metadata.name` isn't normalized by [@brettcannon](https://redirect.github.com/brettcannon) in [https://github.com/pypa/packaging/pull/842](https://redirect.github.com/pypa/packaging/pull/842)
- Use !r formatter for error messages with filenames. by [@Carreau](https://redirect.github.com/Carreau) in [https://github.com/pypa/packaging/pull/844](https://redirect.github.com/pypa/packaging/pull/844)
- PEP 639: Implement License-Expression and License-File by [@ewdurbin](https://redirect.github.com/ewdurbin) in [https://github.com/pypa/packaging/pull/828](https://redirect.github.com/pypa/packaging/pull/828)
- Bump the github-actions group with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/852](https://redirect.github.com/pypa/packaging/pull/852)
- Upgrade to latest mypy by [@hauntsaninja](https://redirect.github.com/hauntsaninja) in [https://github.com/pypa/packaging/pull/853](https://redirect.github.com/pypa/packaging/pull/853)
- Extraneous quotes by [@ewdurbin](https://redirect.github.com/ewdurbin) in [https://github.com/pypa/packaging/pull/848](https://redirect.github.com/pypa/packaging/pull/848)
#### New Contributors
- [@aryanpingle](https://redirect.github.com/aryanpingle) made their first contribution in [https://github.com/pypa/packaging/pull/817](https://redirect.github.com/pypa/packaging/pull/817)
- [@Laurent-Dx](https://redirect.github.com/Laurent-Dx) made their first contribution in [https://github.com/pypa/packaging/pull/801](https://redirect.github.com/pypa/packaging/pull/801)
- [@alexwlchan](https://redirect.github.com/alexwlchan) made their first contribution in [https://github.com/pypa/packaging/pull/824](https://redirect.github.com/pypa/packaging/pull/824)
- [@jaraco](https://redirect.github.com/jaraco) made their first contribution in [https://github.com/pypa/packaging/pull/825](https://redirect.github.com/pypa/packaging/pull/825)
- [@notatallshaw](https://redirect.github.com/notatallshaw) made their first contribution in [https://github.com/pypa/packaging/pull/794](https://redirect.github.com/pypa/packaging/pull/794)
- [@freakboy3742](https://redirect.github.com/freakboy3742) made their first contribution in [https://github.com/pypa/packaging/pull/832](https://redirect.github.com/pypa/packaging/pull/832)
- [@Carreau](https://redirect.github.com/Carreau) made their first contribution in [https://github.com/pypa/packaging/pull/844](https://redirect.github.com/pypa/packaging/pull/844)
- [@ewdurbin](https://redirect.github.com/ewdurbin) made their first contribution in [https://github.com/pypa/packaging/pull/828](https://redirect.github.com/pypa/packaging/pull/828)
**Full Changelog**: https://github.com/pypa/packaging/compare/24.1...24.2
Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==24.1
->==24.2
Release Notes
pypa/packaging (packaging)
### [`v24.2`](https://redirect.github.com/pypa/packaging/releases/tag/24.2) [Compare Source](https://redirect.github.com/pypa/packaging/compare/24.1...24.2) #### What's Changed - The source is auto-formatted with ruff, not black by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/798](https://redirect.github.com/pypa/packaging/pull/798) - Bump the github-actions group across 1 directory with 3 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/813](https://redirect.github.com/pypa/packaging/pull/813) - Apply ruff rules (RUF) by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/800](https://redirect.github.com/pypa/packaging/pull/800) - Fix typo in Version `__str__` by [@aryanpingle](https://redirect.github.com/aryanpingle) in [https://github.com/pypa/packaging/pull/817](https://redirect.github.com/pypa/packaging/pull/817) - Bump the github-actions group with 3 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/819](https://redirect.github.com/pypa/packaging/pull/819) - Get rid of duplicate test cases by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/821](https://redirect.github.com/pypa/packaging/pull/821) - Fix doc for canonicalize_version and a typo in a docstring by [@Laurent-Dx](https://redirect.github.com/Laurent-Dx) in [https://github.com/pypa/packaging/pull/801](https://redirect.github.com/pypa/packaging/pull/801) - docs: public/base_version comparison by [@henryiii](https://redirect.github.com/henryiii) in [https://github.com/pypa/packaging/pull/818](https://redirect.github.com/pypa/packaging/pull/818) - Apply ruff/bugbear rules (B) by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/787](https://redirect.github.com/pypa/packaging/pull/787) - Apply ruff/pyupgrade rules (UP) by [@DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/786](https://redirect.github.com/pypa/packaging/pull/786) - Add a changelog entry for dropping Python 3.7 support by [@alexwlchan](https://redirect.github.com/alexwlchan) in [https://github.com/pypa/packaging/pull/824](https://redirect.github.com/pypa/packaging/pull/824) - Patch python_full_version unconditionally by [@jaraco](https://redirect.github.com/jaraco) in [https://github.com/pypa/packaging/pull/825](https://redirect.github.com/pypa/packaging/pull/825) - Refactor canonicalize_version by [@jaraco](https://redirect.github.com/jaraco) in [https://github.com/pypa/packaging/pull/793](https://redirect.github.com/pypa/packaging/pull/793) - Allow creating a SpecifierSet from a list of specifiers by [@pfmoore](https://redirect.github.com/pfmoore) in [https://github.com/pypa/packaging/pull/777](https://redirect.github.com/pypa/packaging/pull/777) - Fix uninformative error message by [@abravalheri](https://redirect.github.com/abravalheri) in [https://github.com/pypa/packaging/pull/830](https://redirect.github.com/pypa/packaging/pull/830) - Fix prerelease detection for `>` and `<` by [@notatallshaw](https://redirect.github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/794](https://redirect.github.com/pypa/packaging/pull/794) - Bump the github-actions group across 1 directory with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/839](https://redirect.github.com/pypa/packaging/pull/839) - Add support for PEP 730 iOS tags. by [@freakboy3742](https://redirect.github.com/freakboy3742) in [https://github.com/pypa/packaging/pull/832](https://redirect.github.com/pypa/packaging/pull/832) - Update the changelog to reflect 24.1 changes by [@pradyunsg](https://redirect.github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/840](https://redirect.github.com/pypa/packaging/pull/840) - Mention updating changelog in release process by [@pradyunsg](https://redirect.github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/841](https://redirect.github.com/pypa/packaging/pull/841) - Add a comment as to why `Metadata.name` isn't normalized by [@brettcannon](https://redirect.github.com/brettcannon) in [https://github.com/pypa/packaging/pull/842](https://redirect.github.com/pypa/packaging/pull/842) - Use !r formatter for error messages with filenames. by [@Carreau](https://redirect.github.com/Carreau) in [https://github.com/pypa/packaging/pull/844](https://redirect.github.com/pypa/packaging/pull/844) - PEP 639: Implement License-Expression and License-File by [@ewdurbin](https://redirect.github.com/ewdurbin) in [https://github.com/pypa/packaging/pull/828](https://redirect.github.com/pypa/packaging/pull/828) - Bump the github-actions group with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pypa/packaging/pull/852](https://redirect.github.com/pypa/packaging/pull/852) - Upgrade to latest mypy by [@hauntsaninja](https://redirect.github.com/hauntsaninja) in [https://github.com/pypa/packaging/pull/853](https://redirect.github.com/pypa/packaging/pull/853) - Extraneous quotes by [@ewdurbin](https://redirect.github.com/ewdurbin) in [https://github.com/pypa/packaging/pull/848](https://redirect.github.com/pypa/packaging/pull/848) #### New Contributors - [@aryanpingle](https://redirect.github.com/aryanpingle) made their first contribution in [https://github.com/pypa/packaging/pull/817](https://redirect.github.com/pypa/packaging/pull/817) - [@Laurent-Dx](https://redirect.github.com/Laurent-Dx) made their first contribution in [https://github.com/pypa/packaging/pull/801](https://redirect.github.com/pypa/packaging/pull/801) - [@alexwlchan](https://redirect.github.com/alexwlchan) made their first contribution in [https://github.com/pypa/packaging/pull/824](https://redirect.github.com/pypa/packaging/pull/824) - [@jaraco](https://redirect.github.com/jaraco) made their first contribution in [https://github.com/pypa/packaging/pull/825](https://redirect.github.com/pypa/packaging/pull/825) - [@notatallshaw](https://redirect.github.com/notatallshaw) made their first contribution in [https://github.com/pypa/packaging/pull/794](https://redirect.github.com/pypa/packaging/pull/794) - [@freakboy3742](https://redirect.github.com/freakboy3742) made their first contribution in [https://github.com/pypa/packaging/pull/832](https://redirect.github.com/pypa/packaging/pull/832) - [@Carreau](https://redirect.github.com/Carreau) made their first contribution in [https://github.com/pypa/packaging/pull/844](https://redirect.github.com/pypa/packaging/pull/844) - [@ewdurbin](https://redirect.github.com/ewdurbin) made their first contribution in [https://github.com/pypa/packaging/pull/828](https://redirect.github.com/pypa/packaging/pull/828) **Full Changelog**: https://github.com/pypa/packaging/compare/24.1...24.2Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.