forked from pool/python-pycurl
Accepting request 555317 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/555317 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=32
This commit is contained in:
committed by
Git OBS Bridge
parent
89d76bd2cf
commit
8d7f4c29b2
@@ -2,7 +2,7 @@ Index: pycurl-7.43.0/tests/runwsgi.py
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- pycurl-7.43.0.orig/tests/runwsgi.py
|
--- pycurl-7.43.0.orig/tests/runwsgi.py
|
||||||
+++ pycurl-7.43.0/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.daemon = True
|
||||||
server_thread.start()
|
server_thread.start()
|
||||||
|
|
||||||
|
3
pycurl-7.43.0.1.tar.gz
Normal file
3
pycurl-7.43.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43231bf2bafde923a6d9bb79e2407342a5f3382c1ef0a3b2e491c6a4e50b91aa
|
||||||
|
size 195861
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa975c19b79b6aa6c0518c0cc2ae33528900478f0b500531dbcdbf05beec584c
|
|
||||||
size 182522
|
|
@@ -1,13 +0,0 @@
|
|||||||
Index: pycurl-7.19.5/src/module.c
|
|
||||||
===================================================================
|
|
||||||
--- pycurl-7.19.5.orig/src/module.c
|
|
||||||
+++ pycurl-7.19.5/src/module.c
|
|
||||||
@@ -416,7 +416,7 @@ initpycurl(void)
|
|
||||||
#undef PYCURL_VERSION_PREFIX_SIZE
|
|
||||||
|
|
||||||
insstr_modinit(d, "version", g_pycurl_useragent);
|
|
||||||
- insstr_modinit(d, "COMPILE_DATE", __DATE__ " " __TIME__);
|
|
||||||
+ //insstr_modinit(d, "COMPILE_DATE", __DATE__ " " __TIME__);
|
|
||||||
insint(d, "COMPILE_PY_VERSION_HEX", PY_VERSION_HEX);
|
|
||||||
insint(d, "COMPILE_LIBCURL_VERSION_NUM", LIBCURL_VERSION_NUM);
|
|
||||||
|
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 8 18:06:28 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 8 19:16:32 UTC 2017 - tbechtold@suse.com
|
Tue Aug 8 19:16:32 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@@ -19,17 +19,15 @@
|
|||||||
%define oldpython python
|
%define oldpython python
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pycurl
|
Name: python-pycurl
|
||||||
Version: 7.43.0
|
Version: 7.43.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PycURL -- cURL library module
|
Summary: PycURL -- cURL library module
|
||||||
License: LGPL-2.1+ and MIT
|
License: LGPL-2.1+ and MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://pycurl.sourceforge.net/
|
Url: http://pycurl.sourceforge.net/
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pycurl/pycurl-%{version}.tar.gz
|
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
|
# 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 bottle}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module flaky}
|
BuildRequires: %{python_module flaky}
|
||||||
@@ -63,7 +61,6 @@ This package contains documentation and examples.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n pycurl-%{version}
|
%setup -q -n pycurl-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user