From 66a8e9be73fe71d7f82af3d7cab7c78fb13523f9 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 12 Mar 2024 14:12:49 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-pip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index cd47c88..7d13c44 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with tests %bcond_with doc @@ -231,6 +231,9 @@ pytest_k='not completion' %endif %changelog +* Tue Mar 12 2024 Zhao Hang - 23.3.1-2 +- Rebuild with python3.11 + * Thu Oct 26 2023 Funda Wang - 23.3.1-1 - New verison 23.3.1 -- Gitee