]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-urllib3: upgrade 2.0.4 -> 2.0.5
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 26 Sep 2023 08:36:23 +0000 (16:36 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Sep 2023 11:37:44 +0000 (12:37 +0100)
Changelog:
==========
-Allowed pyOpenSSL third-party module without any deprecation warning.
-Fixed default blocksize of HTTPConnection classes to match high-level
 classes. Previously was 8KiB, now 16KiB.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-urllib3_2.0.5.bb [moved from meta/recipes-devtools/python/python3-urllib3_2.0.4.bb with 87% similarity]

similarity index 87%
rename from meta/recipes-devtools/python/python3-urllib3_2.0.4.bb
rename to meta/recipes-devtools/python/python3-urllib3_2.0.5.bb
index 0abd2adf65000e00a9133f96b996e5f38fae9a14..9c15791d34ed0ce85f1105074a7891d44a47b6a0 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda"
 
-SRC_URI[sha256sum] = "8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"
+SRC_URI[sha256sum] = "13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594"
 
 inherit pypi python_hatchling