diff options
author | Tim Orling <ticotimo@gmail.com> | 2023-02-03 09:50:34 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-04 17:02:10 +0000 |
commit | 69b8b7ef1bd3c2e4a5140aff3de5318b1b292986 (patch) | |
tree | 2db94890580c3fb31c34bc01a95b19116b8cadd9 /meta/recipes-devtools/python | |
parent | 5cba8c7e742adac2ace9522460392d4a1ad49073 (diff) | |
download | poky-69b8b7ef1bd3c2e4a5140aff3de5318b1b292986.tar.gz |
python3-urllib3: upgrade 1.26.13 -> 1.26.14
https://github.com/urllib3/urllib3/blob/1.26.14/CHANGES.rst#12614-2023-01-11
1.26.14 (2023-01-11)
Fixed parsing of port 0 (zero) returning None, instead of 0. (#2850)
Removed deprecated getheaders() calls in contrib module.
(From OE-Core rev: 55ab1bf20e6893088acb6460e9004dac8e205559)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-urllib3_1.26.14.bb (renamed from meta/recipes-devtools/python/python3-urllib3_1.26.13.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb index 7af95117cf..f35a141df2 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8" | 6 | SRC_URI[sha256sum] = "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||