From f5d180db0c3e65539b6fd352399699a339e2222a Mon Sep 17 00:00:00 2001 From: xigaoxinyan <xigaoxinyan@huawei.com> Date: Tue, 10 May 2022 16:09:17 +0800 Subject: [PATCH] License compliance rectification --- python-flask-restplus.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask-restplus.spec b/python-flask-restplus.spec index 63327bb..27abedf 100644 --- a/python-flask-restplus.spec +++ b/python-flask-restplus.spec @@ -4,9 +4,9 @@ Name: python-%{pkgname} Version: 0.13.0 -Release: 1 +Release: 2 Summary: Framework for fast, easy and documented API development with Flask -License: BSD +License: BSD-3-Clause URL: https://github.com/noirbizarre/flask-restplus Source0: %pypi_source BuildArch: noarch @@ -45,5 +45,8 @@ rm -f %{libname}/static/files/.npmignore %changelog +* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.13.0-2 +- License compliance rectification + * Tue Jul 06 2021 Lianguo Wang <wanglianguo@kylinos.cn> - 0.13.0-1 - Initial package for openEuler, version 0.13.0. -- Gitee