From 9470391d9501abbcc6e25630544c0cb99d9547b9 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 9 May 2022 18:09:17 +0800 Subject: [PATCH] License compliance rectification --- python-sqlparse.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sqlparse.spec b/python-sqlparse.spec index f6738e6..5a0b2a1 100644 --- a/python-sqlparse.spec +++ b/python-sqlparse.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-sqlparse Version: 0.4.1 -Release: 2 +Release: 3 Summary: A non-validating SQL parser. -License: BSD +License: BSD-3-Clause URL: https://github.com/andialbrecht/sqlparse Patch001: CVE-2021-32839.patch Source0: https://files.pythonhosted.org/packages/a2/54/da10f9a0235681179144a5ca02147428f955745e9393f859dec8d0d05b41/sqlparse-0.4.1.tar.gz @@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 9 2022 yaoxin - 0.4.1-3 +- License compliance rectification + * Mon Oct 11 2021 houyingchao - 0.4.1-2 - Fix CVE-2021-32839 -- Gitee