Marcel Telka
2024-02-19 bc18902c4a0b009eb924976c0224c7f9c80170d9
python/dnspython: update to 2.6.1

3 files modified
20 ■■■■ changed files
components/python/dnspython/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/dnspython/patches/01-test-skip-internet.patch 4 ●●●● patch | view | raw | blame | history
components/python/dnspython/test/results-all.master 12 ●●●● patch | view | raw | blame | history
components/python/dnspython/Makefile
@@ -19,10 +19,10 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        dnspython
HUMAN_VERSION =            2.6.0
HUMAN_VERSION =            2.6.1
COMPONENT_SUMMARY =        dnspython - DNS toolkit
COMPONENT_ARCHIVE_HASH =    \
    sha256:233f871ff384d84c33b2eaf4358ffe7f8927eae3b257ad8467f9bdba7e7ac6bc
    sha256:e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc
COMPONENT_LICENSE =        ISC
COMPONENT_LICENSE_FILE =    LICENSE
components/python/dnspython/patches/01-test-skip-internet.patch
@@ -1,5 +1,5 @@
--- dnspython-2.6.0/tests/test_resolver_override.py.orig
+++ dnspython-2.6.0/tests/test_resolver_override.py
--- dnspython-2.6.1/tests/test_resolver_override.py.orig
+++ dnspython-2.6.1/tests/test_resolver_override.py
@@ -10,6 +10,8 @@
 import dns.resolver
 import tests.util
components/python/dnspython/test/results-all.master
@@ -2,7 +2,7 @@
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
collecting ... collected 1337 items
collecting ... collected 1345 items
tests/test_address.py::IPv4Tests::test_invalid PASSED
tests/test_address.py::IPv4Tests::test_valid PASSED
@@ -45,9 +45,13 @@
tests/test_async.py::IgnoreErrors::test_bad_wire PASSED
tests/test_async.py::IgnoreErrors::test_bad_wire_not_ignored PASSED
tests/test_async.py::IgnoreErrors::test_good_mock PASSED
tests/test_async.py::IgnoreErrors::test_good_wire_with_truncation_flag_and_no_truncation_raise PASSED
tests/test_async.py::IgnoreErrors::test_good_wire_with_truncation_flag_and_truncation_raise PASSED
tests/test_async.py::IgnoreErrors::test_not_response_not_ignored_udp_level PASSED
tests/test_async.py::IgnoreErrors::test_trailing_wire PASSED
tests/test_async.py::IgnoreErrors::test_trailing_wire_not_ignored PASSED
tests/test_async.py::IgnoreErrors::test_wrong_id_wire_with_truncation_flag_and_no_truncation_raise PASSED
tests/test_async.py::IgnoreErrors::test_wrong_id_wire_with_truncation_flag_and_truncation_raise PASSED
tests/test_async.py::MiscBackend::test_bogus_backend PASSED
tests/test_async.py::MiscBackend::test_sniff_without_run_loop PASSED
tests/test_async.py::MiscQuery::test_source_tuple PASSED
@@ -575,9 +579,13 @@
tests/test_query.py::IgnoreErrors::test_bad_wire PASSED
tests/test_query.py::IgnoreErrors::test_bad_wire_not_ignored PASSED
tests/test_query.py::IgnoreErrors::test_good_mock PASSED
tests/test_query.py::IgnoreErrors::test_good_wire_with_truncation_flag_and_no_truncation_raise PASSED
tests/test_query.py::IgnoreErrors::test_good_wire_with_truncation_flag_and_truncation_raise PASSED
tests/test_query.py::IgnoreErrors::test_not_response_not_ignored_udp_level PASSED
tests/test_query.py::IgnoreErrors::test_trailing_wire PASSED
tests/test_query.py::IgnoreErrors::test_trailing_wire_not_ignored PASSED
tests/test_query.py::IgnoreErrors::test_wrong_id_wire_with_truncation_flag_and_no_truncation_raise PASSED
tests/test_query.py::IgnoreErrors::test_wrong_id_wire_with_truncation_flag_and_truncation_raise PASSED
tests/test_query.py::LowLevelWaitTests::test_wait_for PASSED
tests/test_query.py::MiscTests::test_matches_destination PASSED
tests/test_query.py::QueryTests::testQueryTCP PASSED
@@ -1342,4 +1350,4 @@
tests/test_zonedigest.py::ZoneDigestTestCase::test_zonemd_unknown_hash_algorithm PASSED
tests/test_zonedigest.py::ZoneDigestTestCase::test_zonemd_unknown_scheme PASSED
======== 1308 passed, 29 skipped ========
======== 1316 passed, 29 skipped ========