From 2b15cd3689624937c6fa344cc35dd50972dfc86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 23:10:50 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-munch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-munch.spec b/python-munch.spec index 291b918..745d0c7 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -14,7 +14,7 @@ Name: python-munch Version: 2.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A dot-accessible dictionary (a la JavaScript objects) Group: Development/Libraries @@ -110,6 +110,9 @@ popd %endif %changelog +* Mon Jun 18 2018 Miro HronĨok - 2.2.0-5 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 2.2.0-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)