aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb
AgeCommit message (Collapse)Author
2020-12-15python3-requests: upgrade to 2.25.0Qi.Chen@windriver.com
The License checksum changes but the license remains the same, as the change is only about copying apache2 license contents there. This upgrade also solves the following issue on target. root@qemux86-64:~# python3 -c 'import requests' /usr/lib64/python3.9/site-packages/requests/_init_.py:89: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-06python3-requests: Upgrade 2.23.0 -> 2.24.0Leon Anavi
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>