From 8f1f6f86d84f4dc21213eacbb1076bebb44e7800c7c0f219db8687172eca454d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 22 Apr 2025 06:39:17 +0000 Subject: [PATCH] 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 --- python-engineio-4.11.2.tar.gz | 3 --- python-engineio-4.12.0.tar.gz | 3 +++ python-python-engineio.changes | 9 +++++++++ python-python-engineio.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-engineio-4.11.2.tar.gz create mode 100644 python-engineio-4.12.0.tar.gz diff --git a/python-engineio-4.11.2.tar.gz b/python-engineio-4.11.2.tar.gz deleted file mode 100644 index 029670e..0000000 --- a/python-engineio-4.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d2444d8d70ef841c1101e9d3ca7f9b3567c620744b77cfeed149346b07a33e7 -size 319497 diff --git a/python-engineio-4.12.0.tar.gz b/python-engineio-4.12.0.tar.gz new file mode 100644 index 0000000..81d90c5 --- /dev/null +++ b/python-engineio-4.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccc0d15535ad82ed03aeff022f31d450ab1eaa9d2108ecb1c4647d587514be9 +size 319601 diff --git a/python-python-engineio.changes b/python-python-engineio.changes index 664f977..b25b2e8 100644 --- a/python-python-engineio.changes +++ b/python-python-engineio.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 16 10:52:22 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-python-engineio.spec b/python-python-engineio.spec index fec7e64..e9fdbd3 100644 --- a/python-python-engineio.spec +++ b/python-python-engineio.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-python-engineio -Version: 4.11.2 +Version: 4.12.0 Release: 0 Summary: EngineIO server License: MIT