diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-02-27 18:13:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-02 19:25:54 -0800 |
| commit | 525d1705811b5a7df2eb490ee6d28762db27d854 (patch) | |
| tree | 127fd3003720533120ab2e4af8da049179ddb302 /meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb | |
| parent | c47a60b80cf3d4cec92bb2586f0c840a16c014fb (diff) | |
| download | meta-openembedded-525d1705811b5a7df2eb490ee6d28762db27d854.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=627dc9a75d5dcc4759b26bacf13a4c46" | ||
| 4 | |||
| 5 | inherit pypi python_setuptools_build_meta | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "292052fe80923aae2260c073f822ceba21f3872ced9a68bb7953b348e561179a" | ||
| 8 | |||
| 9 | DEPENDS += "python3-mypy-native" | ||
