Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0 | Leon Anavi | 2021-03-26 | 1 | -11/+0 |
| | | | | | | | | | | | | | | 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> | ||||
* | python3-lazy-object-proxy: Upgrade 1.5.1 -> 1.5.2 | Leon Anavi | 2021-01-28 | 1 | -0/+11 |
Upgrade to release 1.5.2: - Added Python 3.9 wheels. - Removed Python 2.7 Windows wheels (not supported on newest image with Python 3.9). 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> |