From 4384540f7e3256ecd70eacaa411b2d407e3f6c78 Mon Sep 17 00:00:00 2001 From: DisNight Date: Thu, 30 Sep 2021 02:46:25 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96=20python3-simplejson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit e3d1f905aafc1f11751a46a5d01ceb7f22479c53) --- python-flask.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask.spec b/python-flask.spec index 0565962..ed41dad 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,6 +1,6 @@ Name: python-flask Version: 1.1.2 -Release: 1 +Release: 2 Epoch: 1 Summary: A lightweight WSGI web application framework License: BSD @@ -20,7 +20,7 @@ frameworks. %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 +Requires: python3-jinja2 python3-werkzeug python3-itsdangerous python3-click python3-simplejson %description -n python3-flask Python-flask for python 3 version @@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Thu Sep 30 2021 Jiachen Fan - 1.1.2-2 +- add missing install Requires python3-simplejson + * Thu Feb 04 2021 zhaorenhai - 1.1.2-1 - Upgrade version to 1.1.2 -- Gitee From a3ec6cce749dc4626b0509b3110001e74e6c097b Mon Sep 17 00:00:00 2001 From: liheavy <17865196565@163.com> Date: Wed, 27 Oct 2021 10:19:05 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=A7=BB=E9=99=A4flask=E4=BE=9D=E8=B5=96si?= =?UTF-8?q?mplejson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 250deaf9a829aaedd55e17948df195a4a299f2ce) --- python-flask.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask.spec b/python-flask.spec index ed41dad..bcf82ae 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,6 +1,6 @@ Name: python-flask Version: 1.1.2 -Release: 2 +Release: 3 Epoch: 1 Summary: A lightweight WSGI web application framework License: BSD @@ -20,7 +20,7 @@ frameworks. %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 @@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Wed Oct 27 2021 Haiwei Li - 1.1.2-3 +- backport add require pythonx-simplejson. details see issue #I4CGIS + * Thu Sep 30 2021 Jiachen Fan - 1.1.2-2 - add missing install Requires python3-simplejson -- Gitee