From 61e8f2b95ec40bbf363511c5fe41816c7cba243b Mon Sep 17 00:00:00 2001 From: DisNight Date: Thu, 30 Sep 2021 02:52:32 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BC=BA=E5=A4=B1=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E4=BE=9D=E8=B5=96=20python2/3-simplejson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit f5807666675343d98702e55e3716e26312f871f8) --- python-flask.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-flask.spec b/python-flask.spec index a1d115a..2b2acde 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 @@ -22,7 +22,7 @@ frameworks. %package -n python2-flask Summary: python-flask for python 2 version %{?python_provide:%python_provide python2-flask} -Requires: python2-jinja2 python2-werkzeug python2-itsdangerous python2-click +Requires: python2-jinja2 python2-werkzeug python2-itsdangerous python2-click python2-simplejson %description -n python2-flask Python-flask for python 2 version @@ -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 +Requires: python3-jinja2 python3-werkzeug python3-itsdangerous python3-click python3-simplejson %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 +* Thu Sep 30 2021 Jiachen Fan - 1.1.2-2 +- add missing install Requires python2/3-simplejson + * Wed Aug 18 2021 huanghaitao - 1.1.2-1 - Upgrade version to 1.1.2 -- Gitee