forked from pool/python-pycurl
Accepting request 692305 from home:mcepl:branches:devel:languages:python
- 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) OBS-URL: https://build.opensuse.org/request/show/692305 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=61
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 8 15:35:42 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 14:20:40 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
Tue Mar 12 14:20:40 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -18,19 +18,16 @@
|
|||||||
|
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define test 1
|
%define psuffix -test
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
%else
|
%else
|
||||||
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
Name: python-pycurl%{psuffix}
|
||||||
%if %{with test}
|
|
||||||
Name: python-pycurl-%{flavor}
|
|
||||||
%else
|
|
||||||
Name: python-pycurl
|
|
||||||
%endif
|
|
||||||
Version: 7.43.0.2
|
Version: 7.43.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PycURL -- cURL library module
|
Summary: PycURL -- cURL library module
|
||||||
|
Reference in New Issue
Block a user