summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-asttokens_2.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-asttokens: Upgrade 2.0.8 -> 2.1.0Leon Anavi2022-11-021-0/+18
Upgrade to release 2.1.0: - Remove 'unmarked' from public API - Remove remaining mentions of init_tokens - Teach ASTText the special handling for f-strings - Explore a clearer lazy-parsing behaviour API - Handle and test f-strings better - Handle node being None in same way as token-using methods - Make get_text_positions docstring match get_text_range better - Handle f-string nodes even when tokens are present - Type checking blocks will never get runtime coverage Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>