Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dnspython for
openSUSE:Factory checked in at 2026-09-07 11:29:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dnspython (Old)
and /work/SRC/openSUSE:Factory/.python-dnspython.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dnspython"
Mon Sep 7 11:29:37 2026 rev:42 rq:1375549 version:2.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dnspython/python-dnspython.changes
2025-09-17 16:37:06.028799438 +0200
+++
/work/SRC/openSUSE:Factory/.python-dnspython.new.1265/python-dnspython.changes
2026-09-07 11:30:35.581653799 +0200
@@ -1,0 +2,5 @@
+Thu Sep 3 07:42:58 UTC 2026 - Markéta Machová <[email protected]>
+
+- Skip tests failing with idna 1.19
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dnspython.spec ++++++
--- /var/tmp/diff_new_pack.ZW3eHb/_old 2026-09-07 11:30:36.289678608 +0200
+++ /var/tmp/diff_new_pack.ZW3eHb/_new 2026-09-07 11:30:36.290678643 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-dnspython
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -126,7 +126,8 @@
# TODO: reenable once TW ships openssl >= 3.2.0
rm tests/test_dnssec.py
rm tests/test_dnssecalgs.py
-%pytest
+# testFromUnicodeIDNA2008, testToUnicode5 - failing with idna 1.19
https://github.com/rthalley/dnspython/commit/6af77d7e6762f951dd6fcc4018a2cf25a06700cd
+%pytest -k "not (testFromUnicodeIDNA2008 or testToUnicode5)"
%endif
%if !%{with test}