Accepting request 824352 from devel:languages:python
- update to 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 (Pull #1867) * Fixed loading of SecureTransport libraries on macOS Big Sur due to the new dynamic linker cache (Pull #1905) * Collapse chunked request bodies data and framing into one call to ``send()`` to reduce the number of TCP packets by 2-4x (Pull #1906) * Don't insert ``None`` into ``ConnectionPool`` if the pool was empty when requesting a connection (Pull #1866) * Avoid ``hasattr`` call in ``BrotliDecoder.decompress()`` (Pull #1858) OBS-URL: https://build.opensuse.org/request/show/824352 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urllib3?expand=0&rev=40
This commit is contained in:
commit
ddc0ac103e
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 4 16:09:35 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 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 (Pull #1867)
|
||||||
|
* Fixed loading of SecureTransport libraries on macOS Big Sur
|
||||||
|
due to the new dynamic linker cache (Pull #1905)
|
||||||
|
* Collapse chunked request bodies data and framing into one
|
||||||
|
call to ``send()`` to reduce the number of TCP packets by 2-4x (Pull #1906)
|
||||||
|
* Don't insert ``None`` into ``ConnectionPool`` if the pool
|
||||||
|
was empty when requesting a connection (Pull #1866)
|
||||||
|
* Avoid ``hasattr`` call in ``BrotliDecoder.decompress()`` (Pull #1858)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 2 17:19:23 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Tue Jun 2 17:19:23 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-urllib3%{psuffix}
|
Name: python-urllib3%{psuffix}
|
||||||
Version: 1.25.9
|
Version: 1.25.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||||
License: MIT
|
License: MIT
|
||||||
|
3
urllib3-1.25.10.tar.gz
Normal file
3
urllib3-1.25.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91056c15fa70756691db97756772bb1eb9678fa585d9184f24534b100dc60f4a
|
||||||
|
size 256875
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527
|
|
||||||
size 254921
|
|
Loading…
x
Reference in New Issue
Block a user