From 37650b8f55827d2b9a3e29783cc27323995ae085 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 16:22:37 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-tornado.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tornado.spec b/python-tornado.spec index 4d7e2c6..a603de4 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global srcname tornado %global common_description %{expand: Tornado is an open source version of the scalable, non-blocking web @@ -68,6 +68,9 @@ export TRAVIS=true %doc demos %changelog +* Wed Mar 13 2024 Zhao Hang - 6.3.3-2 +- Rebuild with python3.11 + * Tue Feb 06 2024 mgb01105731 - 6.3.3-1 - update to 6.3.3 -- Gitee