!8 License compliance rectification

From: @penelope_y 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-05-16 09:13:06 +00:00 committed by Gitee
commit fa604cabb6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,8 +1,8 @@
Name: python-lazy-object-proxy Name: python-lazy-object-proxy
Version: 1.6.0 Version: 1.6.0
Release: 2 Release: 3
Summary: A fast and thorough lazy object proxy Summary: A fast and thorough lazy object proxy
License: BSD License: BSD-2-Clause
Url: https://github.com/ionelmc/python-lazy-object-proxy Url: https://github.com/ionelmc/python-lazy-object-proxy
Source0: https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools gcc BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools gcc
@ -39,6 +39,9 @@ abstract syntax tree from Python's ast.
%exclude %{python3_sitearch}/lazy_object_proxy/cext.c %exclude %{python3_sitearch}/lazy_object_proxy/cext.c
%changelog %changelog
* Tue May 10 2022 yangping <yangping69@h-partners> - 1.6.0-3
- License compliance rectification
* Tue Jul 27 2021 Shinwell Hu <huxinwei@huawei.com> -1.6.0-2 * Tue Jul 27 2021 Shinwell Hu <huxinwei@huawei.com> -1.6.0-2
- Add BuildRequires for python3-pip - Add BuildRequires for python3-pip