Package: python-importlib-metadata / 8.7.1-2

Metadata

Package Version Patches format
python-importlib-metadata 8.7.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 tests compat py39.py Drop py39compat to avoid jaraco.patch | (download)

tests/compat/py39.py | 21 14 + 7 - 0 !
1 file changed, 14 insertions(+), 7 deletions(-)

 tests/compat/py39.py: drop py39compat to avoid jaraco.test

We directly use import_helper and os_helper from python test.support
library. This drops compatibility with Python 3.9 or earlier, but
avoids the usage of jaraco.test library which is not packaged yet.

0002 patch out zipp.patch | (download)

importlib_metadata/__init__.py | 3 1 + 2 - 0 !
pyproject.toml | 3 0 + 3 - 0 !
2 files changed, 1 insertion(+), 5 deletions(-)

---