Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2025-10-24 17:23:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyOpenSSL (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyOpenSSL"

Fri Oct 24 17:23:02 2025 rev:62 rq:1309768 version:25.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL.changes        
2025-09-30 17:49:32.243332721 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.1980/python-pyOpenSSL.changes  
    2025-10-24 17:23:16.451006082 +0200
@@ -1,0 +2,6 @@
+Wed Oct  8 08:34:33 UTC 2025 - Markéta Machová <[email protected]>
+
+- Skip test_client_receives_servers_data failing with openssl 3.6.0
+  and rewrite tests exclusion to be more atomic
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyOpenSSL.spec ++++++
--- /var/tmp/diff_new_pack.feCRGc/_old  2025-10-24 17:23:17.159035886 +0200
+++ /var/tmp/diff_new_pack.feCRGc/_new  2025-10-24 17:23:17.159035886 +0200
@@ -84,12 +84,14 @@
 
 %check
 %if %{with test}
-SKIPPED_TESTS="(network or test_set_tmp_ecdh)"
+SKIPPED_TESTS="network or test_set_tmp_ecdh"
 %if %{__isa_bits} == 32
-SKIPPED_TESTS="(network or test_verify_with_time or test_set_tmp_ecdh)"
+SKIPPED_TESTS="$SKIPPED_TESTS or test_verify_with_time"
 %endif
+# failure with openssl 3.6.0 https://github.com/pyca/pyopenssl/issues/1455
+SKIPPED_TESTS="$SKIPPED_TESTS or test_client_receives_servers_data"
 export LC_ALL=en_US.UTF-8
-%pytest -k "not $SKIPPED_TESTS"
+%pytest -k "not ($SKIPPED_TESTS)"
 %endif
 
 %if !%{with test}

Reply via email to