summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.5.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp-jinja2: upgrade 1.5.1 -> 1.6Wang Mingyu2024-01-081-13/+0
| | | | | | | | | | Changelog: ============ -Switch to aiohttp.web.AppKey, and deprecate the old 'static_root_url' key. -Drop Python 3.7, add Python 3.12. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Drop broken BBCLASSEXTEND variantsRichard Purdie2023-10-241-2/+0
| | | | | | | | | | | | | | | | | | The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp-jinja2: upgrade 1.5 -> 1.5.1Wang Mingyu2023-02-081-0/+15
Changelog: ========== - Add support for Python 3.11. - Drop support for decorating non-async functions with @template (deprecated since 0.16). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>