Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 12:24:33 +02:00 committed by Miro Hrončok
parent 1ab179a8a3
commit 8254365721

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.2.0
Release: 10%{?dist}
Release: 11%{?dist}
License: MIT
URL: https://github.com/Julian/jsonschema
@ -84,6 +83,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name}
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.2.0-11
- Rebuilt for Python 3.10
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 3.2.0-10
- Bootstrap for Python 3.10