From 581afec51375a4fb1156cff22367db86d7ddbe5a Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Mon, 8 Apr 2024 11:39:24 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- python-tornado.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tornado.spec b/python-tornado.spec index a603de4..04292e3 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %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 +* Mon Apr 08 2024 Bo Ren - 6.3.3-3 +- Rebuild with python3.11 + * Wed Mar 13 2024 Zhao Hang - 6.3.3-2 - Rebuild with python3.11 -- Gitee