summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-01 22:50:55 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-02 11:28:52 -0700
commit1beca88b5cf00126d3ecde5a9244368b277ac40e (patch)
tree8218ac99e432ba439f044cd005a1b47f14ebb365 /meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb
parent583938a0945162d3671f11a315e3be74a21642db (diff)
downloadmeta-openembedded-1beca88b5cf00126d3ecde5a9244368b277ac40e.tar.gz
python3-graphviz: upgrade 0.20.1 -> 0.20.3
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb
new file mode 100644
index 0000000000..0fd81b0ee6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Graphviz protocol implementation"
2HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bcdc1cf20245c598f9a563b550605785"
5
6SRC_URI[sha256sum] = "09d6bc81e6a9fa392e7ba52135a9d49f1ed62526f96499325930e87ca1b5925d"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE_EXT = "zip"
11
12RDEPENDS:${PN} += " \
13 python3-logging \
14"
15
16BBCLASSEXTEND = "native nativesdk"