summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-03-19 19:13:04 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-22 09:19:08 -0700
commitc8957a09c4c04bcda94dd8ed76374c83e289b909 (patch)
tree61c21cf227c9bd515b7a646cdfed27f602455ead /meta-python/recipes-devtools/python
parent706d4cf402462506baf47c2c791d0d62cf9bae4a (diff)
downloadmeta-openembedded-c8957a09c4c04bcda94dd8ed76374c83e289b909.tar.gz
python3-urllib3: Upgrade 1.26.3 -> 1.26.4
Upgrade to release 1.26.4: - Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True. 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb (renamed from meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb)2
1 files changed, 1 insertions, 1 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.4.bb
index 739cf24f5f..0a31fb1e2d 100644
--- a/meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb
+++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.4.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] = "de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73" 6SRC_URI[sha256sum] = "e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9