From 9a2e671e05e3a5027f710b77502dac0a0b15d4fd Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 11 Mar 2024 16:27:25 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-simpleline.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-simpleline.spec b/python-simpleline.spec index 791218a..2af02ca 100644 --- a/python-simpleline.spec +++ b/python-simpleline.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global srcname simpleline Name: python-%{srcname} @@ -70,6 +70,9 @@ make test %doc ChangeLog README.md %changelog +* Mon Mar 11 2024 Zhao Hang - 1.9.0-3 +- Rebuild with python3.11 + * Sun Oct 09 2022 mgb01105731 - 1.9.0-2 - add doc package -- Gitee