From 0c8d5e21eb56d1b7c77fb75b63dcea363c73987c Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 11 May 2022 15:30:27 +0800 Subject: [PATCH] License compliance rectification --- python-mock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-mock.spec b/python-mock.spec index 3309d83..b76ba74 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -7,9 +7,9 @@ needed attributes in the normal way. \ Name: python-mock Version: 4.0.3 -Release: 1 +Release: 2 Summary: A Python Mocking and Patching Library for Testing -License: BSD +License: BSD-2-Clause URL: http://www.voidspace.org.uk/python/mock/ Source0: https://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz @@ -46,6 +46,9 @@ This is the python3 subpackage for %{name}. %{python3_sitelib}/{*.egg-info,mock} %changelog +* Wed May 11 2022 wulei - 4.0.3-2 +- License compliance rectification + * Mon Feb 1 2021 shangyibin - 4.0.3-1 - Upgrade to version 4.0.3 -- Gitee