From 673d092e201717b4618182716a0334dece481ae5 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 22 Nov 2024 11:40:54 +0000 Subject: python3-urllib3: upgrade 2.2.1 -> 2.2.2 (From OE-Core rev: 32fdd5673c25084af4ba295b271455cd92ca09d5) (From OE-Core rev: ee42ec7146a7c3ceb25c1e0f5afee93849cf9143) Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Soumya Sambu Signed-off-by: Steve Sakoman --- .../python/python3-urllib3_2.2.1.bb | 24 ---------------------- .../python/python3-urllib3_2.2.2.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-urllib3_2.2.1.bb create mode 100644 meta/recipes-devtools/python/python3-urllib3_2.2.2.bb diff --git a/meta/recipes-devtools/python/python3-urllib3_2.2.1.bb b/meta/recipes-devtools/python/python3-urllib3_2.2.1.bb deleted file mode 100644 index fc1828b4ee..0000000000 --- a/meta/recipes-devtools/python/python3-urllib3_2.2.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -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] = "d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" - -inherit pypi python_hatchling - -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.2.2.bb b/meta/recipes-devtools/python/python3-urllib3_2.2.2.bb new file mode 100644 index 0000000000..31a03a60b3 --- /dev/null +++ b/meta/recipes-devtools/python/python3-urllib3_2.2.2.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] = "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" + +inherit pypi python_hatchling + +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