summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-graphviz_0.20.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-graphviz: upgrade 0.20.1 -> 0.20.3Wang Mingyu2024-04-021-16/+0
| | | | | | | | | | | | | | | | | | | | | License-Update: Copyright updated to 2024 Changelog: =========== -Revert improvements to the internal tools.deprecate_positional_args() decorator that caused false positive PendingDeprecationWarning: The signature of ... will be reduced warnings that have been misinterpreted in the 0.20.2 release process. -Drop Python 3.7 support (end of life 27 Jun 2023). -Tag Python 3.11 and 3.12 support. -Add caveat about labe escaping/quoting to .node() and .render() API docs. -Document that doctest_skip_exe() lines in doctest should be ignored. -Improve internal tools.deprecate_positional_args() decorator and fix incorect test assertion. -Update GitHub actions. -Pin pytest test dependency to <8.1 as a workaround for import file mismatch error related to conftest.py files, in pytest 8.1.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-1/+1
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-graphviz: upgrade 0.20 -> 0.20.1zhengruoqin2022-07-271-0/+16
Changelog: ========== Fix documentation building: upgrade to Sphinx 5.0. Fix broken user guide links in API documentation. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>