From b0ba67f9317d6858e717402a3d7587814d09b441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 11:51:24 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-defusedxml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-defusedxml.spec b/python-defusedxml.spec index cbd6ab3..61f69fc 100644 --- a/python-defusedxml.spec +++ b/python-defusedxml.spec @@ -14,7 +14,7 @@ Name: python-%{pypi_name} Version: 0.5.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: XML bomb protection for Python stdlib modules License: Python URL: https://github.com/tiran/defusedxml @@ -130,6 +130,9 @@ module. This is the python%{python3_other_pkgversion} build. %endif # with_python3 %changelog +* Mon Jun 18 2018 Miro HronĨok - 0.5.0-5 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 0.5.0-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)