diff --git a/python-websocket-client.spec b/python-websocket-client.spec index edc7e380959170c9393bf72dd5ca67970f967c35..1ed95715e4fcfa2393afb77560477025c7e9b6e6 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