diff mbox series

[meta-python,34/67] python3-httpx: upgrade 0.28.0 -> 0.28.1

Message ID 1735032421-13513-34-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/67] ctags: upgrade 6.1.20241215.0 -> 6.1.20241222.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 24, 2024, 9:26 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
  Fix SSL case where verify=False together with client side certificates.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 \