https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#204-2023-07-19
2.0.4 (2023-07-19) * Added support for union operators to HTTPHeaderDict (#2254) * Added BaseHTTPResponse to urllib3.__all__ (#3078) * Fixed urllib3.connection.HTTPConnection to raise the http.client.connect audit event to have the same behavior as the standard library HTTP client (#2757) * Relied on the standard library for checking hostnames in supported PyPy releases (#3087) Signed-off-by: Tim Orling <[email protected]> --- .../{python3-urllib3_2.0.3.bb => python3-urllib3_2.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_2.0.3.bb => python3-urllib3_2.0.4.bb} (87%) diff --git a/meta/recipes-devtools/python/python3-urllib3_2.0.3.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.4.bb similarity index 87% rename from meta/recipes-devtools/python/python3-urllib3_2.0.3.bb rename to meta/recipes-devtools/python/python3-urllib3_2.0.4.bb index 64b21db86d..0abd2adf65 100644 --- a/meta/recipes-devtools/python/python3-urllib3_2.0.3.bb +++ b/meta/recipes-devtools/python/python3-urllib3_2.0.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" -SRC_URI[sha256sum] = "bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825" +SRC_URI[sha256sum] = "8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11" inherit pypi python_hatchling -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184757): https://lists.openembedded.org/g/openembedded-core/message/184757 Mute This Topic: https://lists.openembedded.org/mt/100312946/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
