diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 021d9d5..9b41623 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.2.0 -Release: 15%{?dist} +Release: 16%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -83,6 +84,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name} %changelog +* Tue Jun 14 2022 Python Maint - 3.2.0-16 +- Bootstrap for Python 3.11 + * Tue Jun 14 2022 Python Maint - 3.2.0-15 - Rebuilt for Python 3.11