Update dependency importlib-metadata to v4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
importlib-metadata | dependencies | major |
^3.0.0 -> ^4.0.0
|
Release Notes
python/importlib_metadata
v4.0.1
=======
- #306: Clearer guidance about compatibility in readme.
v4.0.0
=======
-
#304:
PackageMetadata
as returned bymetadata()
andDistribution.metadata()
now provides normalized metadata honoring PEP 566:- If a long description is provided in the payload of the
RFC 822 value, it can be retrieved as the
Description
field. - Any multi-line values in the metadata will be returned as such.
- For any multi-line values, line continuation characters are removed. This backward-incompatible change means that any projects relying on the RFC 822 line continuation characters being present must be tolerant to them having been removed.
- Add a
json
property that provides the metadata converted to a JSON-compatible form per PEP 566.
- If a long description is provided in the payload of the
RFC 822 value, it can be retrieved as the
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Tine Wittler