diff mbox series

[meta-python,10/26] python3-httpcore: upgrade 1.0.2 -> 1.0.3

Message ID 1708419281-26047-10-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Headers show
Series [meta-networking,01/26] unbound: upgrade 1.19.0 -> 1.19.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 20, 2024, 8:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../{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 mbox series

Patch

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 3bfe5ed4a..203bfd48a 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 \