From 97f9a02662904573f48b47e6a0eb4369db357b30 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 16:22:37 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-virtualenv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index eba3c42..573d647 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_with tests Name: python-virtualenv @@ -135,6 +135,9 @@ PIP_CERT=/etc/pki/tls/certs/ca-bundle.crt \ %doc README.md %changelog +* Wed Mar 13 2024 Zhao Hang - 20.21.0-3 +- Rebuild with python3.11 + * Sat Mar 25 2023 happy_orange - 20.21.0-2 - rebuild to fix version error -- Gitee