summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-urllib3_2.0.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-26 16:36:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-28 12:37:46 +0100
commitcb1099bcdd9e9626a57d4b556286e306405e9ce5 (patch)
treeb71aa4dd3fa0c1e3b1189adca3a5ce270115ba61 /meta/recipes-devtools/python/python3-urllib3_2.0.4.bb
parent04b0e4f066f8c42bd930bea040a0a9fe1956227c (diff)
downloadpoky-cb1099bcdd9e9626a57d4b556286e306405e9ce5.tar.gz
python3-urllib3: upgrade 2.0.4 -> 2.0.5
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. (From OE-Core rev: 7df59b9b66e9801ae90a56e23890754fad2c4df5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-urllib3_2.0.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3-urllib3_2.0.4.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_2.0.4.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.4.bb
deleted file mode 100644
index 0abd2adf65..0000000000
--- a/meta/recipes-devtools/python/python3-urllib3_2.0.4.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
2HOMEPAGE = "https://github.com/shazow/urllib3"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda"
5
6SRC_URI[sha256sum] = "8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"
7
8inherit pypi python_hatchling
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-certifi \
12 ${PYTHON_PN}-cryptography \
13 ${PYTHON_PN}-email \
14 ${PYTHON_PN}-idna \
15 ${PYTHON_PN}-json \
16 ${PYTHON_PN}-netclient \
17 ${PYTHON_PN}-pyopenssl \
18 ${PYTHON_PN}-threading \
19 ${PYTHON_PN}-logging \
20"
21
22CVE_PRODUCT = "urllib3"
23
24BBCLASSEXTEND = "native nativesdk"