diff --git a/python-wrapt.spec b/python-wrapt.spec index d996281b8f8ca9aa61ef3bd5947457d2c9f3a4fb..b74f93a7a03778a8619a9dd433883772ba2857cf 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