summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-requests_2.23.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-requests: Upgrade 2.23.0 -> 2.24.0Leon Anavi2020-07-061-28/+0
| | | | | | | | | | | | | | | | | 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>
* python-requests: consolidate inc and bb files into a single bb fileDerek Straka2020-04-051-2/+28
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-requests: upgrade 2.22 -> 2.23Pierre-Jean Texier2020-03-131-0/+2
License-Update: copyright years updated -Copyright 2018 Kenneth Reitz +Copyright 2019 Kenneth Reitz Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>