diff mbox series

[meta-python,3/3] python3-asttokens: Upgrade 2.0.8 -> 2.1.0

Message ID 20221101170327.1911161-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-zeroconf: Upgrade 0.39.2 -> 0.39.4 | expand

Commit Message

Leon Anavi Nov. 1, 2022, 5:03 p.m. UTC
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>
---
 .../{python3-asttokens_2.0.8.bb => python3-asttokens_2.1.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-asttokens_2.0.8.bb => python3-asttokens_2.1.0.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.8.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.1.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-asttokens_2.0.8.bb
rename to meta-python/recipes-devtools/python/python3-asttokens_2.1.0.bb
index 973c57661..e4a21ae3e 100644
--- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-asttokens_2.1.0.bb
@@ -7,7 +7,7 @@  PYPI_PACKAGE = "asttokens"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "c61e16246ecfb2cde2958406b4c8ebc043c9e6d73aaa83c941673b35e5d3a76b"
+SRC_URI[sha256sum] = "4aa76401a151c8cc572d906aad7aea2a841780834a19d780f4321c0fe1b54635"
 
 DEPENDS += "python3-setuptools-scm-native"