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 Oct 31 15:40:38 UTC 2022
Modified Files:
pkgsrc/graphics/py-graphviz: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/py-graphviz/Makefile \
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.19 pkgsrc/graphics/py-graphviz/Makefile:1.20
--- pkgsrc/graphics/py-graphviz/Makefile:1.19 Tue Jan 4 20:54:05 2022
+++ pkgsrc/graphics/py-graphviz/Makefile Mon Oct 31 15:40:38 2022
@@ -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
Index: pkgsrc/graphics/py-graphviz/distinfo
diff -u pkgsrc/graphics/py-graphviz/distinfo:1.19 pkgsrc/graphics/py-graphviz/distinfo:1.20
--- pkgsrc/graphics/py-graphviz/distinfo:1.19 Thu Dec 30 21:20:13 2021
+++ pkgsrc/graphics/py-graphviz/distinfo Mon Oct 31 15:40:38 2022
@@ -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