From 0f8eb545212eaedcde2bf56ca14810c4e41b038fe7a872c5b83ba44d71dcdfbc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 18 Oct 2024 10:52:14 +0000 Subject: [PATCH] - 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=16 --- python-engineio-4.10.1.tar.gz | 3 +++ python-engineio-4.9.1.tar.gz | 3 --- python-python-engineio.changes | 24 ++++++++++++------------ python-python-engineio.spec | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 python-engineio-4.10.1.tar.gz delete mode 100644 python-engineio-4.9.1.tar.gz 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.9.1.tar.gz b/python-engineio-4.9.1.tar.gz deleted file mode 100644 index d561892..0000000 --- a/python-engineio-4.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:466d960bcbd0d5c0ebc0987c03182f461c6bcbc8eec64a020c7e0eee42b9cd6d -size 317721 diff --git a/python-python-engineio.changes b/python-python-engineio.changes index 7b5b61b..ebcf507 100644 --- a/python-python-engineio.changes +++ b/python-python-engineio.changes @@ -1,17 +1,17 @@ ------------------------------------------------------------------- -Mon Sep 30 10:46:52 UTC 2024 - Dirk Müller +Fri Oct 18 10:52:04 UTC 2024 - Dirk Müller -- update to 4.9.1: - * Fix inverted shutdown logic in async service task #354 - * More robust WebSocket close detection in the sync client #346 - * Option to disable routing in ASGIApp #345 - * More robust handling of polling disconnects #254 - * Clearer client logs after disconnect #342 - * Combine ssl_verify with other SSL options - * Hold references to background tasks to avoid garbage - collection - * Clearer documentation for the `max_http_buffer_size` argument - * Fix invalid WebSocket responses #331 #332 #338 +- 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 diff --git a/python-python-engineio.spec b/python-python-engineio.spec index 8bad0d8..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.9.1 +Version: 4.10.1 Release: 0 Summary: EngineIO server License: MIT