Skip to content

Bump packaging from 20.8 to 20.9

WKDV Bot requested to merge dependabot/pip/packaging-20.9 into develop

Bumps packaging from 20.8 to 20.9.

Release notes

Sourced from packaging's releases.

Release 20.9

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

Sourced from packaging's changelog.

20.9 - 2021-01-29


* Run `isort <https://pypi.org/project/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`)
Commits

Merge request reports