Commit Graph

1 Commits

Author SHA1 Message Date
Leon Anavi
14c95befb3 python3-importlib-metadata: Upgrade 1.5.2 -> 1.6.1
Upgrade to release 1.6.1:

- Added Distribution._local() as a provisional demonstration of
  how to load metadata for a local package. Implicitly requires
  that pep517 is installed
- Ensure inputs to FastPath are Unicode
- Tests now rely on importlib.resources.files (and backport)
  instead of the older path function.
- Support any iterable from find_distributions
- Added module and attr attributes to EntryPoint

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:18 -07:00