From 9ea881b17e0abc47420bc4719c1437d02b35bc81 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 11 May 2022 15:30:19 +0800 Subject: [PATCH] License compliance rectification --- python-flask.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask.spec b/python-flask.spec index bcf82ae..d9d389b 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,9 +1,9 @@ Name: python-flask Version: 1.1.2 -Release: 3 +Release: 4 Epoch: 1 Summary: A lightweight WSGI web application framework -License: BSD +License: BSD-3-Clause URL: https://palletsprojects.com/p/flask/ Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.tar.gz BuildArch: noarch @@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Wed May 11 2022 wulei - 1.1.2-4 +- License compliance rectification + * Wed Oct 27 2021 Haiwei Li - 1.1.2-3 - backport add require pythonx-simplejson. details see issue #I4CGIS -- Gitee