Package: python-zeroconf / 0.147.0-2

Metadata

Package Version Patches format
python-zeroconf 0.147.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip some network test.patch | (download)

tests/services/test_types.py | 1 1 + 0 - 0 !
tests/test_core.py | 5 5 + 0 - 0 !
2 files changed, 6 insertions(+)

 skip some network test

0002 Skip test error.patch | (download)

tests/services/test_browser.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip test error

0003 Use benchmark test only if required module is availa.patch | (download)

tests/benchmarks/test_cache.py | 2 2 + 0 - 0 !
tests/benchmarks/test_incoming.py | 2 2 + 0 - 0 !
tests/benchmarks/test_outgoing.py | 2 2 + 0 - 0 !
tests/benchmarks/test_send.py | 1 1 + 0 - 0 !
tests/benchmarks/test_txt_properties.py | 2 2 + 0 - 0 !
5 files changed, 9 insertions(+)

 use benchmark test only if required module is available

CodSpeed is only available for amd64 and arm64.

0004 Lintian fix uses deprecated python stdlib distutils.patch | (download)

build_ext.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 lintian fix: uses-deprecated-python-stdlib distutils

> distutils is deprecated in Python 3.10, removed in Python 3.12.

Use compatibility code from setuptools.