From 0ffe63d46d64e93f5fb14e5200fea3ce20ae8e3e Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 18 Feb 2026 17:41:42 +0200 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-parso_0.8.5.bb | 18 ------------------ .../recipes-devtools/python/python3-parso_0.8.6.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-parso_0.8.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-parso_0.8.6.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.5.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.5.bb deleted file mode 100644 index 2bde8c3f40..0000000000 --- a/meta-python/recipes-devtools/python/python3-parso_0.8.5.bb +++ /dev/null @@ -1,18 +0,0 @@ -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] = "034d7354a9a018bdce352f48b2a8a450f05e9d6ee85db84764e9b6bd96dafe5a" - -CVE_PRODUCT = "parso" - -inherit setuptools3 pypi - -RDEPENDS:${PN} = " \ - python3-crypt \ - python3-difflib \ - python3-logging \ -" diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.6.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.6.bb new file mode 100644 index 0000000000..1659f1babd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parso_0.8.6.bb @@ -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 \ +" -- cgit v1.2.3-54-g00ecf