From ce8621d86672aeadee8a380cd225f18ce38848b3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Dec 2024 08:16:24 +0800 Subject: [PATCH] python3-httpx: upgrade 0.27.2 -> 0.28.0 Changelog: ============= - The following cases of configuration API have been deprecated: The verify argument as a string argument is now deprecated and will raise warnings. The cert argument is now deprecated and will raise warnings. - The deprecated proxies argument has now been removed. - The deprecated app argument has now been removed. - JSON request bodies use a compact representation. (#3363) - Review URL percent escape sets, based on WHATWG spec. (#3371, #3373) - Ensure certifi and httpcore are only imported if required. (#3377) - Treat socks5h as a valid proxy scheme. (#3178) - Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-httpx_0.27.2.bb => python3-httpx_0.28.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-httpx_0.27.2.bb => python3-httpx_0.28.0.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb b/meta-python/recipes-devtools/python/python3-httpx_0.28.0.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb rename to meta-python/recipes-devtools/python/python3-httpx_0.28.0.bb index e4e1eeea73..2b8c809c08 100644 --- a/meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb +++ b/meta-python/recipes-devtools/python/python3-httpx_0.28.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c624803bdf6fc1c4ce39f5ae11d7bd05" inherit pypi python_hatchling -SRC_URI[sha256sum] = "f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2" +SRC_URI[sha256sum] = "0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0" DEPENDS += "\ python3-hatch-fancy-pypi-readme-native \