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.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb b/meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb deleted file mode 100644 index 1ec1e31086..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytokens_0.4.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -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] = "6b0b03e6ea7c9f9d47c5c61164b69ad30f4f0d70a5d9fe7eac4d19f24f77af2d" - -DEPENDS += "python3-mypy-native" 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