diff --git a/python-hamcrest.spec b/python-hamcrest.spec index abe17a2..cddaa26 100644 --- a/python-hamcrest.spec +++ b/python-hamcrest.spec @@ -1,8 +1,8 @@ Name: python-hamcrest Version: 1.9.0 -Release: 10 +Release: 11 Summary: Hamcrest matchers for Python -License: BSD +License: BSD-3-Clause URL: https://github.com/hamcrest/PyHamcrest Source0: https://github.com/hamcrest/PyHamcrest/archive/V1.9.0/%{name}-1.9.0.tar.gz Patch0001: 0001-Add-boolean-matchers.patch @@ -50,6 +50,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %{python3_sitelib}/* %changelog +* Wed May 11 2022 houyingchao - 1.9.0-11 +- License compliance rectification + * Fri Jan 08 2021 maminjie - 1.9.0-10 - port to pytest4