[meta-python] python3-parso: upgrade 0.8.2 -> 0.8.3

Message ID 1641462745-19071-4-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-parso: upgrade 0.8.2 -> 0.8.3 | expand

Commit Message

XU Huan Jan. 6, 2022, 9:52 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

changelog:
Add basic support for Python 3.11 and 3.12

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/{python3-parso_0.8.2.bb => python3-parso_0.8.3.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-parso_0.8.2.bb => python3-parso_0.8.3.bb} (80%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-parso_0.8.2.bb
rename to meta-python/recipes-devtools/python/python3-parso_0.8.3.bb
index 950e82d1e9..e14f28ad03 100644
--- a/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
 
 PYPI_PACKAGE = "parso"
 
-SRC_URI[sha256sum] = "12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398"
+SRC_URI[sha256sum] = "8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"
 
 inherit setuptools3 pypi