summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-07-12 15:48:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-12 23:56:10 +0100
commit74d1c0d6a2912c93d817bbf4a764af26c78d5b9b (patch)
tree0a168e718bc81e409dd94d3a2667391eb791d455
parent33bc98561070c1e5acf7ffc8ba988a1a4e0856f6 (diff)
downloadpoky-74d1c0d6a2912c93d817bbf4a764af26c78d5b9b.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: a8a26a92dfe367472daf086a33a1b30ff6d17540) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-urllib3_1.26.10.bb (renamed from meta/recipes-devtools/python/python3-urllib3_1.26.9.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.9.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
index 95ae4a54a4..a8e2073d71 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.9.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
5 5
6SRC_URI[sha256sum] = "aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" 6SRC_URI[sha256sum] = "879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
@@ -15,6 +15,7 @@ RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-netclient \ 15 ${PYTHON_PN}-netclient \
16 ${PYTHON_PN}-pyopenssl \ 16 ${PYTHON_PN}-pyopenssl \
17 ${PYTHON_PN}-threading \ 17 ${PYTHON_PN}-threading \
18 ${PYTHON_PN}-logging \
18" 19"
19 20
20CVE_PRODUCT = "urllib3" 21CVE_PRODUCT = "urllib3"