Path to this page:
Subject: CVS commit: pkgsrc/devel/py-requests
From: Adam Ciarcinski
Date: 2020-06-19 22:45:42
Message id: 20200619204542.3BD7CFB28@cvs.NetBSD.org
Log Message:
py-requests: updated to 2.24.0
2.24.0:
Improvements
pyOpenSSL TLS implementation is now only used if Python either doesn’t have an \
ssl module or doesn’t support SNI. Previously pyOpenSSL was unconditionally \
used if available. This applies even if pyOpenSSL is installed via the \
requests[security] extra
Redirect resolution should now only occur when allow_redirects is True.
No longer perform unnecessary Content-Length calculation for requests that \
won’t use it.
Files: