summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-urllib3_1.25.10.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-urllib3: Upgrade 1.25.10 -> 1.25.11Leon Anavi2020-10-221-23/+0
| | | | | | | | | | | | | | | | Upgrade to release 1.25.11: - Fix retry backoff time parsed from Retry-After header when given in the HTTP date format. The HTTP date was parsed as the local timezone rather than accounting for the timezone in the HTTP date (typically UTC) - Fix issue where an error would be raised when the SSLKEYLOGFILE environment variable was set to the empty string. Now SSLContext.keylog_file is not set in this situation 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>
* python3-urllib3: Upgrade 1.25.9 -> 1.25.10Leon Anavi2020-07-281-0/+23
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>