File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ Include changes from `importlib_metadata 3.7
2+ <https://importlib-metadata.readthedocs.io/en/latest/history.html#v3-7-0> `_:
3+
4+ - Performance enhancements to distribution discovery. - ``entry_points ``
5+ only returns unique distributions. - Introduces new ``EntryPoints `` object
6+ for containing a set of entry points with convenience methods for selecting
7+ entry points by group or name. ``entry_points `` now returns this object if
8+ selection parameters are supplied but continues to return a dict object for
9+ compatibility. Users are encouraged to rely on the selection interface. The
10+ dict object result is likely to be deprecated in the future. - Added
11+ packages_distributions function to return a mapping of packages to the
12+ distributions that provide them.
You can’t perform that action at this time.
0 commit comments