From 5d54a3855124302ea39d4832ae7516f7b06e2956 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 3 Jul 2023 01:52:05 -0700 Subject: python3-urllib3: upgrade 2.0.2 -> 2.0.3 https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#203-2023-06-07 * Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. (#3020) * Deprecated URLs which don't have an explicit scheme (#2950) * Fixed response decoding with Zstandard when compressed data is made of several frames. (#3008) * Fixed assert_hostname=False to correctly skip hostname check. (#3051) License-Update: Removed outdated reference to CONTRIBUTORS.txt (From OE-Core rev: 38464a98571d8c2c321b976fbf7963262531c25c) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- .../python/python3-urllib3_2.0.3.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-urllib3_2.0.3.bb (limited to 'meta/recipes-devtools/python/python3-urllib3_2.0.3.bb') diff --git a/meta/recipes-devtools/python/python3-urllib3_2.0.3.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.3.bb new file mode 100644 index 0000000000..64b21db86d --- /dev/null +++ b/meta/recipes-devtools/python/python3-urllib3_2.0.3.bb @@ -0,0 +1,24 @@ +SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" +HOMEPAGE = "https://github.com/shazow/urllib3" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" + +SRC_URI[sha256sum] = "bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825" + +inherit pypi python_hatchling + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-certifi \ + ${PYTHON_PN}-cryptography \ + ${PYTHON_PN}-email \ + ${PYTHON_PN}-idna \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-pyopenssl \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-logging \ +" + +CVE_PRODUCT = "urllib3" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf