Skip to content

Bump packaging from 22.0 to 23.0

HIFIS Bot requested to merge dependabot-pip-packaging-23.0 into main

Bumps packaging from 22.0 to 23.0.

Release notes

Sourced from packaging's releases.

23.0

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/packaging/compare/22.0...23.0

Changelog

Sourced from packaging's changelog.

23.0 - 2023-01-08


* Allow ``"extra"`` to be ``None`` in the marker environment (:issue:`650`)
* Refactor ``tags._generic_api`` to use ``EXT_SUFFIX`` (:issue:`607`)
* Correctly handle trailing whitespace on URL requirements (:issue:`642`)
* Fix typing for ``specifiers.BaseSpecifier.filter()`` (:issue:`643`)
* Use stable Python 3.11 in tests (:issue:`641`)
* Correctly handle non-normalised specifiers in requirements (:issue:`634`)
* Move to ``src/`` layout (:issue:`626`)
* Remove ``__about__`` file, in favour of keeping constants in ``__init__`` (:issue:`626`)
Commits
  • e3f2182 Bump for release
  • ea9dda9 Update changelog for release (#656)
  • 2067970 Fix typos (#648)
  • 5c70ed4 Allow "extra" to be None in the marker environment
  • 30554f5 refactor tags._generic_api to use EXT_SUFFIX (#607)
  • 97db717 Eliminate an unnecessary else clause
  • ddf54e1 Correctly handle trailing whitespace on URL requirements
  • 150c9a6 Fix typing for specifiers.BaseSpecifier.filter() (#643)
  • 5e446f7 Use stable Python 3.11 in tests (#641)
  • c20074d Add a test case for non-normalised specifiers
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports