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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9255b6c69d08
branches:  trunk
changeset: 400279:9255b6c69d08
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 26 13:22:27 2019 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 9223718de101 -r 9255b6c69d08 graphics/py-graphviz/Makefile
--- a/graphics/py-graphviz/Makefile     Mon Aug 26 11:25:07 2019 +0000
+++ b/graphics/py-graphviz/Makefile     Mon Aug 26 13:22:27 2019 +0000
@@ -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/}
diff -r 9223718de101 -r 9255b6c69d08 graphics/py-graphviz/distinfo
--- a/graphics/py-graphviz/distinfo     Mon Aug 26 11:25:07 2019 +0000
+++ b/graphics/py-graphviz/distinfo     Mon Aug 26 13:22:27 2019 +0000
@@ -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