py-graphviz: updated to 0.11
Version 0.11 Add quiet argument to .render() and .pipe() methods of Graph, Digraph, and Source objects, allowing to suppress stderr of the layout subprocess (parity with stand-alone render() and pipe() functions). The rendering process for render() methods and stand-alone function is now started from the directory of the renderred dot source file. This allows to render graph descriptions that use relative paths inline (e.g. for referring to image files to be included) by using paths relative to the source file location. Previously, such relative paths would need to be given relative to the directory from which render() was started, so this change is backwards incompatible for code that relied on the previous behaviour. Drop Python 3.4 support.
This commit is contained in:
parent
bb9012b3b8
commit
b3f3e7018d
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2018/11/25 15:10:06 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2019/06/20 16:31:09 adam Exp $
|
||||
|
||||
DISTNAME= graphviz-0.10.1
|
||||
DISTNAME= graphviz-0.11
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=g/graphviz/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2018/11/25 15:10:06 adam Exp $
|
||||
$NetBSD: distinfo,v 1.6 2019/06/20 16:31:09 adam Exp $
|
||||
|
||||
SHA1 (graphviz-0.10.1.zip) = c8a87b54fa8b984292bbfb38f53a3d646afedc85
|
||||
RMD160 (graphviz-0.10.1.zip) = ccfb1e9960719ca29f4b2b245d189c8a7aef5458
|
||||
SHA512 (graphviz-0.10.1.zip) = 49366190fd3bd703c3d85a9220a63e5a667dc35a41037a54167f3ba96098945b2331294ece4ab260d7006b260cfdd0558b007768fb5f51aededf0b2c0d302eff
|
||||
Size (graphviz-0.10.1.zip) = 167590 bytes
|
||||
SHA1 (graphviz-0.11.zip) = 6402ae3eb86bb59969800995e8f1a9f5b87e8347
|
||||
RMD160 (graphviz-0.11.zip) = 88ed3208407ae12f1c4bdefa125f62a32169c763
|
||||
SHA512 (graphviz-0.11.zip) = e58e97ef2f1b23d765afbf82efca4ab20751630a07db4166cad9026c329904b84e274ab07688840c86f72167d0f8eb01eb36b14b6114418f2bcce4e676a45ce8
|
||||
Size (graphviz-0.11.zip) = 172434 bytes
|
||||
|
|
Loading…
Reference in a new issue