diff --git a/python-engineio-4.10.1.tar.gz b/python-engineio-4.10.1.tar.gz new file mode 100644 index 0000000..3e55d42 --- /dev/null +++ b/python-engineio-4.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f087b42d58dba827ddfb40f3b08b2ecc7543d1ab5a9e07f25b1a577e9d0692e +size 317153 diff --git a/python-engineio-4.8.0.tar.gz b/python-engineio-4.8.0.tar.gz deleted file mode 100644 index d328ece..0000000 --- a/python-engineio-4.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a32585d8fecd0118264fe0c39788670456ca9aa466d7c026d995cfff68af164 -size 88626 diff --git a/python-python-engineio.changes b/python-python-engineio.changes index 3d27e72..ebcf507 100644 --- a/python-python-engineio.changes +++ b/python-python-engineio.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Oct 18 10:52:04 UTC 2024 - Dirk Müller + +- update to 4.10.1: + * Reject request with incorrect transport #367 (commit) + * Reject requests with incorrect transport #367 (commit) + * Fixed runtime error when disconnecting all clients #368 + (commit) + * More flexible handling of the ASGI path #359 (commit) + * Remove unused parameter in log message #377 (commit) + * Minor updates to the server and client documentation (commit) + * Add Python 3.13 CI builds (commit) + * Run tests with mocked eventlet to avoid 3.13 failures + (commit) + ------------------------------------------------------------------- Wed Aug 14 00:46:24 UTC 2024 - Guang Yee @@ -22,7 +37,7 @@ Tue Feb 21 10:05:49 UTC 2023 - Daniel Garcia ------------------------------------------------------------------- Thu Oct 6 22:22:07 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 4.3.4 +- Update to version 4.3.4 * Let companion ASGI app handle lifespan events #287 (commit) * Use configured request timeout when making a WebSocket connection #286 (commit) (thanks jpfarias!) @@ -44,7 +59,7 @@ Wed Jan 19 12:31:11 UTC 2022 - Axel Braun - version 4.3.1 * Fix support for Sanic v21.9.0 and up (commit) (thanks 13g10n!) * Include example code in flake8 pass (commit) - * Remove unused version constant #262 (commit 1 commit 2) + * Remove unused version constant #262 (commit 1 commit 2) * Backward incompatible change: Reject websocket messages larger than max_http_buffer_size #260 (commit) * Enable or disable specific transports #259 (commit) (thanks Maciej Szeptuch!) * Option to disable the SIGINT handler in the client (commit) @@ -53,13 +68,13 @@ Wed Jan 19 12:31:11 UTC 2022 - Axel Braun * Remove unsanitized client input from error messages #250 (commit) (thanks André Carvalho!) * Use plaintext Content-Type when using polling #248 (commit) (thanks Tobias!) * Return better error messages for client connection errors #243 (commit) - * Reuse the aiohttp client session on reconnects #226 (commit) + * Reuse the aiohttp client session on reconnects #226 (commit) * Support setting socketio_path to the root URL #242 (commit) * Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit) * Pass reason when closing a WebSocket connection (commit) * Improved project structure (commit) - * Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!) - + * Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!) + ------------------------------------------------------------------- Tue May 25 17:35:08 UTC 2021 - Ben Greiner diff --git a/python-python-engineio.spec b/python-python-engineio.spec index 69996bd..195486c 100644 --- a/python-python-engineio.spec +++ b/python-python-engineio.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-python-engineio -Version: 4.8.0 +Version: 4.10.1 Release: 0 Summary: EngineIO server License: MIT