From 30db727116bb8c1f22a5e78d3099dd6f39635d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 19:38:04 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-jsonschema.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 7a34dcb..9f9704f 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 2.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An implementation of JSON Schema validation for Python License: MIT @@ -100,6 +100,9 @@ mv %{buildroot}%{_bindir}/jsonschema %{buildroot}%{_bindir}/jsonschema-3 %changelog +* Fri Jun 15 2018 Miro HronĨok - 2.6.0-5 +- Rebuilt for Python 3.7 + * Wed Feb 21 2018 Iryna Shcherbina - 2.6.0-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)