mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
python3-requests: upgrade 2.28.1 -> 2.28.2
https://requests.readthedocs.io/en/latest/community/updates/#release-history 2.28.2 (2023-01-12) Dependencies Requests now supports charset_normalizer 3.x. (#6261) Bugfixes Updated MissingSchema exception to suggest https scheme rather than http. (#6188) (From OE-Core rev: 09a0a940197fc9c4fdd717aec8cd87b3db1345bb) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
139a9b3a46
commit
f82d12e552
26
meta/recipes-devtools/python/python3-requests_2.28.2.bb
Normal file
26
meta/recipes-devtools/python/python3-requests_2.28.2.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
DESCRIPTION = "Python HTTP for Humans."
|
||||
HOMEPAGE = "http://python-requests.org"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
|
||||
|
||||
SRC_URI[sha256sum] = "98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-ndg-httpsclient \
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-pyasn1 \
|
||||
${PYTHON_PN}-pyopenssl \
|
||||
${PYTHON_PN}-pysocks \
|
||||
${PYTHON_PN}-urllib3 \
|
||||
${PYTHON_PN}-chardet \
|
||||
${PYTHON_PN}-idna \
|
||||
${PYTHON_PN}-compression \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "requests"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user