Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-eventlet for openSUSE:Factory checked in at 2022-11-12 17:40:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-eventlet (Old) and /work/SRC/openSUSE:Factory/.python-eventlet.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-eventlet" Sat Nov 12 17:40:11 2022 rev:43 rq:1035219 version:0.33.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes 2022-08-20 20:27:59.877241981 +0200 +++ /work/SRC/openSUSE:Factory/.python-eventlet.new.1597/python-eventlet.changes 2022-11-12 17:40:23.157888243 +0100 @@ -1,0 +2,6 @@ +Wed Nov 9 10:52:49 UTC 2022 - Pedro Monreal <pmonr...@suse.com> + +- Fix build with OpenSSL 3.0 [bsc#1205042] + * Temporarily disable test_017_ssl_zeroreturnerror + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-eventlet.spec ++++++ --- /var/tmp/diff_new_pack.CEOygX/_old 2022-11-12 17:40:23.825892219 +0100 +++ /var/tmp/diff_new_pack.CEOygX/_new 2022-11-12 17:40:23.829892243 +0100 @@ -98,6 +98,8 @@ skiptests+=" or test_fork_after_monkey_patch or test_send_1k_req_rep or test_cpu_usage_after_bind" # tracebacks in denosed suite with pytest inside obs presumably work different than when upstream is running nose? skiptests+=" or test_leakage_from_tracebacks" +# temporarily disable to build with OpenSSL 3.0 bsc#1205042 +skiptests+=" or test_017_ssl_zeroreturnerror" # it is racy, see: https://lore.kernel.org/all/CADVnQy=AnJY9NZ3w_xNghEG80-DhsXL0r_vEtkr=dmz0ugc...@mail.gmail.com/ (bsc#1202188) skiptests+=" or test_018b_http_10_keepalive_framing"