From 94289b20469e4116db4264b8c395ccc2a4903854 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-setuptools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index b3a3172..38f978a 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with tests %global srcname setuptools @@ -133,6 +133,9 @@ PYTHONPATH=$(pwd) %pytest \ %doc CHANGES.rst README.rst %changelog +* Mon Mar 11 2024 Zhao Hang - 68.0.0-2 +- Rebuild with python3.11 + * Tue Mar 5 2024 Liwei Ge - 68.0.0-1 - Update to 68.0.0 -- Gitee