|
|
|
@ -4,24 +4,26 @@
|
|
|
|
|
|
|
|
|
|
Summary: Python wrapper module around the OpenSSL library
|
|
|
|
|
Name: pyOpenSSL
|
|
|
|
|
Version: 0.15.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
|
|
|
|
|
Version: 16.0.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Source0: https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
|
|
|
|
|
Source1: https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz.asc
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Url: http://pyopenssl.sourceforge.net/
|
|
|
|
|
Url: https://pyopenssl.readthedocs.org/
|
|
|
|
|
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
BuildRequires: python-sphinx
|
|
|
|
|
BuildRequires: python-sphinx_rtd_theme
|
|
|
|
|
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python-cryptography
|
|
|
|
|
Requires: python-cryptography
|
|
|
|
|
BuildRequires: python-cryptography >= 1.3.0
|
|
|
|
|
Requires: python-cryptography >= 1.3.0
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-cryptography
|
|
|
|
|
BuildRequires: python3-cryptography >= 1.3.0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -96,6 +98,9 @@ popd
|
|
|
|
|
%doc examples doc/_build/html
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 10 2016 Tomáš Mráz <tmraz@redhat.com> - 16.0.0-1
|
|
|
|
|
- Upgrade to 16.0.0
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|