From 8f1c0c4d64182dceb781ff75f0031cae6b9f3f8b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 Feb 2024 16:54:25 +0800 Subject: [PATCH] python3-httpcore: upgrade 1.0.2 -> 1.0.3 Changelog: ========== -Fix support for async cancellations. -Fix trace extension when used with socks proxy. -Fix SSL context for connections using the "wss" scheme Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-httpcore_1.0.2.bb => python3-httpcore_1.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-httpcore_1.0.2.bb => python3-httpcore_1.0.3.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-httpcore_1.0.2.bb b/meta-python/recipes-devtools/python/python3-httpcore_1.0.3.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-httpcore_1.0.2.bb rename to meta-python/recipes-devtools/python/python3-httpcore_1.0.3.bb index 3bfe5ed4ae..203bfd48a1 100644 --- a/meta-python/recipes-devtools/python/python3-httpcore_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-httpcore_1.0.3.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1c1f23b073da202e1f4f9e426490210c" inherit pypi python_hatchling -SRC_URI[sha256sum] = "9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535" +SRC_URI[sha256sum] = "5c0f9546ad17dac4d0772b0808856eb616eb8b48ce94f49ed819fd6982a8a544" DEPENDS += "\ python3-hatch-fancy-pypi-readme-native \