summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-15 19:13:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-16 08:13:12 +0000
commitbb839ca78db99b8a4338cf4f072fd62af7916b53 (patch)
tree451f44ddb4705272e84e8c1484cf9f8bfb8cc941 /meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
parent6651b63d1bbd4f9d690c42ccc85403a5c2de0feb (diff)
downloadpoky-bb839ca78db99b8a4338cf4f072fd62af7916b53.tar.gz
python3-urllib3: upgrade 1.26.14 -> 1.26.15
Changelog: ========== * Fix socket timeout value when "HTTPConnection" is reused ('#2645 <https://github.com/urllib3/urllib3/issues/2645>'__) * Remove "!" character from the unreserved characters in IPv6 Zone ID parsing ('#2899 <https://github.com/urllib3/urllib3/issues/2899>'__) * Fix IDNA handling of '\x80' byte ('#2901 <https://github.com/urllib3/urllib3/issues/2901>'__) (From OE-Core rev: 8e062efbac29a81831c3060bcae601dc533d65dd) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-urllib3_1.26.14.bb')
-rw-r--r--meta/recipes-devtools/python/python3-urllib3_1.26.14.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
deleted file mode 100644
index f35a141df2..0000000000
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
+++ /dev/null
@@ -1,23 +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=c2823cb995439c984fd62a973d79815c"
5
6SRC_URI[sha256sum] = "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-certifi \
12 ${PYTHON_PN}-cryptography \
13 ${PYTHON_PN}-email \
14 ${PYTHON_PN}-idna \
15 ${PYTHON_PN}-netclient \
16 ${PYTHON_PN}-pyopenssl \
17 ${PYTHON_PN}-threading \
18 ${PYTHON_PN}-logging \
19"
20
21CVE_PRODUCT = "urllib3"
22
23BBCLASSEXTEND = "native nativesdk"