From 29c1c4ffe0307c119ad59cd1eeea5b335ed3d7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 17 Aug 2022 12:04:42 +0200 Subject: [PATCH] Drop unused manual requirement on six, drop duplicated manual requirement on cffi The Python-related Requires already were: python(abi) = 3.11 python3-cffi >= 1.7 python3-six >= 1.4.1 python3.11dist(cffi) >= 1.12 Now they are: python(abi) = 3.11 python3.11dist(cffi) >= 1.12 --- python-cryptography.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 7faf137..8224d85 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 37.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PyCA's cryptography library License: ASL 2.0 or BSD @@ -32,7 +32,6 @@ BuildRequires: python%{python3_pkgversion}-cffi >= 1.7 BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-setuptools-rust >= 0.11.3 -BuildRequires: python%{python3_pkgversion}-six >= 1.4.1 # Cargo.toml requires asn1 0.6, but package FTBFS with 0.6.1 BuildRequires: rust-asn1-devel >= 0.6.4 @@ -58,8 +57,6 @@ Summary: PyCA's cryptography library %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} Requires: openssl-libs -Requires: python%{python3_pkgversion}-six >= 1.4.1 -Requires: python%{python3_pkgversion}-cffi >= 1.7 %if 0%{?fedora} >= 35 || 0%{?rhel} >= 9 # Can be safely removed in Fedora 37 Obsoletes: python%{python3_pkgversion}-cryptography-vectors < 3.4.7 @@ -120,6 +117,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Wed Aug 17 2022 Miro HronĨok - 37.0.2-5 +- Drop unused requirement of python3-six + * Fri Jul 22 2022 Fedora Release Engineering - 37.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild