Path to this page:
Subject: CVS commit: pkgsrc/devel/py-importlib-metadata
From: Adam Ciarcinski
Date: 2022-05-12 07:13:15
Message id: 20220512051315.89727FA94@cvs.NetBSD.org
Log Message:
py-importlib-metadata: updated to 4.11.3
v4.11.3
* Removed cast of path items in FastPath, not needed.
v4.11.2
* Fixed bug where ``EntryPoint.extras`` was returning
match objects and not the extras strings.
v4.11.1
* In ``Distribution.requires`` for egg-info, if ``requires.txt``
is empty, return an empty list.
v4.11.0
* bpo-46246: Added ``__slots__`` to ``EntryPoints``.
v4.10.2
* Avoid leaking ``method_name`` in ``DeprecatedList``.
Files: