Rebuilt for Python 3.11
This commit is contained in:
parent
511d3e8f5a
commit
30095f828e
@ -1,4 +1,3 @@
|
|||||||
%global _without_tests 1
|
|
||||||
%global pypi_name jsonschema
|
%global pypi_name jsonschema
|
||||||
|
|
||||||
%global common_description %{expand:
|
%global common_description %{expand:
|
||||||
@ -15,7 +14,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting
|
|||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Summary: Implementation of JSON Schema validation for Python
|
Summary: Implementation of JSON Schema validation for Python
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
URL: https://github.com/Julian/jsonschema
|
URL: https://github.com/Julian/jsonschema
|
||||||
@ -84,6 +83,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 3.2.0-15
|
||||||
|
- Rebuilt for Python 3.11
|
||||||
|
|
||||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.2.0-14
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.2.0-14
|
||||||
- Bootstrap for Python 3.11
|
- Bootstrap for Python 3.11
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user