Path to this page:
Subject: CVS commit: pkgsrc/devel/py-importlib-resources
From: Adam Ciarcinski
Date: 2023-04-04 14:24:08
Message id: 20230404122408.F2BDAFA81@cvs.NetBSD.org
Log Message:
py-importlib-resources: updated to 5.12.0
v5.12.0
* ``importlib_resources`` (backport) now gives
precedence to built-in readers (file system, zip,
namespace packages), providing forward-compatibility
of behaviors like ``MultiplexedPath``.
v5.11.1
* Fixed one more ``EncodingWarning`` in test suite.
v5.11.0
* ``MultiplexedPath`` now honors multiple subdirectories
in ``iterdir`` and ``joinpath``.
Files: