From 52a29359189206efc11752a3c0ff9183dfa862e6 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 13 Jan 2020 10:36:18 +0100 Subject: [PATCH] cryptography 2.8+ no longer depends on python-asn1crypto --- python-cryptography.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 585ce1d..70c207b 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -20,7 +20,7 @@ Name: python-%{srcname} Version: 2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PyCA's cryptography library License: ASL 2.0 or BSD @@ -31,7 +31,6 @@ BuildRequires: openssl-devel BuildRequires: gcc %if 0%{?with_python2} -BuildRequires: python2-asn1crypto >= 0.21 BuildRequires: python2-cffi >= 1.7 BuildRequires: python2-cryptography-vectors = %{version} BuildRequires: python2-devel @@ -51,7 +50,6 @@ BuildRequires: python2-pytz %endif %if 0%{?with_python3} -BuildRequires: python%{python3_pkgversion}-asn1crypto >= 0.21 BuildRequires: python%{python3_pkgversion}-cffi >= 1.7 BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-idna >= 2.1 @@ -84,7 +82,6 @@ Provides: python-%{srcname} Requires: openssl-libs Requires: python2-idna >= 2.1 -Requires: python2-asn1crypto >= 0.21 Requires: python2-six >= 1.4.1 Requires: python2-cffi >= 1.7 Requires: python2-enum34 @@ -102,7 +99,6 @@ Summary: PyCA's cryptography library Requires: openssl-libs Requires: python%{python3_pkgversion}-idna >= 2.1 -Requires: python%{python3_pkgversion}-asn1crypto >= 0.21 Requires: python%{python3_pkgversion}-six >= 1.4.1 Requires: python%{python3_pkgversion}-cffi >= 1.7 @@ -166,6 +162,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_ %changelog +* Mon Jan 13 2020 Christian Heimes - 2.8-2 +- cryptography 2.8+ no longer depends on python-asn1crypto + * Thu Oct 17 2019 Christian Heimes - 2.8-1 - Update to 2.8 - Resolves: rhbz#1762779