Hello community, here is the log from the commit of package python-pycurl for openSUSE:Factory checked in at 2017-12-10 18:17:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycurl (Old) and /work/SRC/openSUSE:Factory/.python-pycurl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycurl" Sun Dec 10 18:17:07 2017 rev:18 rq:555536 version:7.43.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycurl/python-pycurl.changes 2017-08-14 12:37:19.310734761 +0200 +++ /work/SRC/openSUSE:Factory/.python-pycurl.new/python-pycurl.changes 2017-12-10 18:17:09.620008195 +0100 @@ -1,0 +2,12 @@ +Fri Dec 8 18:06:28 UTC 2017 - [email protected] + +- refreshed patch increase_test_timeout.diff (updated line number) + +- removed patch pycurl-no-runtime-curlvercheck.patch (included upstream) + +- update to version 7.43.0.1: + * This release collects fixes and improvements made over the past + two years,notably updating Windows dependencies to address DNS + resolution andTLS connection issues. + +------------------------------------------------------------------- Old: ---- pycurl-7.43.0.tar.gz pycurl-no-runtime-curlvercheck.patch New: ---- pycurl-7.43.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycurl.spec ++++++ --- /var/tmp/diff_new_pack.Q9Abj3/_old 2017-12-10 18:17:10.447968758 +0100 +++ /var/tmp/diff_new_pack.Q9Abj3/_new 2017-12-10 18:17:10.451968567 +0100 @@ -19,17 +19,15 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pycurl -Version: 7.43.0 +Version: 7.43.0.1 Release: 0 Summary: PycURL -- cURL library module License: LGPL-2.1+ and MIT Group: Development/Languages/Python Url: http://pycurl.sourceforge.net/ Source: https://files.pythonhosted.org/packages/source/p/pycurl/pycurl-%{version}.tar.gz -# PATCH-FIX-UPSTREAM remove __DATE__ and __TIME__ -Patch0: pycurl-no-runtime-curlvercheck.patch # PATCH-FIX-OPENSUSE increase_test_timeout.diff -- Increase the timeout in a test so it doesn't fail when obs is overloaded -Patch1: increase_test_timeout.diff +Patch0: increase_test_timeout.diff BuildRequires: %{python_module bottle} BuildRequires: %{python_module devel} BuildRequires: %{python_module flaky} @@ -63,7 +61,6 @@ %prep %setup -q -n pycurl-%{version} %patch0 -p1 -%patch1 -p1 %build export CFLAGS="%{optflags}" ++++++ increase_test_timeout.diff ++++++ --- /var/tmp/diff_new_pack.Q9Abj3/_old 2017-12-10 18:17:10.467967805 +0100 +++ /var/tmp/diff_new_pack.Q9Abj3/_new 2017-12-10 18:17:10.467967805 +0100 @@ -2,16 +2,16 @@ =================================================================== --- pycurl-7.43.0.orig/tests/runwsgi.py +++ pycurl-7.43.0/tests/runwsgi.py -@@ -55,10 +55,10 @@ def start_bottle_server(app, port, serve +@@ -48,10 +48,10 @@ def start_bottle_server(app, port, serve server_thread.daemon = True server_thread.start() - + - ok = util.wait_for_network_service(('127.0.0.1', port), 0.1, 10) + ok = util.wait_for_network_service(('127.0.0.1', port), 0.1, 30) if not ok: import warnings - warnings.warn('Server did not start after 1 second') + warnings.warn('Server did not start after 3 seconds') - + return server_thread.server ++++++ pycurl-7.43.0.tar.gz -> pycurl-7.43.0.1.tar.gz ++++++ ++++ 6070 lines of diff (skipped)
