From 3e1cedb62a16498fec02afdd917b380adf0339f6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 31 Mar 2021 12:18:00 +0300 Subject: python3-parso: Upgrade 0.8.1 -> 0.8.2 Upgrade to release 0.8.2: - Various small bugfixes Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-parso_0.8.1.bb | 11 ----------- meta-python/recipes-devtools/python/python3-parso_0.8.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-parso_0.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-parso_0.8.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.1.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.1.bb deleted file mode 100644 index 9e4ede5290..0000000000 --- a/meta-python/recipes-devtools/python/python3-parso_0.8.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "A Python Parser" -HOMEPAGE = "https://github.com/davidhalter/parso" -AUTHOR = "David Halter " -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f" - -PYPI_PACKAGE = "parso" - -SRC_URI[sha256sum] = "8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e" - -inherit setuptools3 pypi diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb new file mode 100644 index 0000000000..afcfabb95a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "A Python Parser" +HOMEPAGE = "https://github.com/davidhalter/parso" +AUTHOR = "David Halter " +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f" + +PYPI_PACKAGE = "parso" + +SRC_URI[sha256sum] = "12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf