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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2020-10-14 10:32:56 +03:00
committed by Khem Raj
parent 17ad7ccba9
commit 4af06c3862

View File

@@ -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"