diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 4788c40b6721f732f40a5db11376ed2b2f54146d..d46cec14d903a1a34cdd15fcf561a85a1a18ccfe 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: 3.2.0 -Release: 1 +Release: 2 Summary: An implementation of JSON Schema validation for Python License: MIT URL: http://pypi.python.org/pypi/jsonschema @@ -51,12 +51,16 @@ Summary: An implementation of JSON Schema validation for Python %{python3 %license COPYING %{_bindir}/jsonschema %{python3_sitelib}/%{pypi_name}/ +%exclude %{python3_sitelib}/%{pypi_name}/%{pypi_name}/tests/ %{python3_sitelib}/*.egg-info %files help %doc README.rst PKG-INFO %changelog +* Mon Oct 24 2022 zhangruifang - 3.2.0-2 +- Do not pack open-source test case files + * Wed Jul 29 2020 jinzhimin - 3.2.0-1 - update to 3.2.0