[packages/python-cryptography] - openssl3 patch requires openssl 3+

qboosh qboosh at pld-linux.org
Tue Mar 8 22:15:30 CET 2022


commit 9ca8acf2d6c1865b4396f9e26be80dc6b4c7ef90
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Mar 8 22:17:25 2022 +0100

    - openssl3 patch requires openssl 3+

 python-cryptography.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-cryptography.spec b/python-cryptography.spec
index c94ad5c..40f93fc 100644
--- a/python-cryptography.spec
+++ b/python-cryptography.spec
@@ -21,7 +21,7 @@ Source1:	https://files.pythonhosted.org/packages/source/c/cryptography-vectors/c
 Patch0:		openssl3.patch
 Patch1:		openssl3-tests.patch
 URL:		https://cryptography.io/
-BuildRequires:	openssl-devel >= 1.1.0
+BuildRequires:	openssl-devel >= 3.0.0
 BuildRequires:	rpm-build >= 4.6
 BuildRequires:	rpm-pythonprov >= 5.4.15-48
 BuildRequires:	rpmbuild(macros) >= 1.714
@@ -60,7 +60,7 @@ BuildRequires:	python3-pytz
 BuildRequires:	python-sphinx_rtd_theme
 BuildRequires:	sphinx-pdg-2 >= 1.6.5
 %endif
-Requires:	openssl >= 1.1.0
+Requires:	openssl >= 3.0.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -92,7 +92,7 @@ Ten pakiet zawiera moduły Pythona 2.
 Summary:	Crypthography library for Python 3
 Summary(pl.UTF-8):	Biblioteka Cryptography dla Pythona 3
 Group:		Libraries/Python
-Requires:	openssl >= 1.1.0
+Requires:	openssl >= 3.0.0
 
 %description -n python3-cryptography
 cryptography is a package designed to expose cryptographic recipes and
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-cryptography.git/commitdiff/9ca8acf2d6c1865b4396f9e26be80dc6b4c7ef90



More information about the pld-cvs-commit mailing list