From d4dbbdb007c622cbf6e30262f2ae21ef1553781c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 29 Jun 2023 20:10:37 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-jsonschema.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 6c18590..06b17b0 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: @@ -13,7 +12,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting Name: python-%{pypi_name} Summary: Implementation of JSON Schema validation for Python Version: 4.17.3 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: https://github.com/Julian/jsonschema Source0: %{pypi_source} @@ -72,6 +71,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name} %{_bindir}/jsonschema %changelog +* Thu Jun 29 2023 Python Maint - 4.17.3-4 +- Rebuilt for Python 3.12 + * Thu Jun 15 2023 Python Maint - 4.17.3-3 - Bootstrap for Python 3.12