Compare commits

..

No commits in common. "8bcf21d0003a5db0ac19ced13df72e809a851b17" and "dc51572dc666e8aab5ad946ce5d5493e250728ef" have entirely different histories.

View file

@ -54,8 +54,11 @@ in an enumeration.
%files -n python3-%{oname}
%doc CHANGELOG.rst COPYING README.rst
%{_bindir}/jsonschema3
%{py3_puresitedir}/jsonschema/*
%{py3_puresitedir}/jsonschema/*.py*
%{py3_puresitedir}/jsonschema/tests/*.py*
%{py3_puresitedir}/jsonschema*.egg-info
%{py3_puresitedir}/jsonschema/schemas/draft*.json
#------------------------------------------------------------------
%if %{py38}
@ -79,8 +82,10 @@ in an enumeration.
%files -n python38-%{oname}
%doc CHANGELOG.rst COPYING README.rst
%{_bindir}/jsonschema
%{py38_puresitedir}/jsonschema/*
%{py38_puresitedir}/jsonschema/*.py*
%{py38_puresitedir}/jsonschema/tests/*.py*
%{py38_puresitedir}/jsonschema*.egg-info
%{py38_puresitedir}/jsonschema/schemas/draft*.json
%endif
#------------------------------------------------------------------