From e350f35ef8abb7dc51eda6bb0e32793b18bc3aee Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 17 Mar 2026 12:12:52 +0000 Subject: [PATCH] gnu: python-dnspython: Update to 2.8.0. * gnu/packages/python-xyz.scm (python-dnspython): Update to 2.8.0. [arguments] : Clean up redundant skip options. Change-Id: Ieb1f10fb99f10ec9ab6ae8e169a351ef652b6bac --- gnu/packages/python-xyz.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 39e2d58d10..91200ae64e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22424,28 +22424,23 @@ until the object is actually required, and caches the result of said call.") (define-public python-dnspython (package (name "python-dnspython") - (version "2.7.0") + (version "2.8.0") (source (origin (method url-fetch) (uri (pypi-uri "dnspython" version)) (sha256 - (base32 "1wgsbiz90npdi47cilmwdccm29hl9qddzkm533v1rj8dv8p4776f")))) + (base32 "03vdy97rh9kxwzyjymlrw235ljmqk4awcij0khcb2b25jrlkq78q")))) (build-system pyproject-build-system) (arguments (list + ;; tests: 1216 passed, 198 skipped, 2 deselected #:test-flags #~(list ;; AssertionError: assert False "--deselect=tests/test_features.py::test_have" ;; dns.exception.SyntaxError: protocol not found - "--deselect=tests/test_rdata.py::RdataTestCase::test_misc_good_WKS_text" - ;; ECDSA with deterministic signature (RFC 6979) is not supported by - ;; this version of OpenSSL. - "-k" (string-append "not testDeterministicSignatureECDSAP256SHA256" - " and not testSignatureECDSAP256SHA256" - " and not testSignatureECDSAP384SHA384" - " and not test_ecdsa")) + "--deselect=tests/test_rdata.py::RdataTestCase::test_misc_good_WKS_text") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'patch-getprotobyname-calls