diff --git a/python-urllib3.changes b/python-urllib3.changes index 53d52c6..4c66823 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 4 16:09:35 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-urllib3.spec b/python-urllib3.spec index 8a01da6..26ea977 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-urllib3%{psuffix} -Version: 1.25.9 +Version: 1.25.10 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT diff --git a/urllib3-1.25.10.tar.gz b/urllib3-1.25.10.tar.gz new file mode 100644 index 0000000..af994de --- /dev/null +++ b/urllib3-1.25.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91056c15fa70756691db97756772bb1eb9678fa585d9184f24534b100dc60f4a +size 256875 diff --git a/urllib3-1.25.9.tar.gz b/urllib3-1.25.9.tar.gz deleted file mode 100644 index cacb067..0000000 --- a/urllib3-1.25.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527 -size 254921