From 23c5d4ce64e627de9166ba374275cc35c4a2a3fa Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 11 May 2022 15:30:51 +0800 Subject: [PATCH] License compliance rectification --- python-pretend.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pretend.spec b/python-pretend.spec index e5306d2..9d9d4c7 100644 --- a/python-pretend.spec +++ b/python-pretend.spec @@ -1,8 +1,8 @@ Name: python-pretend Version: 1.0.8 -Release: 16 +Release: 17 Summary: A library to make stubbing with Python easier -License: BSD +License: BSD-3-Clause URL: https://github.com/alex/pretend Source0: https://pypi.python.org/packages/source/p/pretend/pretend-%{version}.tar.gz BuildArch: noarch @@ -36,6 +36,9 @@ Pretend is a library to make stubbing with Python easier. %{python3_sitelib}/* %changelog +* Wed May 11 2022 wulei - 1.0.8-17 +- License compliance rectification + * Wed Oct 21 2020 wangxiao - 1.0.8-16 - drop python2 subpackage