From 3e645b1237f95687b5be2526ad244523bf5fc31b Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 11 Mar 2024 15:10:06 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-urllib3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index b4e039a..076b4dc 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with tests %global pypi_name urllib3 @@ -73,6 +73,9 @@ sed -i -e 's/^import mock/from unittest import mock/' \ %doc CHANGES.rst README.rst %changelog +* Mon Mar 11 2024 Zhao Hang - 1.26.18-2 +- Rebuild with python3.11 + * Thu Oct 19 2023 Funda Wang - 1.26.18-1 - New version 1.26.18 -- Gitee