Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-urllib3_1 for
openSUSE:Factory checked in at 2026-06-16 18:29:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-urllib3_1 (Old)
and /work/SRC/openSUSE:Factory/.python-urllib3_1.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-urllib3_1"
Tue Jun 16 18:29:18 2026 rev:15 rq:1359739 version:1.26.20
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-urllib3_1/python-urllib3_1.changes
2026-05-21 18:24:33.923726152 +0200
+++
/work/SRC/openSUSE:Factory/.python-urllib3_1.new.1981/python-urllib3_1.changes
2026-06-16 18:29:21.825430968 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 09:35:01 UTC 2026 - Dirk Müller <[email protected]>
+
+- skip more testcases with warnings for cryptography >= 49
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-urllib3_1.spec ++++++
--- /var/tmp/diff_new_pack.SEe2lQ/_old 2026-06-16 18:29:22.873475105 +0200
+++ /var/tmp/diff_new_pack.SEe2lQ/_new 2026-06-16 18:29:22.877475273 +0200
@@ -146,6 +146,9 @@
skiplist+=" or test_requesting_large_resources_via_ssl"
# Latest tornado raises an exception on bad header so this test fails
skiplist+=" or test_skip_header"
+# pycryptography 49 warnings
+skiplist+=" or test_verified_with_context or test_ssl_wrong_system_time or
test_context_combines_with_ca_certs or test_ssl_correct_system_time"
+skiplist+=" or test_no_tls_version_deprecation_with_ssl_version or
test_default_tls_version_deprecations or test_ca_dir_verified or
test_no_tls_version_deprecation_with_ssl_context or test_verified"
# Python 3.12: SSL requests to localhost hang during handshake
python312_skip=" or TestClientCerts or TestSSL or test_cannot_import_ssl or
(TestProxyManager and test_connect)"
%pytest -k "not (${skiplist} ${$python_skip})" --no-success-flaky-report