diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-07-24 19:33:07 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:23:15 -0700 |
| commit | 35cf980166feffabdcca0c7046e2dc242a199249 (patch) | |
| tree | 40a64b95f4a432fbd59e75ec957c3345aa162422 /meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb | |
| parent | 1c9c648e5924c854c8645147811b99cf85e2c710 (diff) | |
| download | meta-openembedded-35cf980166feffabdcca0c7046e2dc242a199249.tar.gz | |
python3-urllib3: Upgrade 1.25.9 -> 1.25.10
Upgrade to release 1.25.10:
* Added support for ``SSLKEYLOGFILE`` environment variable for
logging TLS session keys with use with programs like
Wireshark for decrypting captured web traffic
* Fixed loading of SecureTransport libraries on macOS Big Sur
due to the new dynamic linker cache
* Collapse chunked request bodies data and framing into one
call to ``send()`` to reduce the number of TCP packets by 2-4x
* Don't insert ``None`` into ``ConnectionPool`` if the pool
was empty when requesting a connection
* Avoid ``hasattr`` call in ``BrotliDecoder.decompress()``
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb deleted file mode 100644 index 8cbc1f9f9d..0000000000 --- a/meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb +++ /dev/null | |||
| @@ -1,23 +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=65715c2eb961313d71b297dd5a04f85e" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "dbf9b868b90880b24b1ac278094e912e" | ||
| 7 | SRC_URI[sha256sum] = "3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} += "\ | ||
| 12 | ${PYTHON_PN}-certifi \ | ||
| 13 | ${PYTHON_PN}-cryptography \ | ||
| 14 | ${PYTHON_PN}-email \ | ||
| 15 | ${PYTHON_PN}-idna \ | ||
| 16 | ${PYTHON_PN}-netclient \ | ||
| 17 | ${PYTHON_PN}-pyopenssl \ | ||
| 18 | ${PYTHON_PN}-threading \ | ||
| 19 | " | ||
| 20 | |||
| 21 | CVE_PRODUCT = "urllib3" | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
