Path to this page:
Subject: CVS commit: pkgsrc/devel/py-importlib-resources
From: Adam Ciarcinski
Date: 2024-03-24 20:24:42
Message id: 20240324192442.A58B1FA2C@cvs.NetBSD.org
Log Message:
py-importlib-resources: updated to 6.4.0
v6.4.0
Features
- The functions
``is_resource()``,
``open_binary()``,
``open_text()``,
``path()``,
``read_binary()``, and
``read_text()`` are un-deprecated, and support
subdirectories via multiple positional arguments.
The ``contents()`` function also allows subdirectories,
but remains deprecated.
- Deferred select imports in for a speedup.
v6.3.2
Bugfixes
- Restored expectation that local standard readers are preferred over degenerate \
readers.
v6.3.1
Bugfixes
- Restored expectation that stdlib readers are suppressed on Python 3.10.
v6.3.0
Features
- Add ``Anchor`` to ``importlib.resources`` (in order for the code to comply \
with the documentation)
v6.2.0
Features
- Future compatibility adapters now ensure that standard library readers are \
replaced without overriding non-standard readers.
Files: