From 47456973c7f456de915b778e146d742b716486f5 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 13 Mar 2024 13:46:54 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: mgb01105731 --- python-httpx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-httpx.spec b/python-httpx.spec index 0ea7b8b..c3413f5 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name httpx Name: python-%{pypi_name} @@ -43,5 +43,8 @@ rm -rf %{pypi_name}.egg-info %attr(755, root, root) %{_bindir}/httpx %changelog +* Wed Mar 13 2024 mgb01105731 - 0.23.0-2 +- Rebuild with python3.11 + * Mon May 15 2023 Funda Wang - 0.23.0-1 - Import package for anolis 23 -- Gitee