From 1ab179a8a39bb51255f607c813647bd3581ec985 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 04:24:15 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-jsonschema.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index cf1dbcb..99af78b 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: 9%{?dist} +Release: 10%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -83,6 +84,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name} %changelog +* Thu Jun 03 2021 Python Maint - 3.2.0-10 +- Bootstrap for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 3.2.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild