* Wed May 19 2021 Miroslav Rezanina <mrezanin@redhat.com> - 3.2.0-12

- Remove +format metapackage
- Resolves: rhbz#1952356
This commit is contained in:
Miroslav Rezanina 2021-05-19 14:47:29 +02:00
parent e2924a4b90
commit 30656ef968

View File

@ -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 <mrezanin@redhat.com> - 3.2.0-12
- Remove +format metapackage
- Resolves: rhbz#1952356
* Wed Apr 21 2021 Miroslav Rezanina <mrezanin@redhat.com> - 3.2.0-11
- Remove unwanted packages
- Resolves: bz#1935823