From 155d9450e9500ec39e72e6567400e6511b78e69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 03:17:17 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-jsonschema.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index bc7bc09..0285c6a 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: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -80,6 +81,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name} %changelog +* Sat May 23 2020 Miro HronĨok - 3.2.0-3 +- Bootstrap for Python 3.9 + * Thu Jan 30 2020 Fedora Release Engineering - 3.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild