summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python3-pydot/python3-pydot_2.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pydot: upgrade 1.4.2 -> 2.0.0Wang Mingyu2024-01-021-0/+11
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>