From da98985211d366f877f19dc57e93b5311d2335a6 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 24 2020 15:23:45 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 0285c6a..6dd8241 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.2.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -81,6 +80,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name} %changelog +* Sun May 24 2020 Miro Hrončok - 3.2.0-4 +- Rebuilt for Python 3.9 + * Sat May 23 2020 Miro Hrončok - 3.2.0-3 - Bootstrap for Python 3.9