diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:28 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:08 -0800 |
commit | 715640363251b8ef500109ae536118c944da94b1 (patch) | |
tree | ba9eb4d430f79d8c33af907df3851b0b3df44a80 /meta-python/recipes-devtools | |
parent | 2a8b32f45123c64f58b6a561acd1ff70e42b0f4a (diff) | |
download | meta-openembedded-715640363251b8ef500109ae536118c944da94b1.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb (renamed from meta-python/recipes-devtools/python/python3-httpx_0.28.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 2b8c809c0..fc41d7d2b 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" | |||
5 | 5 | ||
6 | inherit pypi python_hatchling | 6 | inherit pypi python_hatchling |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0" | 8 | SRC_URI[sha256sum] = "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" |
9 | 9 | ||
10 | DEPENDS += "\ | 10 | DEPENDS += "\ |
11 | python3-hatch-fancy-pypi-readme-native \ | 11 | python3-hatch-fancy-pypi-readme-native \ |