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: Thu Jun 20 16:31:09 UTC 2019
Modified Files:
pkgsrc/graphics/py-graphviz: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-graphviz/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/graphics/py-graphviz/Makefile:1.7
--- pkgsrc/graphics/py-graphviz/Makefile:1.6 Sun Nov 25 15:10:06 2018
+++ pkgsrc/graphics/py-graphviz/Makefile Thu Jun 20 16:31:09 2019
@@ -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/}
Index: pkgsrc/graphics/py-graphviz/distinfo
diff -u pkgsrc/graphics/py-graphviz/distinfo:1.5 pkgsrc/graphics/py-graphviz/distinfo:1.6
--- pkgsrc/graphics/py-graphviz/distinfo:1.5 Sun Nov 25 15:10:06 2018
+++ pkgsrc/graphics/py-graphviz/distinfo Thu Jun 20 16:31:09 2019
@@ -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