From eb2b28d3ea5b0c371fa975ec0530fc23ed484788 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 14 Jun 2022 17:26:28 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-jsonschema.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 9b41623..e6194fb 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -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: 16%{?dist} +Release: 17%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -84,6 +83,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name} %changelog +* Tue Jun 14 2022 Python Maint - 3.2.0-17 +- Rebuilt for Python 3.11 + * Tue Jun 14 2022 Python Maint - 3.2.0-16 - Bootstrap for Python 3.11