License compliance rectification

This commit is contained in:
lauk001 2022-06-17 14:13:19 +08:00
parent d2d9017c1d
commit 2832516594

View File

@ -1,8 +1,8 @@
Name: python-flask-restful Name: python-flask-restful
Version: 0.3.8 Version: 0.3.8
Release: 3 Release: 4
Summary: Framework for creating REST APIs Summary: Framework for creating REST APIs
License: BSD License: BSD-3-Clause
URL: https://www.github.com/flask-restful/flask-restful/ URL: https://www.github.com/flask-restful/flask-restful/
Source0: https://github.com/flask-restful/flask-restful/archive/%{version}.tar.gz Source0: https://github.com/flask-restful/flask-restful/archive/%{version}.tar.gz
@ -43,6 +43,9 @@ rm -rf docs/_themes/.gitignore
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Fri Jun 17 2022 liukuo <liukuo@kylinos.cn> - 0.3.8-4
- License compliance rectification
* Sat Jan 08 2022 shixuantong <shixuantong@huawei.com> - 0.3.8-3 * Sat Jan 08 2022 shixuantong <shixuantong@huawei.com> - 0.3.8-3
- remove python3-nose buildrequire and disable %check - remove python3-nose buildrequire and disable %check