Path to this page:
Subject: CVS commit: pkgsrc/devel/py-importlib-resources
From: Adam Ciarcinski
Date: 2020-10-21 10:40:54
Message id: 20201021084054.9F43AFB28@cvs.NetBSD.org
Log Message:
py-importlib-resources: updated to 3.0.0
v3.0.0
Package no longer exposes importlib_resources.__version__. Users that wish to \
inspect the version of importlib_resources should instead invoke \
.version('importlib_resources') from importlib-metadata ( stdlib or backport) \
directly. This change eliminates the dependency on importlib_metadata.
Package now always includes its data.
Declare hidden imports for PyInstaller.
v2.0.1
Select pathlib and contextlib imports based on Python version and avoid pulling \
in deprecated [pathlib](https://pypi.org/project/pathlib).
v2.0.0
Loaders are no longer expected to implement the abc.TraversableResources \
interface, but are instead expected to return TraversableResources from their \
get_resource_reader method.
Files: