From 8f9f86db7b6f456a01b9cbf3fde76ebd252f2345 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Jan 2025 10:34:18 +0000 Subject: python3-urllib3: upgrade 2.2.3 -> 2.3.0 (From OE-Core rev: a4397139fbe9313f7f80d0accc7a9e9565d07805) Signed-off-by: Richard Purdie --- .../python/python3-urllib3_2.2.3.bb | 28 ---------------------- .../python/python3-urllib3_2.3.0.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-urllib3_2.2.3.bb create mode 100644 meta/recipes-devtools/python/python3-urllib3_2.3.0.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-urllib3_2.2.3.bb b/meta/recipes-devtools/python/python3-urllib3_2.2.3.bb deleted file mode 100644 index 35b0786fba..0000000000 --- a/meta/recipes-devtools/python/python3-urllib3_2.2.3.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" -HOMEPAGE = "https://github.com/urllib3/urllib3" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" - -SRC_URI[sha256sum] = "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" - -inherit pypi python_hatchling - -DEPENDS += " \ - python3-hatch-vcs-native \ -" - -RDEPENDS:${PN} += "\ - python3-certifi \ - python3-cryptography \ - python3-email \ - python3-idna \ - python3-json \ - python3-netclient \ - python3-pyopenssl \ - python3-threading \ - python3-logging \ -" - -CVE_PRODUCT = "urllib3" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-urllib3_2.3.0.bb b/meta/recipes-devtools/python/python3-urllib3_2.3.0.bb new file mode 100644 index 0000000000..fe913e6b73 --- /dev/null +++ b/meta/recipes-devtools/python/python3-urllib3_2.3.0.bb @@ -0,0 +1,28 @@ +SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" +HOMEPAGE = "https://github.com/urllib3/urllib3" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" + +SRC_URI[sha256sum] = "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" + +inherit pypi python_hatchling + +DEPENDS += " \ + python3-hatch-vcs-native \ +" + +RDEPENDS:${PN} += "\ + python3-certifi \ + python3-cryptography \ + python3-email \ + python3-idna \ + python3-json \ + python3-netclient \ + python3-pyopenssl \ + python3-threading \ + python3-logging \ +" + +CVE_PRODUCT = "urllib3" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf