From 9106cb32e307ab1ed8ebdef2e70aa81449bdd2d9 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 13 Jun 2024 10:47:50 +0800 Subject: [PATCH] License compliance rectification --- python-argh.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-argh.spec b/python-argh.spec index f379d2a..4a3ee69 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-argh Version: 0.26.2 -Release: 1 +Release: 2 Summary: An unobtrusive argparse wrapper with natural syntax -License: GNU Lesser General Public License (LGPL), Version 3 +License: LGPL-3.0-or-later URL: http://github.com/neithere/argh/ Source0: https://files.pythonhosted.org/packages/e3/75/1183b5d1663a66aebb2c184e0398724b624cecd4f4b679cb6e25de97ed15/argh-0.26.2.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Jul 06 2020 Python_Bot +* Thu Jun 13 2024 wangkai <13474090681@163.com> - 0.26.2-2 +- License compliance rectification + +* Mon Jul 06 2020 Python_Bot - 0.26.2-1 - Package Spec generated -- Gitee