Skip to content

Update dependency importlib-metadata to v4

Tine Wittler requested to merge renovate/importlib-metadata-4.x into master

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

Compare Source

=======

  • #​306: Clearer guidance about compatibility in readme.

v4.0.0

Compare Source

=======

  • #​304: PackageMetadata as returned by metadata() and Distribution.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.

Renovate configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, check this box

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports