UNCLASSIFIED - NO CUI

Skip to content

Update dependency packaging to v21

renovate requested to merge renovate/packaging-21.x into development

This MR contains the following updates:

Package Update Change
packaging major ==20.4 -> ==21.3

Release Notes

pypa/packaging

v21.3

Compare Source

  • Add a pp3-none-any tag (#​311)
  • Replace the blank pyparsing 3 exclusion with a 3.0.5 exclusion (#​481, #​486)
  • Fix a spelling mistake (#​479)

v21.2

Compare Source

  • Update changelog entry for 21.1

Full Changelog: https://github.com/pypa/packaging/compare/21.1...21.2

v21.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/packaging/compare/21.0...21.1

v21.0

Compare Source

  • 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)

v20.9

Compare Source

  • Run isort over the code base (:issue:377)
  • Add support for the macosx_10_*_universal2 platform tags (:issue:379)
  • Introduce packaging.utils.parse_wheel_filename() and parse_sdist_filename() (:issue:387 and :issue:389)

v20.8

Compare Source

  • Revert back to setuptools for compatibility purposes for some Linux distros (:issue:363)
  • Do not insert an underscore in wheel tags when the interpreter version number is more than 2 digits (:issue:372)

v20.7

Compare Source

v20.6

Compare Source

v20.5

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports