summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0Leon Anavi2021-03-261-0/+11
Upgrade to release 1.6.0: - Added support for async special methods (__aiter__, __anext__, __await__, __aenter__, __aexit__). These are used in the async for, await` and ``async with statements. - Added the __resolved__ property. You can use it to check if the factory has been called. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>