Mon Oct 31 15:40:38 2022 UTC ()
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.


(adam)
diff -r1.19 -r1.20 pkgsrc/graphics/py-graphviz/Makefile
diff -r1.19 -r1.20 pkgsrc/graphics/py-graphviz/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/graphics/py-graphviz/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/py-graphviz/Makefile 2022/01/04 20:54:05 1.19
+++ pkgsrc/graphics/py-graphviz/Makefile 2022/10/31 15:40:38 1.20
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.19 2022/01/04 20:54:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2022/10/31 15:40:38 adam Exp $
2 2
3DISTNAME= graphviz-0.19.1 3DISTNAME= graphviz-0.20.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= graphics python 5CATEGORIES= graphics python
7MASTER_SITES= ${MASTER_SITE_PYPI:=g/graphviz/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/graphviz/}
8EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/xflr6/graphviz 10HOMEPAGE= https://github.com/xflr6/graphviz
12COMMENT= Create and render graph descriptions in DOT language 11COMMENT= Create and render graph descriptions in DOT language
13LICENSE= mit 12LICENSE= mit
14 13
15DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz 14DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
16TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage 15TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
17TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock 16TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
18TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

cvs diff -r1.19 -r1.20 pkgsrc/graphics/py-graphviz/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/py-graphviz/distinfo 2021/12/30 21:20:13 1.19
+++ pkgsrc/graphics/py-graphviz/distinfo 2022/10/31 15:40:38 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2021/12/30 21:20:13 adam Exp $ 1$NetBSD: distinfo,v 1.20 2022/10/31 15:40:38 adam Exp $
2 2
3BLAKE2s (graphviz-0.19.1.zip) = 02f0a389d5cf20c44c109e8bf57df7d552552126a33a3b8906895069c07e6093 3BLAKE2s (graphviz-0.20.1.zip) = f48ce59d344dc02484a4cc31ae18a45a8ba70722d6ddc714917129903a1f23e3
4SHA512 (graphviz-0.19.1.zip) = 3aa078887458d7bcd173c46ee6e4d8dbdae0c9103755e61e5a027c18e5d8913990aa16a595e80228607c17db1aa9dffdb93e264cafafc8b6318bc3a87547bc5d 4SHA512 (graphviz-0.20.1.zip) = 79be98b0b8efff8d865661dca2260ce9e2ba0a855acb112aa922ec7b91f87397a3c5e4134df9a75c62dc3c8add2942ab4dac321cce068a355bf2819cdeb806bf
5Size (graphviz-0.19.1.zip) = 247779 bytes 5Size (graphviz-0.20.1.zip) = 255182 bytes