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#d0bb16524fa0a2f8976715ecc0610d16501bd7b8
This commit is contained in:
DistroBaker 2020-11-10 16:10:38 +00:00
parent b86bffac62
commit 681e31858a

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: 7%{?dist}
Release: 8%{?dist}
License: MIT
URL: https://github.com/Julian/jsonschema
@ -42,14 +42,15 @@ BuildRequires: python3dist(twisted)
%package -n python3-%{pypi_name}
Summary: %{summary}
# This subpackage was removed for missing deps:
Obsoletes: python3-%{pypi_name}+format < 3.2.0-7
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name} %{common_description}
%{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/*.egg-info format}
%prep
%autosetup -n %{pypi_name}-%{version}
@ -82,6 +83,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name}
%changelog
* Tue Nov 10 2020 Nils Philippsen <nils@redhat.com> - 3.2.0-8
- Provide python3dist(jsonschema[format]) again (#1878976)
* Tue Sep 29 2020 Miro Hrončok <mhroncok@redhat.com> - 3.2.0-7
- Remove metapackage for python3dist(jsonschema[format]) (missing deps, #1880820)