From 4f0dcb6e0c06808020a3df77d51f6312e2fb3b8e Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mon, 23 Oct 2017 16:02:45 +0200 Subject: [PATCH] Rebuild for libtomcrypt update --- python-crypto.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-crypto.spec b/python-crypto.spec index 4889cf2..71982f2 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: 18%{?dist} +Release: 19%{?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/ @@ -109,6 +109,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} pct-speedtest3.py %{python3_sitearch}/pycrypto-%{version}-py3.*.egg-info %changelog +* Mon Oct 23 2017 Simone Caronni - 2.6.1-19 +- Rebuild for libtomcrypt update. + * Tue Sep 05 2017 Igor Gnatenko - 2.6.1-18 - Depend on %%{_bindir}/2to3 instead of python2-tools