From f85baa5c8fe0ab69dda1147ece2a35c0636df871 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Wed, 27 Aug 2025 12:54:04 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 7b8653057fcc738ba3375c465b0b913dd6449176) --- python-cheetah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cheetah.spec b/python-cheetah.spec index 4d6e06b..b1de0e5 100644 --- a/python-cheetah.spec +++ b/python-cheetah.spec @@ -1,8 +1,8 @@ Name: python-cheetah Version: 3.4.0 -Release: 1 +Release: 2 Summary: The Python-Powered Template Engine -License: MIT AND BSD-3-Clause-HP AND LGPL-2.1-or-later AND Public Domain +License: MIT AND BSD-3-Clause AND LGPL-2.1-or-later AND Public Domain URL: https://cheetahtemplate.org/ Source0: https://github.com/CheetahTemplate3/cheetah3/archive/refs/tags/%{version}.tar.gz BuildRequires: gcc python3-devel python3-setuptools python3-markdown python3-pygments @@ -45,6 +45,9 @@ export PATH="%{buildroot}%{_bindir}:$PATH" PYTHONPATH="%{buildroot}%{python3_sit %{python3_sitearch}/ %changelog +* Wed Aug 27 2025 yaoxin <1024769339@qq.com> - 3.4.0-2 +- License compliance rectification + * Sun Jul 13 2025 Funda Wang - 3.4.0-1 - update to 3.4.0 -- Gitee