diff mbox series

[meta-python,35/70] python3-httpx2: upgrade 2.9.1 -> 2.10.0

Message ID 20260819093514.1101-35-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/70] avro-c: upgrade 1.12.1 -> 1.12.2 | expand

Commit Message

Wang Mingyu Aug. 19, 2026, 9:34 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
- Add support for running on WebAssembly / Emscripten via Pyodide, using a
  JavaScript fetch-based transport defined in httpx2-jsfetch.
- Add max_event_size to cap SSE event buffering.
- Add RFC 9110 status code constants.
- Add support for Python 3.15.
- Improve SSE chunk buffering performance.
- Skip cookie extraction for responses without Set-Cookie headers.
- Return str | None instead of Any from Headers.get.
- Enforce the WebSocket max message size across fragmented messages.
- Ignore unsolicited and duplicate WebSocket Pong frames.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-httpx2_2.9.1.bb => python3-httpx2_2.10.0.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-httpx2_2.9.1.bb => python3-httpx2_2.10.0.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-httpx2_2.9.1.bb b/meta-python/recipes-devtools/python/python3-httpx2_2.10.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-httpx2_2.9.1.bb
rename to meta-python/recipes-devtools/python/python3-httpx2_2.10.0.bb
index ed067f73db..1be888ed00 100644
--- a/meta-python/recipes-devtools/python/python3-httpx2_2.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-httpx2_2.10.0.bb
@@ -2,7 +2,7 @@  SUMMARY = "The next generation HTTP client."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=166cfc32dc0986f87a7e950553b52e5e"
 
-SRC_URI[sha256sum] = "1932a768737e3666291582833da748cc4e563c337cf96706fccc04fa6e58764a"
+SRC_URI[sha256sum] = "8741d7329fe2c7885fc9ceb61c8217acfb87a85f75723714b89ebf7ad7196338"
 
 inherit pypi python_hatchling