From 967710f091410e8f24fd6e3462174983e505de79 Mon Sep 17 00:00:00 2001 From: penelope Date: Tue, 10 May 2022 16:19:50 +0800 Subject: [PATCH] License compliance rectification --- python-wrapt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index d996281..b74f93a 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,8 +1,8 @@ Name: python-wrapt Version: 1.12.1 -Release: 3 +Release: 4 Summary: A Python module for decorators, wrappers and monkey patching -License: BSD +License: BSD-2-Clause URL: https://github.com/GrahamDumpleton/wrapt Source0: https://github.com/GrahamDumpleton/wrapt/archive/%{version}.tar.gz#/wrapt-%{version}.tar.gz @@ -54,6 +54,9 @@ cd - %doc docs/build/html %changelog +* Tue May 10 2022 yangping - 1.12.1-4 +- License compliance rectification + * Wed Mar 30 2022 xu_ping - 1.12.1-3 - Fix non-recognition ? the installed failed -- Gitee