From b6b1b42dda59a152c91b2d9f6a3225edc497738b Mon Sep 17 00:00:00 2001 From: jchzhou Date: Thu, 4 Sep 2025 17:15:28 +0800 Subject: [PATCH] bump release version to test RISC-V CI --- python-flask.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-flask.spec b/python-flask.spec index 9b8feff..02167ab 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 +* Tue May 09 2023 wulei - 1:2.2.5-2 +- Update to 2.2.5 + * Tue May 09 2023 wulei - 1:2.2.5-1 - Update to 2.2.5 -- Gitee