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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce2d0ed3173a
branches:  trunk
changeset: 444688:ce2d0ed3173a
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 11 13:56:09 2021 +0000

description:
py-graphviz: updated to 0.16

Version 0.16
------------

Add ``.unflatten()`` method to ``Graph``, ``Digraph``, and ``Source``. Add
standalone ``unflatten()``.

Make ``Source.__str__()`` return the ``.source`` instead of the ``repr()``
(like ``Graph`` and ``Digraph``).

Render with ``dot -K<engine> ...`` instead of ``<engine> ...`` internally
(work around `upstream issue

Add documentation hint to archived upstream version for Windows.

Re-render most documentation graphs with Graphviz 2.44.1.

diffstat:

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

diffs (27 lines):

diff -r 87c2fa1cbaaf -r ce2d0ed3173a graphics/py-graphviz/Makefile
--- a/graphics/py-graphviz/Makefile     Mon Jan 11 13:53:38 2021 +0000
+++ b/graphics/py-graphviz/Makefile     Mon Jan 11 13:56:09 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/11/16 13:26:08 adam Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/11 13:56:09 adam Exp $
 
-DISTNAME=      graphviz-0.15
+DISTNAME=      graphviz-0.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/graphviz/}
diff -r 87c2fa1cbaaf -r ce2d0ed3173a graphics/py-graphviz/distinfo
--- a/graphics/py-graphviz/distinfo     Mon Jan 11 13:53:38 2021 +0000
+++ b/graphics/py-graphviz/distinfo     Mon Jan 11 13:56:09 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/11/16 13:26:08 adam Exp $
+$NetBSD: distinfo,v 1.15 2021/01/11 13:56:09 adam Exp $
 
-SHA1 (graphviz-0.15.zip) = ccc8eff7c1f474b8dabc0f3389609c1d159341dc
-RMD160 (graphviz-0.15.zip) = c8b4e2d73fe4d7da0fa62f2540150226cdbacb10
-SHA512 (graphviz-0.15.zip) = c2a77f0d52595a70b4f8ccd906907453b59622560f0ff84e267e874f5a1dc9a4b721192d236b0519ee7ec85bae9b225b9919ae51bcf599c93bd5816934afd6cc
-Size (graphviz-0.15.zip) = 183103 bytes
+SHA1 (graphviz-0.16.zip) = 8e3a20d0748c378ffe0b5dc8eb56a030aecce086
+RMD160 (graphviz-0.16.zip) = 2ddb245a57ec5c7a7b439c5c416ee4b90b654e99
+SHA512 (graphviz-0.16.zip) = 7896901decf712657d4cb16fad58eab8492e1476e60a32b1a7fa37ede2e9c47ed31c00b7dedcaafdee291e2cfe6b2e2affa352282665782829fd3fb2f30bdf92
+Size (graphviz-0.16.zip) = 193031 bytes



Home | Main Index | Thread Index | Old Index