From a2b3c457b5485cdd195965e8f9960f456a70d454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 05:04:32 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-cryptography.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 4e91e64..7e4922b 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -20,7 +20,7 @@ Name: python-%{srcname} Version: 2.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PyCA's cryptography library License: ASL 2.0 or BSD @@ -170,6 +170,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_ %changelog +* Sat May 23 2020 Miro HronĨok - 2.9-3 +- Rebuilt for Python 3.9 + * Tue May 12 2020 Felix Schwarz - 2.9-2 - add source file verification