From 49d3d32fae5e253543974a5d90eab138bcfdfd01 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 8 Jan 2021 12:28:14 +0200 Subject: python3-parso: Upgrade 0.8.0 -> 0.8.1 Upgrade to release 0.8.1: - Various small bugfixes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-parso_0.8.0.bb | 12 ------------ meta-python/recipes-devtools/python/python3-parso_0.8.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-parso_0.8.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-parso_0.8.1.bb diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.0.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.0.bb deleted file mode 100644 index 507087909e..0000000000 --- a/meta-python/recipes-devtools/python/python3-parso_0.8.0.bb +++ /dev/null @@ -1,12 +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[md5sum] = "ee3592994bfc0d0843790544c1b2b702" -SRC_URI[sha256sum] = "2b6db14759c528d857eeb9eac559c2166b2554548af39f5198bdfb976f72aa64" - -inherit setuptools3 pypi 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 new file mode 100644 index 0000000000..9e4ede5290 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parso_0.8.1.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] = "8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e" + +inherit setuptools3 pypi -- cgit 1.2.3-korg