From e1742be223fafaf5c95b8215cf5443a8bfeb22c56ae031fad75afd58e6da35ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 10:10:48 +0000 Subject: [PATCH] Accepting request 1032064 from home:yarunachalam:branches:devel:languages:python - Update to 5.7.2 * Fixed disconnect implementation when using a message queue #1002 (commit) * Fixed remote async disconnects via message queue #1003 (commit) * Support optional payloads in msgpack implementation #981 (commit) (thanks Cromfel!) * Recommend ASGI integration for Sanic in Documentation (commit) OBS-URL: https://build.opensuse.org/request/show/1032064 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=10 --- python-python-socketio.changes | 9 +++++++++ python-python-socketio.spec | 2 +- python-socketio-5.7.1.tar.gz | 3 --- python-socketio-5.7.2.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-socketio-5.7.1.tar.gz create mode 100644 python-socketio-5.7.2.tar.gz diff --git a/python-python-socketio.changes b/python-python-socketio.changes index 7d216a4..8dc2f8f 100644 --- a/python-python-socketio.changes +++ b/python-python-socketio.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 28 20:49:21 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 5.7.2 + * Fixed disconnect implementation when using a message queue #1002 (commit) + * Fixed remote async disconnects via message queue #1003 (commit) + * Support optional payloads in msgpack implementation #981 (commit) (thanks Cromfel!) + * Recommend ASGI integration for Sanic in Documentation (commit) + ------------------------------------------------------------------- Thu Oct 6 22:50:37 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-python-socketio.spec b/python-python-socketio.spec index a4f5416..9383af5 100644 --- a/python-python-socketio.spec +++ b/python-python-socketio.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-python-socketio -Version: 5.7.1 +Version: 5.7.2 Release: 0 Summary: SocketIO server License: MIT diff --git a/python-socketio-5.7.1.tar.gz b/python-socketio-5.7.1.tar.gz deleted file mode 100644 index bb2bdee..0000000 --- a/python-socketio-5.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c305258d7ee73a22c050ee9165f3c55eeb93eab3d48c9803b2e3aac55ebfec17 -size 143161 diff --git a/python-socketio-5.7.2.tar.gz b/python-socketio-5.7.2.tar.gz new file mode 100644 index 0000000..8e03bf6 --- /dev/null +++ b/python-socketio-5.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d71d68f4225a6525efe162e3c1df1adfecd1d05c94d17c032aec5e850624ba8 +size 143771