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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf41666f74d9
branches:  trunk
changeset: 387526:bf41666f74d9
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 31 15:40:38 2022 +0000

description:
py-graphviz: updated to 0.20.1

Version 0.20.1
--------------
Fix documentation building: upgrade to Sphinx 5.0.

Fix broken user guide links in API documentation.


Version 0.20
------------
Add keyword-only ``neato_no_op`` argument to ``.render()``, ``.pipe()``,
and stand-alone ``graphviz.render()`` and ``graphviz.pipe()``.

When building a ``Graph`` or ``Digraph``,
warn about an expected DOT syntax error in rendering
when passing a string that ends with an odd number of backslashes
(e.g. invalid ``dot.node('spam', label='\\')``
instead of correct ``..., label=r'\\'``
for a node labled as a backslash).

Increase visibility of ``graphviz.escape()`` in the documentation.

diffstat:

 graphics/py-graphviz/Makefile |  5 ++---
 graphics/py-graphviz/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f816585436c5 -r bf41666f74d9 graphics/py-graphviz/Makefile
--- a/graphics/py-graphviz/Makefile     Mon Oct 31 15:27:28 2022 +0000
+++ b/graphics/py-graphviz/Makefile     Mon Oct 31 15:40:38 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2022/01/04 20:54:05 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/10/31 15:40:38 adam Exp $
 
-DISTNAME=      graphviz-0.19.1
+DISTNAME=      graphviz-0.20.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/graphviz/}
 EXTRACT_SUFX=  .zip
diff -r f816585436c5 -r bf41666f74d9 graphics/py-graphviz/distinfo
--- a/graphics/py-graphviz/distinfo     Mon Oct 31 15:27:28 2022 +0000
+++ b/graphics/py-graphviz/distinfo     Mon Oct 31 15:40:38 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/12/30 21:20:13 adam Exp $
+$NetBSD: distinfo,v 1.20 2022/10/31 15:40:38 adam Exp $
 
-BLAKE2s (graphviz-0.19.1.zip) = 02f0a389d5cf20c44c109e8bf57df7d552552126a33a3b8906895069c07e6093
-SHA512 (graphviz-0.19.1.zip) = 3aa078887458d7bcd173c46ee6e4d8dbdae0c9103755e61e5a027c18e5d8913990aa16a595e80228607c17db1aa9dffdb93e264cafafc8b6318bc3a87547bc5d
-Size (graphviz-0.19.1.zip) = 247779 bytes
+BLAKE2s (graphviz-0.20.1.zip) = f48ce59d344dc02484a4cc31ae18a45a8ba70722d6ddc714917129903a1f23e3
+SHA512 (graphviz-0.20.1.zip) = 79be98b0b8efff8d865661dca2260ce9e2ba0a855acb112aa922ec7b91f87397a3c5e4134df9a75c62dc3c8add2942ab4dac321cce068a355bf2819cdeb806bf
+Size (graphviz-0.20.1.zip) = 255182 bytes



Home | Main Index | Thread Index | Old Index