From f10a4bae245b397cc907a0e435677ecf4fd5c8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:06:18 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-jmespath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 52e3f5b..48ae0d5 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 0.9.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: JSON Matching Expressions License: MIT @@ -103,6 +103,9 @@ nosetests-%{python3_version} %endif # with python3 %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.9.0-11 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 0.9.0-10 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)