summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2023-10-13 19:09:35 +0800
committerSteve Sakoman <steve@sakoman.com>2023-10-18 05:13:24 -1000
commit73d81d2908f13c8ae703958dee209612caa939d0 (patch)
tree9479b72f8ac9a91b01b57c64f69ff42ea5d5ad06 /meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
parent9d5d4218ec5481872520fd5fc14d5ba7027b1278 (diff)
downloadpoky-73d81d2908f13c8ae703958dee209612caa939d0.tar.gz
python3-urllib3: upgrade 1.26.9 -> 1.26.10
Add dependence python3-logging. Changelog: ========= * Removed support for Python 3.5 * Fixed an issue where a "ProxyError" recommending configuring the proxy as HTTP instead of HTTPS could appear even when an HTTPS proxy wasn't configured. (From OE-Core rev: d9f200b931e48d957b721005f0140ef3fff55af3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a8a26a92dfe367472daf086a33a1b30ff6d17540) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-urllib3_1.26.10.bb')
-rw-r--r--meta/recipes-devtools/python/python3-urllib3_1.26.10.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
new file mode 100644
index 0000000000..a8e2073d71
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
@@ -0,0 +1,23 @@
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] = "879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6"
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 ${PYTHON_PN}-logging \
19"
20
21CVE_PRODUCT = "urllib3"
22
23BBCLASSEXTEND = "native nativesdk"