summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-07-01 14:37:16 +0800
committerKhem Raj <raj.khem@gmail.com>2021-07-06 09:40:42 -0700
commit2d3c32c079641de4b09e2b09821055e549ce26c9 (patch)
tree40bb29cac709f547d24bafcbf59d4190c7fbfd58 /meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb
parent2c08d7b8c30f0e7a69b50e3dc1227dacb325a2fe (diff)
downloadmeta-openembedded-2d3c32c079641de4b09e2b09821055e549ce26c9.tar.gz
python3-urllib3: upgrade 1.26.5 -> 1.26.6
1.26.6 (2021-06-25) ------------------- * Deprecated the ``urllib3.contrib.ntlmpool`` module. urllib3 is not able to support it properly due to `reasons listed in this issue <https://github.com/urllib3/urllib3/issues/2282>`_. If you are a user of this module please leave a comment. * Changed ``HTTPConnection.request_chunked()`` to not erroneously emit multiple ``Transfer-Encoding`` headers in the case that one is already specified. * Fixed typo in deprecation message to recommend ``Retry.DEFAULT_ALLOWED_METHODS``. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb
deleted file mode 100644
index f2fb33c6dd..0000000000
--- a/meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb
+++ /dev/null
@@ -1,22 +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] = "a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"
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"
19
20CVE_PRODUCT = "urllib3"
21
22BBCLASSEXTEND = "native nativesdk"