Package: pycares / 4.9.0-1

Metadata

Package Version Patches format
pycares 4.9.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add DEBCI to CI environments in tests.patch | (download)

tests/test_all.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 add debci to ci environments in tests
0002 Fix expected nodes.patch | (download)

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

 fix expected nodes
0003 fix spf test.patch | (download)

tests/test_all.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 test test_query_txt_chunked expects a specific spf result record.
 The patch makes the test more robust: Instead of checking the exact string, it
 checks the essential components that should be in any valid SPF record.
0004 change shebang to python3.patch | (download)

examples/cares-context-manager.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set shebang line to fetch python3
 Modify the shebang line to be full compatible with Python3.