From 1dae38c736bd71355f9499efb3cc62be56257df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:58:04 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-crypto.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-crypto.spec b/python-crypto.spec index 9fd972b..808bfbe 100644 --- a/python-crypto.spec +++ b/python-crypto.spec @@ -10,7 +10,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.6.1 -Release: 22%{?dist} +Release: 23%{?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/ @@ -126,6 +126,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} pct-speedtest3.py %{python3_sitearch}/pycrypto-%{version}-py3.*.egg-info %changelog +* Tue Jun 19 2018 Miro HronĨok - 2.6.1-23 +- Rebuilt for Python 3.7 + * Fri Feb 23 2018 Paul Howarth - 2.6.1-22 - When creating ElGamal keys, the generator wasn't a square residue: ElGamal encryption done with those keys cannot be secure under the DDH assumption