Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (9m)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 11:12:53 UTC Now

2020-07-27 10:06:52 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.25.10

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()``

(adam)