17
0

4 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
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