pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-graphviz py-graphviz: updated to 0.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16514aa633b4
branches:  trunk
changeset: 335499:16514aa633b4
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 20 16:31:09 2019 +0000

description:
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.

diffstat:

 graphics/py-graphviz/Makefile |   4 ++--
 graphics/py-graphviz/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 2e6f1759011a -r 16514aa633b4 graphics/py-graphviz/Makefile
--- a/graphics/py-graphviz/Makefile     Thu Jun 20 16:12:39 2019 +0000
+++ b/graphics/py-graphviz/Makefile     Thu Jun 20 16:31:09 2019 +0000
@@ -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/}
diff -r 2e6f1759011a -r 16514aa633b4 graphics/py-graphviz/distinfo
--- a/graphics/py-graphviz/distinfo     Thu Jun 20 16:12:39 2019 +0000
+++ b/graphics/py-graphviz/distinfo     Thu Jun 20 16:31:09 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index