From e5bd12ad1160a65e3b6b52ac4f107fe13c38cbc6 Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Wed, 11 Jun 2025 17:55:30 +0800 Subject: [PATCH] Add jsonschema[format-nongpl] sub package for jupyter-event depends --- python-jsonschema.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index bb4140c..8401c05 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -4,7 +4,7 @@ jsonschema is JSON Schema validator currently based on http://tools.ietf.org/htm Name: python-%{pypi_name} Version: 4.23.0 -Release: 1 +Release: 2 Summary: An implementation of JSON Schema validation for Python License: MIT URL: http://pypi.python.org/pypi/jsonschema @@ -25,6 +25,7 @@ BuildRequires: python3dist(six) BuildRequires: python3dist(twisted) %endif +%python_extras_subpkg -n python3-jsonschema -i %{python3_sitelib}/jsonschema*.dist-info format,format-nongpl %description %{_description} %package -n python%{python3_pkgversion}-%{pypi_name} @@ -59,6 +60,9 @@ Summary: An implementation of JSON Schema validation for Python %{python3 %doc README.rst PKG-INFO %changelog +* Wed Jun 11 2025 Dongxing Wang - 4.23.0-2 +- Add jsonschema[format-nongpl] sub package for jupyter-event depends + * Fri Aug 23 2024 dillon chen - 4.23.0-1 - update to 4.23.0 -- Gitee