From a4d9f2b302a4a36f39ae8e19b65bc3c73da7d361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 18:23:01 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-asn1crypto.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-asn1crypto.spec b/python-asn1crypto.spec index fc212e0..1ecc031 100644 --- a/python-asn1crypto.spec +++ b/python-asn1crypto.spec @@ -19,7 +19,7 @@ Name: python-%{pypi_name} Version: 0.24.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fast Python ASN.1 parser and serializer License: MIT @@ -107,6 +107,9 @@ rm -rf %{pypi_name}.egg-info %endif %changelog +* Mon Jul 02 2018 Miro HronĨok - 0.24.0-4 +- Rebuilt for Python 3.7 + * Tue Jun 19 2018 Christian Heimes - 0.24.0-3 - Build Python 2 package conditionally