diff --git a/SPECS/python-jsonschema.spec b/SPECS/python-jsonschema.spec index 37bdf70..3cf1f51 100644 --- a/SPECS/python-jsonschema.spec +++ b/SPECS/python-jsonschema.spec @@ -12,7 +12,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting Name: python-%{pypi_name} Summary: Implementation of JSON Schema validation for Python Version: 4.16.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://github.com/Julian/jsonschema Source0: %{pypi_source} @@ -35,8 +35,6 @@ BuildRequires: python3dist(twisted) Summary: %{summary} %description -n python3-%{pypi_name} %{common_description} -%pyproject_extras_subpkg -n python3-%{pypi_name} format format-nongpl - %prep %autosetup -n %{pypi_name}-%{version} @@ -67,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name} %{_bindir}/jsonschema %changelog +* Thu Mar 02 2023 Joel Capitao - 4.16.0-2 +- Don't build extra subpackages + * Wed Sep 21 2022 Parag Nemade - 4.16.0-1 - Update to 4.16.0 release