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