From b46ee0f93b5b7e4c38d1d80b07b3dcc49d34f7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:18:20 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-rsa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-rsa.spec b/python-rsa.spec index 613ab9f..0365a6d 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 3.4.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Pure-Python RSA implementation License: ASL 2.0 @@ -150,6 +150,9 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec %endif # with python3 %changelog +* Tue Jun 19 2018 Miro HronĨok - 3.4.2-7 +- Rebuilt for Python 3.7 + * Tue Mar 13 2018 Iryna Shcherbina - 3.4.2-6 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)