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.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/651129252d41
branches:  trunk
changeset: 325783:651129252d41
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 25 15:10:06 2018 +0000

description:
py-graphviz: updated to 0.10.1

Version 0.10.1
--------------
Fix broken renderer argument in pipe() method and function.


Version 0.10
------------
Add format argument to Graph/Digraph.render(). This follows stand-alone
render() function and mirrors the Graph/Digraph.pipe() method (usually,
format is set on the instance).

Add renderer and formatter arguments to Graph/Digraph.render() and
pipe() methods, as well as stand-alone render() and pipe() functions.

diffstat:

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

diffs (27 lines):

diff -r e079181c57a3 -r 651129252d41 graphics/py-graphviz/Makefile
--- a/graphics/py-graphviz/Makefile     Sun Nov 25 15:05:56 2018 +0000
+++ b/graphics/py-graphviz/Makefile     Sun Nov 25 15:10:06 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/10/11 10:14:47 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/25 15:10:06 adam Exp $
 
-DISTNAME=      graphviz-0.9
+DISTNAME=      graphviz-0.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/graphviz/}
diff -r e079181c57a3 -r 651129252d41 graphics/py-graphviz/distinfo
--- a/graphics/py-graphviz/distinfo     Sun Nov 25 15:05:56 2018 +0000
+++ b/graphics/py-graphviz/distinfo     Sun Nov 25 15:10:06 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/10/11 10:14:47 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/11/25 15:10:06 adam Exp $
 
-SHA1 (graphviz-0.9.zip) = 6864163a3647609bc517ee5d5acbf2c302954161
-RMD160 (graphviz-0.9.zip) = 074bd7a7156207f3b7d07cbb568589bbae707477
-SHA512 (graphviz-0.9.zip) = 2f8160731d28ecfb8d0a23c013b9b4d7fd1a3651145109fa8919c531870ce0b3171d2ec90ca2ec79e4568520afc1a0f690873f629f6ebef56258c22f573c62ec
-Size (graphviz-0.9.zip) = 166181 bytes
+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



Home | Main Index | Thread Index | Old Index