From fbff72263d739ced747a03bc5de5ee82bb4355b9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jan 2024 15:09:37 +0800 Subject: python3-pydot: upgrade 1.4.2 -> 2.0.0 Changelog: ============= - Broken parsing caused by `pyparsing` updates fixed. With this, the pydot project rises from the dead. - (Internal) CI Modernized and clarified the development process. - Reorganized package/module structure. - Reorganized exception hierarchy - API (minor): Renamed the first parameter of the parser functions - Test suite option '--no-check'. - Drop support for Python 2 and Python < 3.7. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-extended/python3-pydot/python3-pydot_1.4.2.bb | 11 ----------- .../recipes-extended/python3-pydot/python3-pydot_2.0.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-extended/python3-pydot/python3-pydot_1.4.2.bb create mode 100644 meta-python/recipes-extended/python3-pydot/python3-pydot_2.0.0.bb diff --git a/meta-python/recipes-extended/python3-pydot/python3-pydot_1.4.2.bb b/meta-python/recipes-extended/python3-pydot/python3-pydot_1.4.2.bb deleted file mode 100644 index fde1029c74..0000000000 --- a/meta-python/recipes-extended/python3-pydot/python3-pydot_1.4.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "pydot is is an interface to Graphviz." -HOMEPAGE = "https://github.com/pydot/pydot" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3f6fa041dfcc7ff7747cfceaa34a3180" - -SRC_URI[sha256sum] = "248081a39bcb56784deb018977e428605c1c758f10897a339fce1dd728ff007d" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = "graphviz python3-pyparsing" diff --git a/meta-python/recipes-extended/python3-pydot/python3-pydot_2.0.0.bb b/meta-python/recipes-extended/python3-pydot/python3-pydot_2.0.0.bb new file mode 100644 index 0000000000..f0a6abd733 --- /dev/null +++ b/meta-python/recipes-extended/python3-pydot/python3-pydot_2.0.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "pydot is is an interface to Graphviz." +HOMEPAGE = "https://github.com/pydot/pydot" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3f6fa041dfcc7ff7747cfceaa34a3180" + +SRC_URI[sha256sum] = "60246af215123fa062f21cd791be67dda23a6f280df09f68919e637a1e4f3235" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "graphviz python3-pyparsing" -- cgit v1.2.3-54-g00ecf