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:           Mon Aug 26 13:22:27 UTC 2019

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

Log Message:
py-graphviz: updated to 0.12

Version 0.12

Fix missing escaping of backslashes, e.g. in labels (pull request DNGros).

Add quiet argument to standalone view() function, and quiet_view
argument on .render() and .view() methods. Supresses the stderr
output of started viewer processes (unavailable on Windows).

Add basic debug logging via the stdlib logging module.

Reformatted some examples, improved tests by using autospec for mocks.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-graphviz/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/graphics/py-graphviz/Makefile:1.9
--- pkgsrc/graphics/py-graphviz/Makefile:1.8    Tue Jul  9 12:38:44 2019
+++ pkgsrc/graphics/py-graphviz/Makefile        Mon Aug 26 13:22:27 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/07/09 12:38:44 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/08/26 13:22:27 adam Exp $
 
-DISTNAME=      graphviz-0.11.1
+DISTNAME=      graphviz-0.12
 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.7 pkgsrc/graphics/py-graphviz/distinfo:1.8
--- pkgsrc/graphics/py-graphviz/distinfo:1.7    Tue Jul  9 12:38:44 2019
+++ pkgsrc/graphics/py-graphviz/distinfo        Mon Aug 26 13:22:27 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/07/09 12:38:44 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/08/26 13:22:27 adam Exp $
 
-SHA1 (graphviz-0.11.1.zip) = e1b373b40380ba61104917abfa9b9872e6a0e43f
-RMD160 (graphviz-0.11.1.zip) = 304c9ecd3fd7495434f7e124c35e97ead6234074
-SHA512 (graphviz-0.11.1.zip) = d64de55966a24583ce6b8257f8df45f221c48f13b39f4c30983f496e90b5f1c925ab8817c1f3791683990111956614fbf43960b590fc8d1a0852db7713515c2e
-Size (graphviz-0.11.1.zip) = 172864 bytes
+SHA1 (graphviz-0.12.zip) = a108de5be2e41813804f65cca2aac573bffb3c20
+RMD160 (graphviz-0.12.zip) = 90c05689815c3b99354fbbead5af740cb12b0327
+SHA512 (graphviz-0.12.zip) = c4b721f66232cfbb137aa6d5bb186648e41d34e9e1fcb32e2bd32bf42aa28b386f336ec4d3cb5a505fb203bfea5e3d64ee3a6d826e1e2f8b0dccd57fb9cb5e40
+Size (graphviz-0.12.zip) = 173452 bytes



Home | Main Index | Thread Index | Old Index