14
0
Commit Graph

14 Commits

Author SHA256 Message Date
8f1f6f86d8 Accepting request 1269972 from home:glaubitz:branches:devel:languages:python
- Update to 4.12.0
  * Optimize packet parsing to avoid unnecessary calls to
    JSON parser (#399)
  * Pass `environ` as a second argument to callable option
    `cors_allowed_origins` #398)

OBS-URL: https://build.opensuse.org/request/show/1269972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=22
2025-04-22 06:39:17 +00:00
8f5dbf1d2d Accepting request 1255427 from home:DocB:branches:devel:languages:python
- version 4,11,2
  * Fix incorrect disconnection reason reported when browser page is closed (commit)
  * Remove debugging prints 😊 (commit)
  * Pass a reason argument to the disconnect handler #393 (commit)
  * Add maxPayload to connection response #392 (commit) (thanks HeySMMReseller & HeySMMProvider!)
  * Client option to disable timestamps in connection URLs #386 (commit)
  * Return disconnected sessions as 400 errors #391 (commit)
  * Handle unicode errors in ASGI driver #389 (commit)
  * Replaced deprecated get_event_loop with get_running_loop #384 (commit)
  * Remove constructs required by older, now unsupported Python versions (commit)
  * Switched to pyenv-asyncio for async unit tests (commit)
  * Adopted unittest.mock.AsyncMock in async unit tests instead of homegrown version (commit)
  * Removed tests dependency on unittest.TestCase base class (commit)

OBS-URL: https://build.opensuse.org/request/show/1255427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=20
2025-03-24 09:14:15 +00:00
0ad474152f - Add missing dependency python-simple-websocket
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=18
2024-11-08 07:50:22 +00:00
0f8eb54521 - 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
2024-10-18 10:52:14 +00:00
33b92a068e - 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 version 4.3.4
 * Remove unused version constant #262 (commit 1 commit 2)
 * Reuse the aiohttp client session on reconnects #226 (commit)
 * Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=15
2024-09-30 10:47:35 +00:00
0701988951 - Drop python-311.patch as it is included upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=13
2024-08-26 15:37:24 +00:00
35cd380d0d Accepting request 1195203 from home:yeey:branches:devel:languages:python
- Update to version 4.8.0
  * Return consistent responses after Websocket connection ends
  * Migrate Python package metadata to pyproject.toml
  * Remove Python 3.7 from builds
  * Internal code restructure (no functional changes)

OBS-URL: https://build.opensuse.org/request/show/1195203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=12
2024-08-23 08:57:04 +00:00
6f36c9b611 Accepting request 1130325 from home:alarrosa:branches:devel:languages:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1130325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=10
2023-12-02 08:41:44 +00:00
0cb9def0ae - Add python-311.patch to support python 3.11,
gh#miguelgrinberg/python-engineio@ac3911356fbe

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=8
2023-02-21 10:06:34 +00:00
e947477506 Accepting request 1008607 from home:yarunachalam:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1008607
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=6
2022-10-07 07:55:51 +00:00
7d821b0e41 Accepting request 948193 from home:DocB:branches:devel:languages:python
- 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) 
 * 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)
 * Support binary packets with zero length #257 (commit)
 * Improve documentation on start_background_task() function (commit)
 * 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) 
 * 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!)

OBS-URL: https://build.opensuse.org/request/show/948193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=5
2022-01-24 13:28:03 +00:00
491721d3db Accepting request 895419 from home:DocB:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895419
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=3
2021-05-26 14:29:46 +00:00
e362c2515c Accepting request 852935 from devel:languages:python
from :misc

OBS-URL: https://build.opensuse.org/request/show/852935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-engineio?expand=0&rev=1
2020-12-04 20:29:00 +00:00
b3a9640422 Accepting request 851595 from home:jayvdb:py-submit
from :misc , intrinsic part of python-socketio with 2.1k stars
https://github.com/miguelgrinberg/python-socketio
no. 1270 on https://hugovk.github.io/top-pypi-packages/

OBS-URL: https://build.opensuse.org/request/show/851595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=1
2020-12-02 09:14:32 +00:00