From e57bf24d6b7872a073286122f58964d859f5cb9e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 00:39:03 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-jsonschema.git#d150a1ee6d4fde16831276f0b10bc4c3cbf09845 --- python-jsonschema.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index c502190..cf1dbcb 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -14,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: 8%{?dist} +Release: 9%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -83,6 +83,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.2.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Nov 10 2020 Nils Philippsen - 3.2.0-8 - Provide python3dist(jsonschema[format]) again (#1878976)