Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pycurl for openSUSE:Factory 
checked in at 2023-02-28 12:47:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycurl (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycurl.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycurl"

Tue Feb 28 12:47:48 2023 rev:41 rq:1067565 version:7.45.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycurl/python-pycurl.changes      
2023-01-04 17:50:54.733583771 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycurl.new.31432/python-pycurl.changes   
2023-02-28 12:48:05.408265271 +0100
@@ -1,0 +2,5 @@
+Fri Feb 24 09:05:26 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Disable http3 tests if it's not supported
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pycurl.spec ++++++
--- /var/tmp/diff_new_pack.y1PlEF/_old  2023-02-28 12:48:06.248270727 +0100
+++ /var/tmp/diff_new_pack.y1PlEF/_new  2023-02-28 12:48:06.252270754 +0100
@@ -114,6 +114,9 @@
 if ! pkg-config --variable=supported_protocols libcurl|grep -qw SCP; then
     test_flags="$test_flags or ssh"
 fi
+if ! pkg-config --variable=supported_protocols libcurl|grep -qw HTTP3; then
+    test_flags="$test_flags or http_version_3"
+fi
 # test_getinfo are failing with new bottle
 %pytest_arch -s -k "not ($test_flags or test_getinfo)"
 rm -rf %{buildroot}%{_prefix}/lib/debug %{buildroot}%{_libdir}/python*

Reply via email to