From 6b22f85371da5e5586aaf327377e7679d7b073f8 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 11:13:21 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-cppy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cppy.spec b/python-cppy.spec index 5406a2b..a8e42d1 100644 --- a/python-cppy.spec +++ b/python-cppy.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global srcname cppy %bcond_with doc @@ -80,5 +80,8 @@ rm -rf html/.{doctrees,buildinfo} %doc README.rst %changelog +* Wed Mar 13 2024 Zhao Hang - 1.2.1-2 +- Rebuild with python3.11 + * Tue Mar 28 2023 happy_orange - 1.2.1-1 - init package from upstream -- Gitee