forked from pool/python-ndg-httpsclient
Accepting request 519151 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/519151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ndg-httpsclient?expand=0&rev=2
This commit is contained in:
commit
4b9c58f7ae
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 24 13:46:22 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
- singlespec auto-conversion
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 12 07:20:53 UTC 2015 - t.gruner@katodev.de
|
Fri Jun 12 07:20:53 UTC 2015 - t.gruner@katodev.de
|
||||||
|
|
||||||
@ -38,3 +43,4 @@ Fri Jun 12 07:20:53 UTC 2015 - t.gruner@katodev.de
|
|||||||
0.1.0
|
0.1.0
|
||||||
-----
|
-----
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ndg-httpsclient
|
# spec file for package python-ndg-httpsclient
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -13,25 +13,25 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-ndg-httpsclient
|
Name: python-ndg-httpsclient
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-2-Clause
|
|
||||||
Summary: Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
|
Summary: Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
|
||||||
Url: https://github.com/cedadev/ndg_httpsclient/
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://pypi.python.org/packages/source/n/ndg-httpsclient/ndg_httpsclient-%{version}.tar.gz
|
Url: https://github.com/cedadev/ndg_httpsclient/
|
||||||
BuildRequires: python-devel
|
Source: https://files.pythonhosted.org/packages/source/n/ndg_httpsclient/ndg_httpsclient-%{version}.tar.gz
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
||||||
%else
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a HTTPS client implementation for httplib and urllib2 based on
|
This is a HTTPS client implementation for httplib and urllib2 based on
|
||||||
@ -39,7 +39,6 @@ PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the
|
|||||||
default provided with Python and importantly enables full verification of the
|
default provided with Python and importantly enables full verification of the
|
||||||
SSL peer.
|
SSL peer.
|
||||||
|
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
=============
|
=============
|
||||||
This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13 and 0.14.
|
This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13 and 0.14.
|
||||||
@ -51,15 +50,15 @@ verification with subjectAltNames.
|
|||||||
%setup -q -n ndg_httpsclient-%{version}
|
%setup -q -n ndg_httpsclient-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
%python_install
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%files
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%{_bindir}/ndg_httpclient
|
%python3_only %{_bindir}/ndg_httpclient
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user