From 8ea42ab4d28f3b8a42d8195eaaf5dcc9b583fe94 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 17 2019 21:39:04 +0000 Subject: Rebuilt for Python 3.8 --- diff --git a/python-jsonschema.spec b/python-jsonschema.spec index ec9e4b8..89f53db 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global pypi_name jsonschema %global common_description %{expand: @@ -15,7 +14,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting Name: python-%{pypi_name} Summary: Implementation of JSON Schema validation for Python Version: 3.0.2 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -81,6 +80,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name} %changelog +* Sat Aug 17 2019 Miro Hrončok - 3.0.2-3 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 3.0.2-2 - Bootstrap for Python 3.8