diff --git a/python-engineio-4.3.1.tar.gz b/python-engineio-4.3.1.tar.gz deleted file mode 100644 index 1a9989b..0000000 --- a/python-engineio-4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ed53bfc38466d8dd67fe3f7f9ed3762d63dabc51720301c2866188bb90f9c78 -size 299321 diff --git a/python-engineio-4.3.4.tar.gz b/python-engineio-4.3.4.tar.gz new file mode 100644 index 0000000..c84e968 --- /dev/null +++ b/python-engineio-4.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6ff1c3b3463a453b8eafa7a81f1dd52bd1728bf524988f9ab99b71c31a8d8e +size 300665 diff --git a/python-python-engineio.changes b/python-python-engineio.changes index 6897eb1..36c7d1a 100644 --- a/python-python-engineio.changes +++ b/python-python-engineio.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Oct 6 22:22:07 UTC 2022 - Yogalakshmi Arunachalam + +- 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!) + +- Update to version 4.3.3 + * Handle ASGI lifespan when running with a secondary ASGI app #284 (commit) (thanks mozartilize!) + * Update deprecated usage of asyncio.wait() #281 (commit) (thanks Ben Beasley!) + * Better handling of queued WebSocket messages in uWSGI #256 (commit) + * Gracefully fail to decode empty packets #269 (commit) + * Only attempt to set an async signal handler once #276 (commit) + +- Update to version 4.3.2 + * Option to use a callable for cors_allowed_origins #264 (commit) + * Close aiohttp session when disconnecting #272 (commit) + * Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 (commit) + ------------------------------------------------------------------- Wed Jan 19 12:31:11 UTC 2022 - Axel Braun diff --git a/python-python-engineio.spec b/python-python-engineio.spec index 52bb20e..d58accc 100644 --- a/python-python-engineio.spec +++ b/python-python-engineio.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-python-engineio -Version: 4.3.1 +Version: 4.3.4 Release: 0 Summary: EngineIO server License: MIT