diff --git a/python-jsonschema.spec b/python-jsonschema.spec index c64d0a5..ec9e4b8 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global pypi_name jsonschema %global common_description %{expand: @@ -14,7 +15,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: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -80,6 +81,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name} %changelog +* Thu Aug 15 2019 Miro HronĨok - 3.0.2-2 +- Bootstrap for Python 3.8 + * Fri Aug 02 2019 Fabio Valentini - 3.0.2-1 - Update to version 3.0.2.