Hello community, here is the log from the commit of package python-pycurl for openSUSE:Factory checked in at 2019-04-10 23:10:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycurl (Old) and /work/SRC/openSUSE:Factory/.python-pycurl.new.27019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycurl" Wed Apr 10 23:10:58 2019 rev:29 rq:692313 version:7.43.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycurl/python-pycurl.changes 2019-03-29 20:33:51.650629506 +0100 +++ /work/SRC/openSUSE:Factory/.python-pycurl.new.27019/python-pycurl.changes 2019-04-10 23:10:59.771960287 +0200 @@ -1,0 +2,12 @@ +Mon Apr 8 15:35:42 CEST 2019 - Matej Cepl <[email protected]> + +- bsc#1128355: update to the Factory package to get multibuild and + better working tests. +- Refreshed patch against the new minor release tarball: + - pycurl-libssh.patch +- Added patches: + - disable_randomly_failing_tests.patch + - python-pycurl-7.43.0-tls-backend.patch (from + https://src.fedoraproject.org/rpms/python-pycurl/blob/master/f/0002-python-pycurl-7.43.0-tls-backend.patch) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycurl.spec ++++++ --- /var/tmp/diff_new_pack.1o4J3D/_old 2019-04-10 23:11:00.675961313 +0200 +++ /var/tmp/diff_new_pack.1o4J3D/_new 2019-04-10 23:11:00.679961317 +0200 @@ -18,19 +18,16 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} + %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" -%define test 1 +%define psuffix -test %bcond_without test %else +%define psuffix %{nil} %bcond_with test %endif - -%if %{with test} -Name: python-pycurl-%{flavor} -%else -Name: python-pycurl -%endif +Name: python-pycurl%{psuffix} Version: 7.43.0.2 Release: 0 Summary: PycURL -- cURL library module @@ -122,14 +119,14 @@ rm -rf %{buildroot}%{_libexecdir}/debug %{buildroot}%{_libdir}/python* %endif # test +%if ! %{with test} %files %{python_files} %license COPYING-LGPL COPYING-MIT %doc AUTHORS ChangeLog README.rst -%if ! %{with test} %{python_sitearch}/* -%endif %files -n %{name}-doc %doc examples doc/*.rst +%endif %changelog
