From 56b9062b3f39dcd18989efbb68ccc49613d16caa Mon Sep 17 00:00:00 2001 From: xh Date: Fri, 14 Jun 2024 07:55:15 +0000 Subject: [PATCH] fix license --- python-idna.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-idna.spec b/python-idna.spec index 88a4b9b..2b0b910 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,8 +1,8 @@ Name: python-idna Version: 2.10 -Release: 2 +Release: 3 Summary: Internationalized Domain Names in Applications (IDNA) -License: BSD and Python and Unicode +License: BSD-3-Clause URL: https://github.com/kjd/idna Source0: https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz @@ -93,6 +93,12 @@ Python3 package for python-idna %endif %changelog +* Fri Jun 14 2024 xinghe - 2.10-3 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:fix license + * Fri May 10 2024 zhangpan - 2.10-2 - fix CVE-2024-3651 -- Gitee