From 748bc5b8659a538374742fea63689b24a00e7010 Mon Sep 17 00:00:00 2001 From: DisNight Date: Mon, 11 Oct 2021 02:45:40 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=E6=96=B0=E5=A2=9E=E4=BE=9D?= =?UTF-8?q?=E8=B5=96simplejson=EF=BC=8Cissue=20I4CGIS=20=E9=9D=9Eflask?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 2dca5f8273c85038c89a9ae1dd46452fa8d7ecb7) --- python-flask.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask.spec b/python-flask.spec index ec0e6e3..9ea5041 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,6 +1,6 @@ Name: python-flask Version: 1.1.2 -Release: 3 +Release: 4 Epoch: 1 Summary: A lightweight WSGI web application framework License: BSD @@ -30,7 +30,7 @@ Python-flask for python 2 version %package -n python3-flask Summary: python-flask for python 3 version %{?python_provide:%python_provide python3-flask} -Requires: python3-jinja2 python3-werkzeug python3-itsdangerous python3-click python3-simplejson +Requires: python3-jinja2 python3-werkzeug python3-itsdangerous python3-click %description -n python3-flask Python-flask for python 3 version @@ -77,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Mon Oct 11 2021 Jiachen Fan - 1.1.2-4 +- backport add require pythonx-simplejson. details see issue #I4CGIS + * Sat Oct 9 2021 Jiachen Fan - 1.1.2-3 - in openEuler LTS version, python-simple not provide python2-simplejson. then remove it -- Gitee