From 7c6f558f77991e46052b60f27883e9b1e6160185 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 26 Mar 2024 14:52:40 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-httpcore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-httpcore.spec b/python-httpcore.spec index d76ac4d..8f48dca 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name httpcore Name: python-%{pypi_name} @@ -48,5 +48,8 @@ rm -rf %{pypi_name}.egg-info %license LICENSE.md %changelog +* Tue Mar 26 2024 Zhao Hang - 0.15.0-2 +- Rebuild with python3.11 + * Tue May 16 2023 Funda Wang - 0.15.0-1 - Import package for anolis 23 -- Gitee