From 8254365721d323111f4b5536b76e38453410c57c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 12:24:33 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-jsonschema.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 99af78b..155ba54 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: 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 - 3.2.0-11 +- Rebuilt for Python 3.10 + * Thu Jun 03 2021 Python Maint - 3.2.0-10 - Bootstrap for Python 3.10