From b1116a2a7480784e535d3fb437ad297263951324 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 15 Jun 2020 16:48:03 +0200 Subject: [PATCH] Update to 19.1.0 --- pyOpenSSL.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 8ab3eb7..64c62e8 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,7 +1,7 @@ Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL -Version: 19.0.0 -Release: 7%{?dist} +Version: 19.1.0 +Release: 1%{?dist} Source0: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz BuildArch: noarch @@ -25,7 +25,7 @@ High-level wrapper around a subset of the OpenSSL library, includes among others %package -n python3-pyOpenSSL Summary: Python 3 wrapper module around the OpenSSL library -Requires: python3-cryptography >= 2.2.1 +Requires: python3-cryptography >= 2.8 Requires: python3-six >= 1.5.2 %{?python_provide:%python_provide python3-pyOpenSSL} Obsoletes: pyOpenSSL < 19.0.0-5 @@ -66,9 +66,12 @@ rm doc/_build/html/.buildinfo %files doc %license LICENSE -%doc CHANGELOG.rst examples doc/_build/html +%doc CHANGELOG.rst doc/_build/html %changelog +* Mon Jun 15 2020 Tomáš Mráz - 19.1.0-1 +- Update to 19.1.0 + * Sat May 23 2020 Miro Hrončok - 19.0.0-7 - Rebuilt for Python 3.9