From e3fc9042a40ddd284e5e0ceef6dd4cf87b97a51f2d8b85d2b533cc033b3fbdd7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Mar 2019 10:30:55 +0000 Subject: [PATCH 1/2] Accepting request 684241 from home:mcepl:branches:devel:languages:python Update URL: field. OBS-URL: https://build.opensuse.org/request/show/684241 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=58 --- python-pycurl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index 84d4dcc..b5834c2 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -18,7 +18,6 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} - %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define test 1 @@ -26,6 +25,7 @@ %else %bcond_with test %endif + %if %{with test} Name: python-pycurl-%{flavor} %else @@ -36,7 +36,7 @@ Release: 0 Summary: PycURL -- cURL library module License: LGPL-2.1-or-later AND MIT Group: Development/Languages/Python -URL: http://pycurl.sourceforge.net/ +URL: http://pycurl.io/ Source: https://files.pythonhosted.org/packages/source/p/pycurl/pycurl-%{version}.tar.gz # PATCH-FIX-OPENSUSE increase_test_timeout.diff -- Increase the timeout in a test so it doesn't fail when obs is overloaded Patch0: increase_test_timeout.diff From fe91328dd330ce073e4fc1786cc3ff49ab1b28079d256031a79dd596b0c879d0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Mar 2019 14:21:24 +0000 Subject: [PATCH 2/2] Fix URL of the project OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=59 --- python-pycurl.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-pycurl.changes b/python-pycurl.changes index 3f5471b..ea4dcf6 100644 --- a/python-pycurl.changes +++ b/python-pycurl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 12 14:20:40 UTC 2019 - Matej Cepl + +- Fix URL of the project + ------------------------------------------------------------------- Wed Feb 6 15:24:44 UTC 2019 - alarrosa@suse.com