diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-28 12:29:01 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-01 10:44:16 -0800 |
| commit | a66ddd88a7db5c601e51c17028199e95799806c7 (patch) | |
| tree | d9d8a436babdde452c2b957efdf0cd1d79cfad5b /meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb | |
| parent | dcf10eaede84e117389b18fcb723945e91161b01 (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" | ||
| 2 | HOMEPAGE = "https://github.com/shazow/urllib3" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS_${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 | |||
| 20 | CVE_PRODUCT = "urllib3" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
