From 715640363251b8ef500109ae536118c944da94b1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Dec 2024 17:26:28 +0800 Subject: [PATCH] python3-httpx: upgrade 0.28.0 -> 0.28.1 Changelog: Fix SSL case where verify=False together with client side certificates. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-httpx_0.28.0.bb => python3-httpx_0.28.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-httpx_0.28.0.bb => python3-httpx_0.28.1.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-httpx_0.28.0.bb b/meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-httpx_0.28.0.bb rename to meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb index 2b8c809c08..fc41d7d2b2 100644 --- a/meta-python/recipes-devtools/python/python3-httpx_0.28.0.bb +++ b/meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c624803bdf6fc1c4ce39f5ae11d7bd05" inherit pypi python_hatchling -SRC_URI[sha256sum] = "0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0" +SRC_URI[sha256sum] = "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" DEPENDS += "\ python3-hatch-fancy-pypi-readme-native \