From 25508a61ed6bed3f26596cc3ca0364c9a2a2ccf9 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 19 2018 09:19:33 +0000 Subject: Rebuilt for Python 3.7 --- diff --git a/python-singledispatch.spec b/python-singledispatch.spec index 0a8eb5b..c3cc00e 100644 --- a/python-singledispatch.spec +++ b/python-singledispatch.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 3.4.0.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3 License: MIT @@ -108,6 +108,9 @@ sed -i '1d' singledispatch_helpers.py %endif %changelog +* Tue Jun 19 2018 Miro Hrončok - 3.4.0.3-12 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 3.4.0.3-11 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)