UNCLASSIFIED - NO CUI

Skip to content

Update dependency importlib_metadata to v4.11.4

renovate requested to merge renovate/importlib_metadata-4.x into development

This MR contains the following updates:

Package Type Update Change
importlib_metadata ironbank-pypi minor 4.8.3 -> 4.11.4

Release Notes

python/importlib_metadata

v4.11.4

Compare Source

=======

  • #​379: In PathDistribution._name_from_stem, avoid including parts of the extension in the result.
  • #​381: In PathDistribution._normalized_name, ensure names loaded from the stem of the filename are also normalized, ensuring duplicate entry points by packages varying only by non-normalized name are hidden.

v4.11.3

Compare Source

=======

  • #​372: Removed cast of path items in FastPath, not needed.

v4.11.2

Compare Source

=======

  • #​369: Fixed bug where EntryPoint.extras was returning match objects and not the extras strings.

v4.11.1

Compare Source

=======

  • #​367: In Distribution.requires for egg-info, if requires.txt is empty, return an empty list.

v4.11.0

Compare Source

=======

  • bpo-46246: Added __slots__ to EntryPoints.

v4.10.1

Compare Source

=======

v4.10.0

Compare Source

=======

  • #​354: Removed Distribution._local factory. This functionality was created as a demonstration of the possible implementation. Now, the pep517 <https://pypi.org/project/pep517>_ package provides this functionality directly through pep517.meta.load <https://github.com/pypa/pep517/blob/a942316305395f8f757f210e2b16f738af73f8b8/pep517/meta.py#L63-L73>_.

v4.9.0

Compare Source

======

  • Require Python 3.7 or later.

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.

Edited by renovate

Merge request reports