From 002619e07c0d1f2615102e7b4e6f4dbd86a8720ade80fcff7ddb803ba605982c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 28 Dec 2025 20:25:39 +0000 Subject: [PATCH] - 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 --- python-engineio-4.12.3.tar.gz | 3 --- python-engineio-4.13.0.tar.gz | 3 +++ python-python-engineio.changes | 11 +++++++++++ python-python-engineio.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 python-engineio-4.12.3.tar.gz create mode 100644 python-engineio-4.13.0.tar.gz diff --git a/python-engineio-4.12.3.tar.gz b/python-engineio-4.12.3.tar.gz deleted file mode 100644 index aac4a2d..0000000 --- a/python-engineio-4.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eba05d9be79cbc03456c7223c208b1e2baeed0d5a7e19a79868ed692fb3bdffd -size 320371 diff --git a/python-engineio-4.13.0.tar.gz b/python-engineio-4.13.0.tar.gz new file mode 100644 index 0000000..e9929fc --- /dev/null +++ b/python-engineio-4.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7375254e85cef1e78559f4ed01f7cfba85a30d0a34d3695f0d96e5e9e73de92d +size 320799 diff --git a/python-python-engineio.changes b/python-python-engineio.changes index 69d9477..b1e23f9 100644 --- a/python-python-engineio.changes +++ b/python-python-engineio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Dec 28 20:25:12 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-python-engineio.spec b/python-python-engineio.spec index 0b4de02..2072179 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.12.3 +Version: 4.13.0 Release: 0 Summary: EngineIO server License: MIT