summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.7.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: Upgrade 3.7.1 -> 3.7.2Leon Anavi2020-11-041-21/+0
| | | | | | | | | | | Upgrade to release 3.7.2: - Fixed static files handling for loops without .sendfile() support 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>
* python3-aiohttp: Upgrade 3.6.3 -> 3.7.1Leon Anavi2020-10-281-0/+21
Upgrade to release 3.7.1: - Fixed a type error caused by the conditional import of Protocol - Server doesn't send Content-Length for 1xx or 204 - Fix run_app typing - Always require typing_extensions library - Fix a variable-shadowing bug causing ThreadedResolver.resolve to return the resolved IP as the hostname in each record, which prevented validation of HTTPS connections - Added annotations to all public attributes - Fix flaky test_when_timeout_smaller_second - Ensure sending a zero byte file does not throw an exception - Fix a bug in web.run_app() about Python version checking on Windows License-Update: Update year 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>