From 5b1ffd6d095cc775360cf5e9ad7bc35bcdb29c26 Mon Sep 17 00:00:00 2001 From: lauk Date: Fri, 20 May 2022 14:48:05 +0800 Subject: [PATCH] License compliance rectification --- python-google-pasta.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-google-pasta.spec b/python-google-pasta.spec index d3bef28..919a0d0 100644 --- a/python-google-pasta.spec +++ b/python-google-pasta.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-google-pasta Version: 0.2.0 -Release: 1 +Release: 2 Summary: pasta is an AST-based Python refactoring library -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/google/pasta Source0: https://files.pythonhosted.org/packages/35/4a/0bd53b36ff0323d10d5f24ebd67af2de10a1117f5cf4d7add90df92756f1/google-pasta-0.2.0.tar.gz BuildArch: noarch @@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 20 2022 liukuo - 0.2.0-2 +- License compliance rectification + * Sun Oct 04 2020 Python_Bot - Package Spec generated