From 5f09c8440c2d99e1f9c550e7f30de1bee95564b1 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 16:08:46 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-routes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-routes.spec b/python-routes.spec index 8e091b1..ee1174e 100644 --- a/python-routes.spec +++ b/python-routes.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with check @@ -64,5 +64,8 @@ PYTHONPATH=$(pwd) nosetests-%{python3_version} %doc README.rst CHANGELOG.rst docs %changelog +* Wed Mar 13 2024 Zhao Hang - 2.5.1-2 +- Rebuild with python3.11 + * Wed Mar 29 2023 yuanhui - 2.5.1-1 - Init package from upstream -- Gitee