summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-01-28 12:29:01 +0200
committerKhem Raj <raj.khem@gmail.com>2021-02-01 10:44:16 -0800
commita66ddd88a7db5c601e51c17028199e95799806c7 (patch)
treed9d8a436babdde452c2b957efdf0cd1d79cfad5b /meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb
parentdcf10eaede84e117389b18fcb723945e91161b01 (diff)
downloadmeta-openembedded-a66ddd88a7db5c601e51c17028199e95799806c7.tar.gz
python3-urllib3: Upgrade 1.26.2 -> 1.26.3
Upgrade to release 1.26.3: - Fixed bytes and string comparison issue with headers - Changed ProxySchemeUnknown error message to be more actionable if the user supplies a proxy URL without a scheme Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb
new file mode 100644
index 0000000000..739cf24f5f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
2HOMEPAGE = "https://github.com/shazow/urllib3"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
5
6SRC_URI[sha256sum] = "de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73"
7
8inherit pypi setuptools3
9
10RDEPENDS_${PN} += "\
11 ${PYTHON_PN}-certifi \
12 ${PYTHON_PN}-cryptography \
13 ${PYTHON_PN}-email \
14 ${PYTHON_PN}-idna \
15 ${PYTHON_PN}-netclient \
16 ${PYTHON_PN}-pyopenssl \
17 ${PYTHON_PN}-threading \
18"
19
20CVE_PRODUCT = "urllib3"
21
22BBCLASSEXTEND = "native nativesdk"