summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python3-pydot
Commit message (Collapse)AuthorAgeFilesLines
* python3-pydot: upgrade 4.0.0 -> 4.0.1Wang Mingyu2025-06-261-1/+1
| | | | | | | | | | | | Fixed: - Updated pyparsing to '>=3.1.0'. Required for pydot to function correctly. - Parser: Fixed 'strict' handling. The parser wasn't capturing the 'strict' keyword when parsing dot data. Now it does. - Parser: Support backslash continuation in quoted IDs. - Parser: Support +-concatenated quoted strings. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydot: upgrade 3.0.4 -> 4.0.0Wang Mingyu2025-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Added: - Added initial type annotations. - Added (fixed) complex edge parsing. Changed: - Simplify 'Common.get_top_graph_type' with a default. - Define parser elements in a separate 'GraphParser' class. - Improve return values and typing of setters and getters. Fixed: - Avoid subprocess window creation within 'call_graphviz' on Windows. - Removed a blank line inserted after subgraphs in the 'to_string()' output. - Fixed the issue where the parser breaks off lines at hash symbol following a HTML tag Removed: - Removed old, unused 'Common.__get_attribute__'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydot: Upgrade 2.0.0 -> 3.0.4Mingli Yu2025-04-022-11/+11
| | | | | | | | | | | | | Switch to use python_setuptools_build_meta after the commit [1] introduced in the new version. Changelog: https://github.com/pydot/pydot/blob/main/ChangeLog [1] https://github.com/pydot/pydot/commit/d1627c95cb56cd93dbd4d3259cf580a8264a3d62 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydot: upgrade 1.4.2 -> 2.0.0Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | | | | 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>
* python3-pydot: add recipeKai Kang2022-03-091-0/+11
Add recipe for python3-pydot which is an interface to Graphviz. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>