From 8d64600c229771c32fd2a5186d8e4d6d9b14a42f Mon Sep 17 00:00:00 2001 From: lauk Date: Tue, 17 May 2022 16:33:52 +0800 Subject: [PATCH] License compliance rectification --- python-jsonpath-rw.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-jsonpath-rw.spec b/python-jsonpath-rw.spec index 33a7fc1..b0dc99d 100644 --- a/python-jsonpath-rw.spec +++ b/python-jsonpath-rw.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-jsonpath-rw 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. -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/kennknowles/python-jsonpath-rw Source0: https://files.pythonhosted.org/packages/71/7c/45001b1f19af8c4478489fbae4fc657b21c4c669d7a5a036a86882581d85/jsonpath-rw-1.4.0.tar.gz BuildArch: noarch @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 17 2022 liukuo - 1.4.0-2 +- License compliance rectification + * Mon Nov 23 2020 Python_Bot - Package Spec generated