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:           Fri Oct 25 10:19:21 UTC 2019

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

Log Message:
py-graphviz: updated to 0.13

Version 0.13

Add explicit support for layout engine escape sequences such as ``\l`` and
``\N``. These already worked implicitly before but where broken by backslash
escaping in ``0.12``, which is reverted by this release. Escaping now resembles
the stdlib ``re`` module: literal backslashes need to be escaped (doubled),
which is most conveniently done by using raw string literals for strings that
use escape sequences (including escaped backslashes), e.g. ``label=r'\\'``.

Add ``escape()`` function (resembling ``re.escape()``) for disabling all
meta-characters in a string for rendering.

Use ``logging`` in example notebook, add notebooks demonstrating layout engines
and escape sequence usage, improve tests with parametrization.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-graphviz/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/graphics/py-graphviz/Makefile:1.10
--- pkgsrc/graphics/py-graphviz/Makefile:1.9    Mon Aug 26 13:22:27 2019
+++ pkgsrc/graphics/py-graphviz/Makefile        Fri Oct 25 10:19:21 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/08/26 13:22:27 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/25 10:19:21 adam Exp $
 
-DISTNAME=      graphviz-0.12
+DISTNAME=      graphviz-0.13
 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.8 pkgsrc/graphics/py-graphviz/distinfo:1.9
--- pkgsrc/graphics/py-graphviz/distinfo:1.8    Mon Aug 26 13:22:27 2019
+++ pkgsrc/graphics/py-graphviz/distinfo        Fri Oct 25 10:19:21 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/08/26 13:22:27 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/10/25 10:19:21 adam Exp $
 
-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
+SHA1 (graphviz-0.13.zip) = d0adb09ed2cb538aa091a395a0f7875cd0b365d8
+RMD160 (graphviz-0.13.zip) = a002017e6719daf23de0bf4e4127faf75df10d85
+SHA512 (graphviz-0.13.zip) = 3401aeebd6b19f487998aeb4cffcf9598ed31a861b6d335fc76295474512068692371b061a83fb001098010813c0ab61a06c3f2c410c9c9d108000a6b2ab6631
+Size (graphviz-0.13.zip) = 181039 bytes



Home | Main Index | Thread Index | Old Index