diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 00988cf..9804465 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -12,22 +12,18 @@ jsonschema is an implementation of JSON Schema for Python (supporting Name: python-%{pypi_name} Summary: Implementation of JSON Schema validation for Python Version: 4.6.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: https://github.com/Julian/jsonschema Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel -BuildRequires: python3dist(setuptools) -BuildRequires: python3dist(setuptools-scm) # test requirements %bcond_without tests %if %{with tests} -BuildRequires: python3dist(attrs) -BuildRequires: python3dist(pyrsistent) -BuildRequires: python3dist(six) +# For “trial-3” BuildRequires: python3dist(twisted) %endif @@ -69,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name} %{_bindir}/jsonschema %changelog +* Tue Jun 28 2022 Benjamin A. Beasley - 4.6.0-3 +- Drop some BuildRequires that are generated or no longer needed + * Tue Jun 28 2022 Miro Hrončok - 4.6.0-2 - Include the metadata directory in python3-jsonschema - Fixes: rhbz#2101786