From f48aa09f289a2b062c4393be3c7570497c4815af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 19:19:06 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-jsonpointer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index e4d3542..dd9ea8c 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -17,7 +17,7 @@ Name: python-%{pypi_name} Version: 1.10 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Resolve JSON Pointers in Python License: BSD @@ -117,6 +117,9 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer %endif # with python3 %changelog +* Fri Jun 15 2018 Miro HronĨok - 1.10-12 +- Rebuilt for Python 3.7 + * Tue Apr 03 2018 Charalampos Stratakis - 1.10-11 - Conditionalize the Python 2 subpackage and don't build it on EL > 7