mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-02 15:38:26 +00:00
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>
This commit is contained in:
48
meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb
Normal file
48
meta-python/recipes-devtools/python/python3-httpx_0.27.2.bb
Normal file
@@ -0,0 +1,48 @@
|
||||
SUMMARY = "A next generation HTTP client for Python."
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c624803bdf6fc1c4ce39f5ae11d7bd05"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
SRC_URI[sha256sum] = "f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"
|
||||
|
||||
DEPENDS += "\
|
||||
python3-hatch-fancy-pypi-readme-native \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[brotli] = ",,,python3-brotli"
|
||||
PACKAGECONFIG[http2] = ",,,python3-h2"
|
||||
PACKAGECONFIG[socks] = ",,,python3-socksio"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-anyio \
|
||||
python3-certifi \
|
||||
python3-httpcore \
|
||||
python3-idna \
|
||||
python3-sniffio \
|
||||
python3-json \
|
||||
python3-core \
|
||||
python3-netclient \
|
||||
python3-compression \
|
||||
"
|
||||
|
||||
PACKAGES += "\
|
||||
${PN}-cli \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-cli += "\
|
||||
${PN} \
|
||||
python3-click \
|
||||
python3-pygments \
|
||||
python3-rich \
|
||||
"
|
||||
|
||||
FILES:${PN} = "\
|
||||
${libdir}/${PYTHON_DIR} \
|
||||
"
|
||||
|
||||
FILES:${PN}-cli = "\
|
||||
${bindir}/httpx \
|
||||
"
|
||||
Reference in New Issue
Block a user