From 744a0098dd8d5e27388c4e36a5ba2d486a0192be Mon Sep 17 00:00:00 2001 From: ouuleilei Date: Tue, 26 Nov 2024 09:56:14 +0000 Subject: [PATCH] update python-flask.spec. Signed-off-by: ouuleilei --- python-flask.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-flask.spec b/python-flask.spec index 9b8feff..aefdd03 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,6 +1,6 @@ Name: python-flask Version: 2.2.5 -Release: 1 +Release: 2 Epoch: 1 Summary: A lightweight WSGI web application framework License: BSD-3-Clause @@ -51,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Feb Nov 26 2024 wangliu - 1:2.2.5-2 +- riscv64 test + * Tue May 09 2023 wulei - 1:2.2.5-1 - Update to 2.2.5 -- Gitee