Package: python-importlib-metadata / 8.7.1-1

Metadata

Package Version Patches format
python-importlib-metadata 8.7.1-1 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.