License compliance rectification

This commit is contained in:
lauk 2022-05-17 16:33:52 +08:00
parent 5626387950
commit 8d64600c22

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-jsonpath-rw Name: python-jsonpath-rw
Version: 1.4.0 Version: 1.4.0
Release: 1 Release: 2
Summary: A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming. Summary: A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.
License: Apache 2.0 License: Apache-2.0
URL: https://github.com/kennknowles/python-jsonpath-rw URL: https://github.com/kennknowles/python-jsonpath-rw
Source0: https://files.pythonhosted.org/packages/71/7c/45001b1f19af8c4478489fbae4fc657b21c4c669d7a5a036a86882581d85/jsonpath-rw-1.4.0.tar.gz Source0: https://files.pythonhosted.org/packages/71/7c/45001b1f19af8c4478489fbae4fc657b21c4c669d7a5a036a86882581d85/jsonpath-rw-1.4.0.tar.gz
BuildArch: noarch BuildArch: noarch
@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue May 17 2022 liukuo <liukuo@kylinos.cn> - 1.4.0-2
- License compliance rectification
* Mon Nov 23 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Nov 23 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated