diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-07-01 14:37:16 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-07-06 09:40:42 -0700 |
| commit | 2d3c32c079641de4b09e2b09821055e549ce26c9 (patch) | |
| tree | 40bb29cac709f547d24bafcbf59d4190c7fbfd58 /meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb | |
| parent | 2c08d7b8c30f0e7a69b50e3dc1227dacb325a2fe (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" | ||
| 2 | HOMEPAGE = "https://github.com/shazow/urllib3" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS_${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 | |||
| 20 | CVE_PRODUCT = "urllib3" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
