15
0

16 Commits

Author SHA256 Message Date
5458106cd9 Accepting request 1324594 from devel:languages:python
- update to 4.13.0:
  * Apply escaping rules when parsing cookie values (commit)
  * Several minor improvements to the aiohttp integration #419
  * Clarify logging behavior in documentation #421 (commit)
  * Address deprecation warnings #422 (commit)
  * Add 3.14 and pypy-3.11 CI builds (commit)
  * Drop Python 3.8 and 3.9 from CI builds (commit)

OBS-URL: https://build.opensuse.org/request/show/1324594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-engineio?expand=0&rev=13
2025-12-29 14:16:48 +00:00
082e83ad5a - update to 4.13.0:
* Apply escaping rules when parsing cookie values (commit)
  * Several minor improvements to the aiohttp integration #419
  * Clarify logging behavior in documentation #421 (commit)
  * Address deprecation warnings #422 (commit)
  * Add 3.14 and pypy-3.11 CI builds (commit)
  * Drop Python 3.8 and 3.9 from CI builds (commit)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=26
2025-12-28 20:25:39 +00:00
46cd6b15d2 Accepting request 1317194 from devel:languages:python
- update to 4.12.3:
  * Reset client queue upon disconnection #414 (commit)
  * Support `['*']` in addition to `'*'` in the
    `cors_allowed_origins` option #410 (commit)
  * Support new monkey-patched gevent `Queue` class in the client
    #403 (commit)
  * Better support of the ASGI spec when interpreting WebSocket
    events #405 (commit)
  * Accept empty binary values in the async server #404 (commit)
  * Add SPDX license identifier #401 (commit)

OBS-URL: https://build.opensuse.org/request/show/1317194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-engineio?expand=0&rev=12
2025-11-12 20:14:23 +00:00
62a831069f - update to 4.12.3:
* Reset client queue upon disconnection #414 (commit)
  * Support `['*']` in addition to `'*'` in the
    `cors_allowed_origins` option #410 (commit)
  * Support new monkey-patched gevent `Queue` class in the client
    #403 (commit)
  * Better support of the ASGI spec when interpreting WebSocket
    events #405 (commit)
  * Accept empty binary values in the async server #404 (commit)
  * Add SPDX license identifier #401 (commit)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=24
2025-11-11 21:58:32 +00:00
2ac0c6cc6a Accepting request 1271277 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1271277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-engineio?expand=0&rev=11
2025-04-22 15:29:32 +00:00
85cc57ade5 - 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/package/show/devel:languages:python/python-python-engineio?expand=0&rev=22
2025-04-22 06:39:17 +00:00
bc689e5eeb Accepting request 1255538 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1255538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-engineio?expand=0&rev=10
2025-03-24 12:32:42 +00:00
f09daf0f9b - 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/package/show/devel:languages:python/python-python-engineio?expand=0&rev=20
2025-03-24 09:14:15 +00:00
cd95790c9c Accepting request 1222660 from devel:languages:python
- Add missing dependency python-simple-websocket

OBS-URL: https://build.opensuse.org/request/show/1222660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-engineio?expand=0&rev=9
2024-11-08 11:01:22 +00:00
fc956b3de8 - 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
99811f03fe Accepting request 1208853 from devel:languages:python
- 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)

- 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/request/show/1208853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-engineio?expand=0&rev=8
2024-10-18 13:58:44 +00:00
bf30da28e9 - 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
50a9854aa0 - 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
9caf827ccb Accepting request 1196099 from 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)
- Drop python-311.patch as it is included upstream

OBS-URL: https://build.opensuse.org/request/show/1196099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-engineio?expand=0&rev=7
2024-08-27 17:38:44 +00:00
33b99f7ef9 - 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
e017555ac5 - 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/package/show/devel:languages:python/python-python-engineio?expand=0&rev=12
2024-08-23 08:57:04 +00:00
4 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ccc0d15535ad82ed03aeff022f31d450ab1eaa9d2108ecb1c4647d587514be9
size 319601

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7375254e85cef1e78559f4ed01f7cfba85a30d0a34d3695f0d96e5e9e73de92d
size 320799

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Dec 28 20:25:12 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.13.0:
* Apply escaping rules when parsing cookie values (commit)
* Several minor improvements to the aiohttp integration #419
* Clarify logging behavior in documentation #421 (commit)
* Address deprecation warnings #422 (commit)
* Add 3.14 and pypy-3.11 CI builds (commit)
* Drop Python 3.8 and 3.9 from CI builds (commit)
-------------------------------------------------------------------
Tue Nov 11 21:58:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.12.3:
* Reset client queue upon disconnection #414 (commit)
* Support `['*']` in addition to `'*'` in the
`cors_allowed_origins` option #410 (commit)
* Support new monkey-patched gevent `Queue` class in the client
#403 (commit)
* Better support of the ASGI spec when interpreting WebSocket
events #405 (commit)
* Accept empty binary values in the async server #404 (commit)
* Add SPDX license identifier #401 (commit)
-------------------------------------------------------------------
Wed Apr 16 10:52:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-engineio
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-python-engineio
Version: 4.12.0
Version: 4.13.0
Release: 0
Summary: EngineIO server
License: MIT