diff --git a/python-parameterized.spec b/python-parameterized.spec index bc3f4f0..f8e0249 100644 --- a/python-parameterized.spec +++ b/python-parameterized.spec @@ -2,10 +2,10 @@ Name: python-%{srcname} Version: 0.8.1 -Release: 1 +Release: 2 Summary: Parameterized testing with any Python test framework -License: BSD +License: BSD-2-Clause URL: https://pypi.python.org/pypi/parameterized Source0: https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz @@ -53,6 +53,9 @@ py.test-%{python3_version} -v parameterized/test.py %{python3_sitelib}/%{srcname}/ %changelog +* Mon May 9 2022 yaoxin - 0.8.1-2 +- License compliance rectification + * Fri Apr 29 2022 yaoxin - 0.8.1-1 - Update to 0.8.1 and remove python-nose