From d6c9d21ec40a1444f4712a1f0d386783191c1374 Mon Sep 17 00:00:00 2001 From: DisNight Date: Sat, 9 Oct 2021 10:40:23 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=A0python-simlejson=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E6=8F=90=E4=BE=9Bpython2=E5=AD=90=E5=8C=85=20=E6=95=85?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-flask.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask.spec b/python-flask.spec index 2b2acde..ec0e6e3 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 @@ -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 python2-simplejson +Requires: python2-jinja2 python2-werkzeug python2-itsdangerous python2-click %description -n python2-flask Python-flask for python 2 version @@ -77,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Sat Oct 9 2021 Jiachen Fan - 1.1.2-3 +- in openEuler LTS version, python-simple not provide python2-simplejson. then remove it + * Thu Sep 30 2021 Jiachen Fan - 1.1.2-2 - add missing install Requires python2/3-simplejson -- Gitee