From 30656ef9684097fead7d88ac6bba14c643bbd8c7 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Wed, 19 May 2021 14:47:29 +0200 Subject: [PATCH] * Wed May 19 2021 Miroslav Rezanina - 3.2.0-12 - Remove +format metapackage - Resolves: rhbz#1952356 --- python-jsonschema.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 369ea73..d6196de 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: 11%{?dist} +Release: 12%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -69,6 +69,10 @@ rm -rf %{pypi_name}.egg-info %changelog +* Wed May 19 2021 Miroslav Rezanina - 3.2.0-12 +- Remove +format metapackage +- Resolves: rhbz#1952356 + * Wed Apr 21 2021 Miroslav Rezanina - 3.2.0-11 - Remove unwanted packages - Resolves: bz#1935823