License compliance rectification

This commit is contained in:
houyingchao 2022-05-11 15:22:23 +08:00
parent 34d499b6b5
commit 1fb9162b3e

View File

@ -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 <houyingchao@h-partners.com> - 1.9.0-11
- License compliance rectification
* Fri Jan 08 2021 maminjie <maminjie1@huawei.com> - 1.9.0-10
- port to pytest4