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