From fa5e446be32a02dd5b4382436bdd196db946d97e Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 14 Dec 2016 01:04:07 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-jsonschema.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 44f46f8..4463597 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 2.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An implementation of JSON Schema validation for Python License: MIT @@ -98,6 +98,9 @@ http://tools.ietf.org/html/draft-zyp-json-schema-03 %changelog +* Wed Dec 14 2016 Charalampos Stratakis - 2.5.1-4 +- Rebuild for Python 3.6 + * Mon Nov 21 2016 Orion Poplawski - 2.5.1-3 - Enable python3 builds for EPEL (bug #1395653) - Ship python2-jsonschema