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-10-12 23:37:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycurl (Old) and /work/SRC/openSUSE:Factory/.python-pycurl.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycurl" Thu Oct 12 23:37:18 2023 rev:44 rq:1117519 version:7.45.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycurl/python-pycurl.changes 2023-05-04 17:09:09.775869063 +0200 +++ /work/SRC/openSUSE:Factory/.python-pycurl.new.1807/python-pycurl.changes 2023-10-12 23:37:18.738479374 +0200 @@ -1,0 +2,7 @@ +Thu Oct 12 14:09:12 UTC 2023 - Matej Cepl <mc...@cepl.eu> + +- Skip test_multi_socket_select (gh#pycurl/pycurl#819), + test_multi_socket_action (gh#pycurl/pycurl#729), and + test_request_with_verifypeer (gh#pycurl/pycurl#822). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycurl.spec ++++++ --- /var/tmp/diff_new_pack.THpDt9/_old 2023-10-12 23:37:20.438540913 +0200 +++ /var/tmp/diff_new_pack.THpDt9/_new 2023-10-12 23:37:20.438540913 +0200 @@ -120,7 +120,14 @@ 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)" +dont_test="or test_getinfo " +# test_multi_socket_select fails with new curl gh#pycurl/pycurl#819 +dont_test+="or test_multi_socket_select " +# test_multi_socket_action gh#pycurl/pycurl#729 +dont_test+="or test_multi_socket_action " +# test_request_with_verifypeer for gh#pycurl/pycurl#822 +dont_test+="or test_request_with_verifypeer " +%pytest_arch -s -k "not ($test_flags $dont_test)" rm -rf %{buildroot}%{_prefix}/lib/debug %{buildroot}%{_libdir}/python* # test %endif @@ -129,7 +136,9 @@ %files %{python_files} %license COPYING-LGPL COPYING-MIT %doc AUTHORS ChangeLog README.rst -%{python_sitearch}/* +%{python_sitearch}/curl +%{python_sitearch}/pycurl*.so +%{python_sitearch}/pycurl-%{version}*-info %if 0%{?suse_version} > 1500 %files -n %{name}-doc