pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-graphviz



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 25 15:10:06 UTC 2018

Modified Files:
        pkgsrc/graphics/py-graphviz: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-graphviz/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-graphviz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-graphviz/Makefile
diff -u pkgsrc/graphics/py-graphviz/Makefile:1.5 pkgsrc/graphics/py-graphviz/Makefile:1.6
--- pkgsrc/graphics/py-graphviz/Makefile:1.5    Thu Oct 11 10:14:47 2018
+++ pkgsrc/graphics/py-graphviz/Makefile        Sun Nov 25 15:10:06 2018
@@ -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/}

Index: pkgsrc/graphics/py-graphviz/distinfo
diff -u pkgsrc/graphics/py-graphviz/distinfo:1.4 pkgsrc/graphics/py-graphviz/distinfo:1.5
--- pkgsrc/graphics/py-graphviz/distinfo:1.4    Thu Oct 11 10:14:47 2018
+++ pkgsrc/graphics/py-graphviz/distinfo        Sun Nov 25 15:10:06 2018
@@ -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