This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients jaraco
Date 2021-03-07.22:54:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615157667.11.0.27235417477.issue43428@roundup.psfhosted.org>
In-reply-to
Content
importlib metadata has added a few important [changes](https://importlib-metadata.readthedocs.io/en/latest/history.html#v3-7-0) since the last sync in issue42382 (importlib_metadata 3.3):

- Performance enhancements to distribution discovery.
- `entry_points` only returns unique distributions.
- Introduces new ``EntryPoints`` object for containing a set of entry points with convenience methods for selecting entry points by group or name.
- Added packages_distributions function to return a mapping of packages to the distributions that provide them.
History
Date User Action Args
2021-03-07 22:54:27jaracosetrecipients: + jaraco
2021-03-07 22:54:27jaracosetmessageid: <1615157667.11.0.27235417477.issue43428@roundup.psfhosted.org>
2021-03-07 22:54:27jaracolinkissue43428 messages
2021-03-07 22:54:26jaracocreate