diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-03 08:16:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-03 09:44:34 -0800 |
| commit | ce8621d86672aeadee8a380cd225f18ce38848b3 (patch) | |
| tree | b25ebc215dd057efd0296bfd539a4c51bc2fdf01 /meta-python | |
| parent | 8ef020e8445ca3793ee457497c864e4389fa0017 (diff) | |
| download | meta-openembedded-ce8621d86672aeadee8a380cd225f18ce38848b3.tar.gz | |
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 <wangmy@cn.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.28.0.bb (renamed from meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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" | |||
| 5 | 5 | ||
| 6 | inherit pypi python_hatchling | 6 | inherit pypi python_hatchling |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2" | 8 | SRC_URI[sha256sum] = "0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0" |
| 9 | 9 | ||
| 10 | DEPENDS += "\ | 10 | DEPENDS += "\ |
| 11 | python3-hatch-fancy-pypi-readme-native \ | 11 | python3-hatch-fancy-pypi-readme-native \ |
