From 3569d640b248032753a619076dcfe508e87d21b0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 14 Oct 2020 10:32:56 +0300 Subject: python3-graphviz: Upgrade 0.14.1 -> 0.14.2 Upgrde to release 0.14.2: - Adapt graphviz.version() to support the Graphviz Release version entry format introduced with 2.44.2 (version() is needed to run the tests). Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-graphviz_0.14.1.bb | 17 ----------------- .../recipes-devtools/python/python3-graphviz_0.14.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.2.bb diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb deleted file mode 100644 index f26a1efcec..0000000000 --- a/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Graphviz protocol implementation" -HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f" - -SRC_URI[md5sum] = "436cb0f41f6a949f916357ca037e205a" -SRC_URI[sha256sum] = "f5aad52a652c06825dcc5ee018d920fca26aef339386866094597fb3f2f222ce" - -inherit pypi setuptools3 - -PYPI_PACKAGE_EXT = "zip" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-logging \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.2.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.2.bb new file mode 100644 index 0000000000..0de4c8f407 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Graphviz protocol implementation" +HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f" + +SRC_URI[md5sum] = "7123efabb68270f579525df74bf8b0c9" +SRC_URI[sha256sum] = "92b7637ece63c77e3d39221ae1f4df98e9256cb449e9860c598335b34496d195" + +inherit pypi setuptools3 + +PYPI_PACKAGE_EXT = "zip" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-logging \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg