Received: by mail.netbsd.org (Postfix, from userid 605) id 4EB3284D51; Sun, 10 Dec 2017 17:04:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD9EB84D46 for ; Sun, 10 Dec 2017 17:04:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9E25cHeKGTGh for ; Sun, 10 Dec 2017 17:04:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5E48084D32 for ; Sun, 10 Dec 2017 17:04:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4AC4CFB40; Sun, 10 Dec 2017 17:04:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512925486111200" MIME-Version: 1.0 Date: Sun, 10 Dec 2017 17:04:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-altgraph To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171210170446.4AC4CFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1512925486111200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 10 17:04:46 UTC 2017 Modified Files: pkgsrc/graphics/py-altgraph: Makefile distinfo Log Message: py-altgraph: updated to 0.15 0.15 ObjectGraph.get_edges, ObjectGraph.getEdgeData and ObjectGraph.updateEdgeData accept None as the node to get and treat this as an alias for self (as other methods already did). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-altgraph/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-altgraph/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512925486111200 Content-Disposition: inline Content-Length: 1694 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-altgraph/Makefile diff -u pkgsrc/graphics/py-altgraph/Makefile:1.6 pkgsrc/graphics/py-altgraph/Makefile:1.7 --- pkgsrc/graphics/py-altgraph/Makefile:1.6 Sat Sep 16 19:26:58 2017 +++ pkgsrc/graphics/py-altgraph/Makefile Sun Dec 10 17:04:46 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/12/10 17:04:46 adam Exp $ -DISTNAME= altgraph-0.14 +DISTNAME= altgraph-0.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics net python MASTER_SITES= ${MASTER_SITE_PYPI:=a/altgraph/} Index: pkgsrc/graphics/py-altgraph/distinfo diff -u pkgsrc/graphics/py-altgraph/distinfo:1.4 pkgsrc/graphics/py-altgraph/distinfo:1.5 --- pkgsrc/graphics/py-altgraph/distinfo:1.4 Sun Jul 30 17:45:41 2017 +++ pkgsrc/graphics/py-altgraph/distinfo Sun Dec 10 17:04:46 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2017/07/30 17:45:41 adam Exp $ +$NetBSD: distinfo,v 1.5 2017/12/10 17:04:46 adam Exp $ -SHA1 (altgraph-0.14.tar.gz) = 76f9ab733437aa307044a85b0123f5e42071111b -RMD160 (altgraph-0.14.tar.gz) = c7ddf668779944b1cd367dbc462432caf8ce37d9 -SHA512 (altgraph-0.14.tar.gz) = 93e4c4400723a298d7b8c1e70b3fe65c015eb6fab9bdf30c63f2a9d1489872247397bb39b289fc42eb49b017858745a7b5fca22d65526f0916d9ddc36dc1a66f -Size (altgraph-0.14.tar.gz) = 588506 bytes +SHA1 (altgraph-0.15.tar.gz) = a0e6f531d4ac26aba149d85c7a6841b63d4d9cf8 +RMD160 (altgraph-0.15.tar.gz) = 4fca093d93bac6572773863660aa1190b7491b31 +SHA512 (altgraph-0.15.tar.gz) = 3e2b5375f93f13a7698e237af66e736f5abe73ff3d0bf81130dfd08af65714305f692697e3f8297f33b9733f4eecd9850067e2c1d6fafee67b22147f47d2efad +Size (altgraph-0.15.tar.gz) = 589882 bytes --_----------=_1512925486111200--