summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-10 17:02:48 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-10 07:20:38 -0700
commit7e53cb271aa75155881a0800399be66fee24ef81 (patch)
treeddce9f931352d07641c8e05fd5c12ccbe511041c /meta-python
parent32c3b995c9563f0ec0c7aae883a4e047fb66fe12 (diff)
downloadmeta-openembedded-7e53cb271aa75155881a0800399be66fee24ef81.tar.gz
python3-httpx: upgrade 0.27.0 -> 0.27.2
Changelog: ========== - Reintroduced supposedly-private URLTypes shortcut. - Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb (renamed from meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb b/meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb
index e4d3cbeee8..e4e1eeea73 100644
--- a/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb
+++ b/meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c624803bdf6fc1c4ce39f5ae11d7bd05"
5 5
6inherit pypi python_hatchling 6inherit pypi python_hatchling
7 7
8SRC_URI[sha256sum] = "a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5" 8SRC_URI[sha256sum] = "f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"
9 9
10DEPENDS += "\ 10DEPENDS += "\
11 python3-hatch-fancy-pypi-readme-native \ 11 python3-hatch-fancy-pypi-readme-native \