From ce7de9337655875866f44013558cb53b70fd15ba Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 26 Mar 2024 19:09:58 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-pygments.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pygments.spec b/python-pygments.spec index 9ca8788..7fb5183 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # when bootstrapping, we cannot yet use sphinx and pytest %bcond_without docs %bcond_without tests @@ -93,6 +93,9 @@ rm -rf doc/_build/html/_sources %changelog +* Tue Mar 26 2024 Zhao Hang - 2.15.1-2 +- Rebuild with python3.11 + * Sat Jul 22 2023 Funda Wang - 2.15.1-1 - New version 2.15.1 -- Gitee