From 525d1705811b5a7df2eb490ee6d28762db27d854 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 27 Feb 2026 18:13:03 +0800 Subject: python3-pytokens: upgrade 0.4.0 -> 0.4.1 Changelog: =========== - Avoid emitting dedents after an escaped new line - Add --json support to the CLI - Fix quiet mode in the CLI Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb (limited to 'meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb b/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb new file mode 100644 index 0000000000..0772b48f35 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb @@ -0,0 +1,9 @@ +SUMMARY = "A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=627dc9a75d5dcc4759b26bacf13a4c46" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "292052fe80923aae2260c073f822ceba21f3872ced9a68bb7953b348e561179a" + +DEPENDS += "python3-mypy-native" -- cgit v1.2.3-54-g00ecf