From ceeb06af4977cd26fa7c219ab87ff0451189ae77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 16 Jun 2018 02:53:45 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-freezegun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-freezegun.spec b/python-freezegun.spec index fd2e2aa..d252952 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -17,7 +17,7 @@ Name: python-freezegun Version: 0.3.8 -Release: 9%{?dist} +Release: 10%{?dist} Summary: %{sum} Group: Development/Libraries @@ -133,6 +133,9 @@ nosetests-%{python2_version} tests/ %endif # with python3 %changelog +* Sat Jun 16 2018 Miro HronĨok - 0.3.8-10 +- Rebuilt for Python 3.7 + * Thu Apr 05 2018 Charalampos Stratakis - 0.3.8-9 - Conditionalize the Python 2 subpackage and don't build it on EL > 7