diff mbox series

[4/5] python3-urllib3: upgrade 1.26.14 -> 1.26.15

Message ID e398e2551757d47e8251a846f4be10e0f661fda3.1678928363.git.tim.orling@konsulko.com
State Accepted, archived
Commit 8e062efbac29a81831c3060bcae601dc533d65dd
Headers show
Series [1/5] python3-pytest: upgrade 7.2.1 -> 7.2.2 | expand

Commit Message

Tim Orling March 16, 2023, 1:03 a.m. UTC
https://github.com/urllib3/urllib3/blob/1.26.x/CHANGES.rst#12615-2023-03-10

1.26.15 (2023-03-10)
* Fix socket timeout value when HTTPConnection is reused (#2645)
* Remove "!" character from the unreserved characters in IPv6 Zone ID parsing (#2899)
* Fix IDNA handling of 'x80' byte (#2901)

https://github.com/urllib3/urllib3/issues/2645
https://github.com/urllib3/urllib3/issues/2899
https://github.com/urllib3/urllib3/issues/2901

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 .../{python3-urllib3_1.26.14.bb => python3-urllib3_1.26.15.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-urllib3_1.26.14.bb => python3-urllib3_1.26.15.bb} (86%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.15.bb
index f35a141df26..d2de7c4c022 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/shazow/urllib3"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
 
-SRC_URI[sha256sum] = "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72"
+SRC_URI[sha256sum] = "8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305"
 
 inherit pypi setuptools3