diff --git a/python-websockify.spec b/python-websockify.spec index 65d2efbcfa903db425f6ca239c4fb17e4a590db3..25ecf89bd050b8f965a4c87efb07d190836201bb 100644 --- a/python-websockify.spec +++ b/python-websockify.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-websockify -Version: 0.10.0 +Version: 0.12.0 Release: 1 Summary: Websockify. License: LGPLv3 URL: https://github.com/novnc/websockify -Source0: https://files.pythonhosted.org/packages/1e/2c/ac19ddaeb9aa76b6ce6678f073008a4123050001a812a5d173189fc4440a/websockify-0.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/1e/2c/ac19ddaeb9aa76b6ce6678f073008a4123050001a812a5d173189fc4440a/websockify-0.12.0.tar.gz BuildArch: noarch %description websockify: WebSockets support for any application/server @@ -70,6 +70,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 24 2024 liuzhilin - 0.12.0-1 +- Upgrade package python3-websockify to version 0.12.0 +- The simplejson module is no longer needed for redis token support. +- redis tokens can now be either JSON or plain text. +- websockify can now listen to a Unix socket for incoming connections. + * Wed Jun 15 2022 OpenStack_SIG - 0.10.0-1 - Upgrade package python3-websockify to version 0.10.0 diff --git a/websockify-0.10.0.tar.gz b/websockify-0.10.0.tar.gz deleted file mode 100644 index 0b3b5bd12073ee53225ef4a0c7dde0b770cfffee..0000000000000000000000000000000000000000 Binary files a/websockify-0.10.0.tar.gz and /dev/null differ diff --git a/websockify-0.12.0.tar.gz b/websockify-0.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..402fd539758b4de52d0db2e547c99924ea553c56 Binary files /dev/null and b/websockify-0.12.0.tar.gz differ