From f65238a105953273f88c9f5e1e3a744f64a28c78 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-websockets.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-websockets.spec b/python-websockets.spec index 1c80565..cfe3ce4 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name websockets @@ -67,5 +67,8 @@ The %{name}-doc package contains documentation files for %{name}. %doc README.rst %changelog +* Wed Mar 13 2024 Zhao Hang - 10.4-2 +- Rebuild with python3.11 + * Tue Mar 28 2023 yuanhui - 10.4-1 - Init package from upstream -- Gitee