From aeb1807638dbf84deb9ca0284b8709aa5f3c165e Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Wed, 27 Mar 2024 19:44:01 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- python-cheroot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cheroot.spec b/python-cheroot.spec index 808437d..f14f23c 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name cheroot %bcond_with docs @@ -87,5 +87,8 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build -W ignore::DeprecationWarning %endif %changelog +* Wed Mar 27 2024 Bo Ren - 9.0.0-2 +- Rebuild with python3.11 + * Wed Apr 19 2023 DengXiewei - 9.0.0-1 - Initial package from upstream -- Gitee