From 5eab557ca2ffe5c82508cb0358d75bb057b537a6 Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Mon, 18 Dec 2023 16:44:57 +0800 Subject: [PATCH] test license check Signed-off-by: cherry530 <707078654@qq.com> --- python-xmltodict.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 8d2a9bd..e5d54ba 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -2,7 +2,7 @@ Name: python-xmltodict Version: 0.13.0 -Release: 1 +Release: 2 Summary: Python module that makes working with XML feel like you are working with JSON License: MIT URL: https://github.com/martinblech/xmltodict @@ -42,6 +42,9 @@ Python module that makes working with XML feel like you are working with JSON %changelog +* Mon Sep 18 2023 xu_ping <707078654@qq.com> - 0.13.0-2 +- test license check + * Wed Jun 29 2022 caodongxia - 0.13.0-1 - Update to 0.13.0 -- Gitee