summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: added missing RDEPENDsVyacheslav Yurkov2021-01-101-1/+3
| | | | | | | | | | | | | aiohttp implicitly RDEPENDs on html, json, and socketserver modules, which are part of python3 recipe. They can't be properly imported if they are missing from RDEPENDS Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8e7c57bd8f8250251e54fcbe149dc81743c0e30a) [Fixup for Gatesgarth context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-aiohttp: Upgrade 3.7.1 -> 3.7.2Leon Anavi2020-11-041-0/+21
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>