Upgrade to release 2.24.0: - 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.
Signed-off-by: Leon Anavi <[email protected]> --- ...{python3-requests_2.23.0.bb => python3-requests_2.24.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-requests_2.23.0.bb => python3-requests_2.24.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-requests_2.23.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-requests_2.23.0.bb rename to meta-python/recipes-devtools/python/python3-requests_2.24.0.bb index 9f3fb7d2e..de9a53584 100644 --- a/meta-python/recipes-devtools/python/python3-requests_2.23.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=19b6be66ed463d93fa88c29f7860bcd7" FILESEXTRAPATHS_prepend := "${THISDIR}/python-requests:" -SRC_URI[md5sum] = "abfdc28db1065bbd0bc32592ac9d27a6" -SRC_URI[sha256sum] = "b3f43d496c6daba4493e7c431722aeb7dbc6288f52a6e04e7b6023b0247817e6" +SRC_URI[md5sum] = "b54bff26a389e5932e8b1c4983a99ce7" +SRC_URI[sha256sum] = "b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b" inherit pypi setuptools3 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85541): https://lists.openembedded.org/g/openembedded-devel/message/85541 Mute This Topic: https://lists.openembedded.org/mt/75236423/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
