Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-17 23:39:04 +02:00
parent 5575e5078f
commit 8ea42ab4d2

View File

@ -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 <mhroncok@redhat.com> - 3.0.2-3
- Rebuilt for Python 3.8
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.2-2
- Bootstrap for Python 3.8