summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-03-22 19:56:08 +0200
committerKhem Raj <raj.khem@gmail.com>2024-03-23 10:01:49 -0700
commita1938bff15159e6b95349cc8f61f12d1bd05f783 (patch)
tree220044bc1e5b78a2b9e33bdc1a9d4b1ffe96970d /meta-python
parent37594d354b993925d8ef02c8abe191e6c8e747cf (diff)
downloadmeta-openembedded-a1938bff15159e6b95349cc8f61f12d1bd05f783.tar.gz
python3-httpx: Upgrade 0.26.0 -> 0.27.0
Upgrade to version 0.27.0: - The app=... shortcut has been deprecated. Use the explicit style of transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead. - Respect the http1 argument while configuring proxy transports. - Fix RFC 2069 mode digest authentication. Signed-off-by: Leon Anavi <leon.anavi@konsulko.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.0.bb (renamed from meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb)6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb b/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb
index 50bff7f85..e4d3cbeee 100644
--- a/meta-python/recipes-devtools/python/python3-httpx_0.26.0.bb
+++ b/meta-python/recipes-devtools/python/python3-httpx_0.27.0.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] = "451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf" 8SRC_URI[sha256sum] = "a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"
9 9
10DEPENDS += "\ 10DEPENDS += "\
11 python3-hatch-fancy-pypi-readme-native \ 11 python3-hatch-fancy-pypi-readme-native \
@@ -22,6 +22,10 @@ RDEPENDS:${PN} += "\
22 python3-httpcore \ 22 python3-httpcore \
23 python3-idna \ 23 python3-idna \
24 python3-sniffio \ 24 python3-sniffio \
25 python3-json \
26 python3-core \
27 python3-netclient \
28 python3-compression \
25" 29"
26 30
27PACKAGES += "\ 31PACKAGES += "\