pkgsrc/devel/py-importlib-resources
adam 18b26c9b28 py-importlib-resources: updated to 1.3.1
v1.3.1
For improved compatibility, importlib_resources.trees is now imported implicitly.

v1.3.0
Add extensibility support for non-standard loaders to supply Traversable resources. Introduces a new abstract base class abc.TraversableResources that supersedes (but implements for compatibility) abc.ResourceReader. Any loader that implements (implicitly or explicitly) the TraversableResources.files method will be capable of supplying resources with subdirectory support.
Preferred way to access as_file is now from top-level module. importlib_resources.trees.as_file is deprecated and discouraged.
Moved Traversable abc to abc module.
2020-03-15 23:14:40 +00:00
..
DESCR
distinfo py-importlib-resources: updated to 1.3.1 2020-03-15 23:14:40 +00:00
Makefile py-importlib-resources: updated to 1.3.1 2020-03-15 23:14:40 +00:00
PLIST py-importlib-resources: updated to 1.3.1 2020-03-15 23:14:40 +00:00