pypa/packaging
### [`v21.3`](https://togithub.com/pypa/packaging/releases/tag/21.3)
[Compare Source](https://togithub.com/pypa/packaging/compare/21.2...21.3)
- Add a `pp3-none-any` tag ([#311](https://togithub.com/pypa/packaging/issues/311))
- Replace the blank pyparsing 3 exclusion with a 3.0.5 exclusion ([#481](https://togithub.com/pypa/packaging/issues/481), [#486](https://togithub.com/pypa/packaging/issues/486))
- Fix a spelling mistake ([#479](https://togithub.com/pypa/packaging/issues/479))
### [`v21.2`](https://togithub.com/pypa/packaging/releases/tag/21.2)
[Compare Source](https://togithub.com/pypa/packaging/compare/21.1...21.2)
- Update changelog entry for 21.1
**Full Changelog**: https://github.com/pypa/packaging/compare/21.1...21.2
### [`v21.1`](https://togithub.com/pypa/packaging/releases/tag/21.1)
[Compare Source](https://togithub.com/pypa/packaging/compare/21.0...21.1)
#### What's Changed
- Update branch names in release process in [https://github.com/pypa/packaging/pull/444](https://togithub.com/pypa/packaging/pull/444)
- Update changelog for 21.0 in [https://github.com/pypa/packaging/pull/449](https://togithub.com/pypa/packaging/pull/449)
- tags: make \_platform_tags public in[https://github.com/pypa/packaging/pull/446](https://togithub.com/pypa/packaging/pull/446)6
- Add support for Python 3.10 in [https://github.com/pypa/packaging/pull/461](https://togithub.com/pypa/packaging/pull/461)
- Update PyPy CI Specifier in [https://github.com/pypa/packaging/pull/467](https://togithub.com/pypa/packaging/pull/467)
- Limit pyparsing to major version 2 in [https://github.com/pypa/packaging/pull/471](https://togithub.com/pypa/packaging/pull/471)
#### New Contributors
- [@moyiz](https://togithub.com/moyiz) made their first contribution in [https://github.com/pypa/packaging/pull/471](https://togithub.com/pypa/packaging/pull/471)
**Full Changelog**: https://github.com/pypa/packaging/compare/21.0...21.1
### [`v21.0`](https://togithub.com/pypa/packaging/releases/tag/21.0)
[Compare Source](https://togithub.com/pypa/packaging/compare/20.9...21.0)
- PEP 656: musllinux support (:issue:`411`)
- Drop support for Python 2.7, Python 3.4 and Python 3.5.
- Replace distutils usage with sysconfig (:issue:`396`)
- Add support for zip files in `parse_sdist_filename` (:issue:`429`)
- Use cached `_hash` attribute to short-circuit tag equality comparisons (:issue:`417`)
- Specify the default value for the `specifier` argument to `SpecifierSet` (:issue:`437`)
- Proper keyword-only "warn" argument in packaging.tags (:issue:`403`)
- Correctly remove prerelease suffixes from ~= check (:issue:`366`)
- Fix type hints for `Version.post` and `Version.dev` (:issue:`393`)
- Use typing alias `UnparsedVersion` (:issue:`398`)
- Improve type inference for `packaging.specifiers.filter()` (:issue:`430`)
- Tighten the return type of `canonicalize_version()` (:issue:`402`)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
==20.9
->==21.3
Release Notes
pypa/packaging
### [`v21.3`](https://togithub.com/pypa/packaging/releases/tag/21.3) [Compare Source](https://togithub.com/pypa/packaging/compare/21.2...21.3) - Add a `pp3-none-any` tag ([#311](https://togithub.com/pypa/packaging/issues/311)) - Replace the blank pyparsing 3 exclusion with a 3.0.5 exclusion ([#481](https://togithub.com/pypa/packaging/issues/481), [#486](https://togithub.com/pypa/packaging/issues/486)) - Fix a spelling mistake ([#479](https://togithub.com/pypa/packaging/issues/479)) ### [`v21.2`](https://togithub.com/pypa/packaging/releases/tag/21.2) [Compare Source](https://togithub.com/pypa/packaging/compare/21.1...21.2) - Update changelog entry for 21.1 **Full Changelog**: https://github.com/pypa/packaging/compare/21.1...21.2 ### [`v21.1`](https://togithub.com/pypa/packaging/releases/tag/21.1) [Compare Source](https://togithub.com/pypa/packaging/compare/21.0...21.1) #### What's Changed - Update branch names in release process in [https://github.com/pypa/packaging/pull/444](https://togithub.com/pypa/packaging/pull/444) - Update changelog for 21.0 in [https://github.com/pypa/packaging/pull/449](https://togithub.com/pypa/packaging/pull/449) - tags: make \_platform_tags public in[https://github.com/pypa/packaging/pull/446](https://togithub.com/pypa/packaging/pull/446)6 - Add support for Python 3.10 in [https://github.com/pypa/packaging/pull/461](https://togithub.com/pypa/packaging/pull/461) - Update PyPy CI Specifier in [https://github.com/pypa/packaging/pull/467](https://togithub.com/pypa/packaging/pull/467) - Limit pyparsing to major version 2 in [https://github.com/pypa/packaging/pull/471](https://togithub.com/pypa/packaging/pull/471) #### New Contributors - [@moyiz](https://togithub.com/moyiz) made their first contribution in [https://github.com/pypa/packaging/pull/471](https://togithub.com/pypa/packaging/pull/471) **Full Changelog**: https://github.com/pypa/packaging/compare/21.0...21.1 ### [`v21.0`](https://togithub.com/pypa/packaging/releases/tag/21.0) [Compare Source](https://togithub.com/pypa/packaging/compare/20.9...21.0) - PEP 656: musllinux support (:issue:`411`) - Drop support for Python 2.7, Python 3.4 and Python 3.5. - Replace distutils usage with sysconfig (:issue:`396`) - Add support for zip files in `parse_sdist_filename` (:issue:`429`) - Use cached `_hash` attribute to short-circuit tag equality comparisons (:issue:`417`) - Specify the default value for the `specifier` argument to `SpecifierSet` (:issue:`437`) - Proper keyword-only "warn" argument in packaging.tags (:issue:`403`) - Correctly remove prerelease suffixes from ~= check (:issue:`366`) - Fix type hints for `Version.post` and `Version.dev` (:issue:`393`) - Use typing alias `UnparsedVersion` (:issue:`398`) - Improve type inference for `packaging.specifiers.filter()` (:issue:`430`) - Tighten the return type of `canonicalize_version()` (:issue:`402`)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.