Path to this page:
Subject: CVS commit: pkgsrc/devel/py-importlib-metadata
From: Adam Ciarcinski
Date: 2020-06-12 08:59:03
Message id: 20200612065903.DAA10FB27@cvs.NetBSD.org
Log Message:
py-importlib-metadata: updated to 1.6.1
v1.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.
Files: