14
0

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
This commit is contained in:
2025-04-22 06:39:17 +00:00
committed by Git OBS Bridge
parent 8f5dbf1d2d
commit 8f1f6f86d8
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 16 10:52:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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)
-------------------------------------------------------------------
Sun Mar 23 17:44:26 UTC 2025 - Axel Braun <axel.braun@gmx.de>