Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id AC9311A9217 for ; Mon, 11 Jan 2021 13:56:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D819184DA9; Mon, 11 Jan 2021 13:56:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D02184D51 for ; Mon, 11 Jan 2021 13:56:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VX6mQlDhaS0E for ; Mon, 11 Jan 2021 13:56:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8990784CDB for ; Mon, 11 Jan 2021 13:56:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76663FA9D; Mon, 11 Jan 2021 13:56:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610373369233820" MIME-Version: 1.0 Date: Mon, 11 Jan 2021 13:56:09 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-graphviz To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210111135609.76663FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610373369233820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 11 13:56:09 UTC 2021 Modified Files: pkgsrc/graphics/py-graphviz: Makefile distinfo Log Message: 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 ...`` instead of `` ...`` internally (work around `upstream issue Add documentation hint to archived upstream version for Windows. Re-render most documentation graphs with Graphviz 2.44.1. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/py-graphviz/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/py-graphviz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610373369233820 Content-Disposition: inline Content-Length: 1677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-graphviz/Makefile diff -u pkgsrc/graphics/py-graphviz/Makefile:1.15 pkgsrc/graphics/py-graphviz/Makefile:1.16 --- pkgsrc/graphics/py-graphviz/Makefile:1.15 Mon Nov 16 13:26:08 2020 +++ pkgsrc/graphics/py-graphviz/Makefile Mon Jan 11 13:56:09 2021 @@ -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/} Index: pkgsrc/graphics/py-graphviz/distinfo diff -u pkgsrc/graphics/py-graphviz/distinfo:1.14 pkgsrc/graphics/py-graphviz/distinfo:1.15 --- pkgsrc/graphics/py-graphviz/distinfo:1.14 Mon Nov 16 13:26:08 2020 +++ pkgsrc/graphics/py-graphviz/distinfo Mon Jan 11 13:56:09 2021 @@ -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 --_----------=_1610373369233820--