Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 A1FED1A921F for ; Tue, 13 Oct 2020 21:18:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 410D184E3C; Tue, 13 Oct 2020 21:18:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BDBE184E39 for ; Tue, 13 Oct 2020 21:18:35 +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 vXMoj5mqO7FL for ; Tue, 13 Oct 2020 21:18:35 +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 3001584DA7 for ; Tue, 13 Oct 2020 21:18:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2BF5CFB28; Tue, 13 Oct 2020 21:18:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602623915272080" MIME-Version: 1.0 Date: Tue, 13 Oct 2020 21:18:35 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/devel/py-guppy3 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20201013211835.2BF5CFB28@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. --_----------=_1602623915272080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Oct 13 21:18:35 UTC 2020 Modified Files: pkgsrc/devel/py-guppy3: DESCR Makefile distinfo Log Message: py-guppy3: update to 3.1.0 Change log: Version 3.1.0 * Python 3.9 support, no inter-interpreter support * Add R_INSET relation for in unordered set relationship * Unified MorePrinter code path * Set __qualname__ to __name__ on dynamic classes * hp.Prod(), .byprod classifier, producer profiler * IdentitySet.prod to print tracemalloc results * Add .all to MorePrinter To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-guppy3/DESCR cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-guppy3/Makefile \ pkgsrc/devel/py-guppy3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602623915272080 Content-Disposition: inline Content-Length: 3024 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-guppy3/DESCR diff -u pkgsrc/devel/py-guppy3/DESCR:1.1 pkgsrc/devel/py-guppy3/DESCR:1.2 --- pkgsrc/devel/py-guppy3/DESCR:1.1 Fri Oct 4 22:11:59 2019 +++ pkgsrc/devel/py-guppy3/DESCR Tue Oct 13 21:18:35 2020 @@ -3,12 +3,10 @@ profiling and analysis. It includes a pr can be used to formally specify aspects of Python programs and generate tests and documentation from a common source. -Modules which constitute the environment: - -- Heapy: debugging and optimization regarding memory related issues in Python - programs -- GSL (Guppy Specification Language): describes aspects of a system, especially - its API, in a way that can be automatically converted to tests as well as to - documents -- Guppy: umbrella package combining Heapy and GSL with support utilities such as - the Glue module that keeps things together +This package contains the following subpackages: +* etc - Support modules. Contains especially the Glue protocol module. +* gsl - The Guppy Specification Language implementation. This can be used + to create documents and tests from a common source. +* heapy - The heap analysis toolset. It can be used to find information about + the objects in the heap and display the information in various ways. +* sets - Bitsets and 'nodesets' implemented in C. Index: pkgsrc/devel/py-guppy3/Makefile diff -u pkgsrc/devel/py-guppy3/Makefile:1.5 pkgsrc/devel/py-guppy3/Makefile:1.6 --- pkgsrc/devel/py-guppy3/Makefile:1.5 Sat May 16 07:08:08 2020 +++ pkgsrc/devel/py-guppy3/Makefile Tue Oct 13 21:18:35 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2020/05/16 07:08:08 adam Exp $ +# $NetBSD: Makefile,v 1.6 2020/10/13 21:18:35 gutteridge Exp $ -DISTNAME= guppy3-3.0.10.post1 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/post//} +DISTNAME= guppy3-3.1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/guppy3/} Index: pkgsrc/devel/py-guppy3/distinfo diff -u pkgsrc/devel/py-guppy3/distinfo:1.5 pkgsrc/devel/py-guppy3/distinfo:1.6 --- pkgsrc/devel/py-guppy3/distinfo:1.5 Sat May 16 07:08:08 2020 +++ pkgsrc/devel/py-guppy3/distinfo Tue Oct 13 21:18:35 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/05/16 07:08:08 adam Exp $ +$NetBSD: distinfo,v 1.6 2020/10/13 21:18:35 gutteridge Exp $ -SHA1 (guppy3-3.0.10.post1.tar.gz) = 831f633308ac2f72450133c2f60886c1645f4f38 -RMD160 (guppy3-3.0.10.post1.tar.gz) = 967fbb20f29dab51a808794b8da787e144693540 -SHA512 (guppy3-3.0.10.post1.tar.gz) = 9fc25775a26a6b8d0576c33eb02fb14d34139d23b44ef479df6af5a559012a15046c92a2156f2a8e5c22610c1e7f7217db201c0d6f6cda7d2492faf413305223 -Size (guppy3-3.0.10.post1.tar.gz) = 328698 bytes +SHA1 (guppy3-3.1.0.tar.gz) = cf8a9b4f433cad88ae866917aad025e81af08e9f +RMD160 (guppy3-3.1.0.tar.gz) = 499bb40813a6086b22a35cd1fad60fcac5ef57ee +SHA512 (guppy3-3.1.0.tar.gz) = faa07af3d0b1a962425494e7550a051c37f02a95d356b5a03c44b69a9af520031863bdc3730145af357e4e1434106c686f39e72b12690610ce934123a599a1b4 +Size (guppy3-3.1.0.tar.gz) = 334377 bytes --_----------=_1602623915272080--