From e43d2023ac191f5cf01138f5b4648a8341c8e3f0 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 26 Mar 2024 16:13:51 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-websocket-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-websocket-client.spec b/python-websocket-client.spec index edc7e38..1ed9571 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # what it's called on pypi %global srcname websocket-client @@ -64,5 +64,8 @@ The %{name}-doc package contains documentation files for %{name}. %doc README.md ChangeLog %changelog +* Tue Mar 26 2024 Zhao Hang - 1.3.3-2 +- Rebuild with python3.11 + * Tue Mar 28 2023 yuanhui - 1.3.3-1 - Init package from upstream -- Gitee