From a24dea60bd4a3d3fe3fc8175218b571ee34be508 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Mar 02 2023 14:17:52 +0000 Subject: Do not build extra subpackages Those subpackages requires bunch of optional dependencies [1] which we don't need for now. So I exclude them from building. [1] https://github.com/python-jsonschema/jsonschema/blob/main/pyproject.toml#L45-L65 Related-to: https://review.rdoproject.org/r/q/If4874838500045fb13e05829b5d88371fa128a06 --- 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