From aa58e75172468b806ad9bcc72c9734bcd260e0f9 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 10 May 2016 14:02:49 +0200 Subject: [PATCH] Upgrade to 16.0.0 --- pyOpenSSL.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 9f1b4b7..244c60d 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -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 - 16.0.0-1 +- Upgrade to 16.0.0 + * Thu Feb 04 2016 Fedora Release Engineering - 0.15.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild