From 7e4e5350af07a7fd1b4e4c991e3a63107da17b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=94=E7=AE=AD=E8=83=96=E8=83=96?= <1003350679@qq.com> Date: Wed, 31 May 2023 06:19:54 +0000 Subject: [PATCH] update python-flask.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 魔箭胖胖 <1003350679@qq.com> --- python-flask.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-flask.spec b/python-flask.spec index e5ac7a3..8560470 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,6 +1,6 @@ Name: python-flask Version: 2.1.2 -Release: 4 +Release: 5 Epoch: 1 Summary: A lightweight WSGI web application framework License: BSD-3-Clause @@ -55,6 +55,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Thu May 11 2023 yaoxin - 1:2.1.2-5 +- test ebs account + * Thu May 11 2023 yaoxin - 1:2.1.2-4 - Fix CVE-2023-30861 -- Gitee