New submission from Jason R. Coombs <jar...@jaraco.com>:
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. ---------- assignee: jaraco components: Library (Lib) messages: 388250 nosy: jaraco priority: normal severity: normal status: open title: Sync importlib_metadata enhancements through 3.7. versions: Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43428> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com