python3-parso: Upgrade 0.8.5 -> 0.8.6

Upgrade to release 0.8.6:

- Switch the type checker to Zuban. It's faster and now also checks
  untyped code.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2026-02-18 17:41:42 +02:00
committed by Khem Raj
parent 920fd295d6
commit 0ffe63d46d

View File

@@ -0,0 +1,18 @@
SUMMARY = "A Python Parser"
HOMEPAGE = "https://github.com/davidhalter/parso"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
PYPI_PACKAGE = "parso"
SRC_URI[sha256sum] = "2b9a0332696df97d454fa67b81618fd69c35a7b90327cbe6ba5c92d2c68a7bfd"
CVE_PRODUCT = "parso"
inherit setuptools3 pypi
RDEPENDS:${PN} = " \
python3-crypt \
python3-difflib \
python3-logging \
"