From 965e5214108c7830400e4d7f35568089bcf1945c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:09:17 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-crypto.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-crypto.spec b/python-crypto.spec index 38420a5..6a6abda 100644 --- a/python-crypto.spec +++ b/python-crypto.spec @@ -7,7 +7,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.6.1 -Release: 30%{?dist} +Release: 31%{?dist} # Mostly Public Domain apart from parts of HMAC.py and setup.py, which are Python License: Public Domain and Python URL: http://www.pycrypto.org/ @@ -111,6 +111,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} pct-speedtest3.py %{python3_sitearch}/pycrypto-%{version}-py3.*.egg-info %changelog +* Tue May 26 2020 Miro HronĨok - 2.6.1-31 +- Rebuilt for Python 3.9 + * Wed Jan 29 2020 Paul Howarth - 2.6.1-30 - Drop Python 2 support