Bootstrap for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-16 00:48:22 +02:00
parent b479ab899b
commit 5575e5078f

View File

@ -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 <mhroncok@redhat.com> - 3.0.2-2
- Bootstrap for Python 3.8
* Fri Aug 02 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.2-1
- Update to version 3.0.2.