summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-11-16 13:26:08 +0000
committeradam <adam@pkgsrc.org>2020-11-16 13:26:08 +0000
commit60a322cf068c4eb1d5000def1c88feb0cb8cdfdf (patch)
treea727dd727b2c6ebd898bf132399322c8de5038f6 /graphics
parent6025d4077d8f5b9787abfc41ccf76f36c90fd6b3 (diff)
downloadpkgsrc-60a322cf068c4eb1d5000def1c88feb0cb8cdfdf.tar.gz
py-graphviz: updated to 0.15
Version 0.15 ------------ ``Graph`` and ``Digraph`` instances created via the context-manager returned by ``subgraph()`` now (re)use ``directory``, ``format``, ``engine``, and ``encoding`` from the parent instead of using defaults (behavioral change). Note that these attributes are only relevant when rendering the subgraph independently (i.e. as a stand-alone graph) from within the ``with``-block, which was previously underdocumented. To reflect that the DOT language does not allow subgraph statements to specify ``strict`` (i.e. no way to override the setting of the containing graph), instances created via the context-manager are now ``strict=None`` instead of ``False`` (so they continue to render stand-alone as non-strict by default). Drop Python 3.5 support and tag Python 3.9 support. Add documentation link to new upstream installation procedure for Windows.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-graphviz/Makefile4
-rw-r--r--graphics/py-graphviz/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile
index ea1b41135c9..7585029b280 100644
--- a/graphics/py-graphviz/Makefile
+++ b/graphics/py-graphviz/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/08/03 08:20:20 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/11/16 13:26:08 adam Exp $
-DISTNAME= graphviz-0.14.1
+DISTNAME= graphviz-0.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/graphviz/}
diff --git a/graphics/py-graphviz/distinfo b/graphics/py-graphviz/distinfo
index 99dddb95318..83c7629a294 100644
--- a/graphics/py-graphviz/distinfo
+++ b/graphics/py-graphviz/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/08/03 08:20:20 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/11/16 13:26:08 adam Exp $
-SHA1 (graphviz-0.14.1.zip) = 95624b2fba248b0447ab1af6481a7670a3aedfd6
-RMD160 (graphviz-0.14.1.zip) = 1668bc4b4b1e1599d347756b40653d0fb4d4a69f
-SHA512 (graphviz-0.14.1.zip) = ce2731acecee823afaf086955b316aba956a666b5d528c1ecdee388bf26ee02f502d48d650ed3a8aebcb75ecbff750049c1ca50e27644f74f57fb34b65e42c9a
-Size (graphviz-0.14.1.zip) = 183737 bytes
+SHA1 (graphviz-0.15.zip) = ccc8eff7c1f474b8dabc0f3389609c1d159341dc
+RMD160 (graphviz-0.15.zip) = c8b4e2d73fe4d7da0fa62f2540150226cdbacb10
+SHA512 (graphviz-0.15.zip) = c2a77f0d52595a70b4f8ccd906907453b59622560f0ff84e267e874f5a1dc9a4b721192d236b0519ee7ec85bae9b225b9919ae51bcf599c93bd5816934afd6cc
+Size (graphviz-0.15.zip) = 183103 bytes