Received: by mail.netbsd.org (Postfix, from userid 605) id F3F6684DBD; Sat, 26 Oct 2019 23:01:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B83E84D4D for ; Sat, 26 Oct 2019 23:01:42 +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 haxgbseVdOue for ; Sat, 26 Oct 2019 23:01:42 +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 E6CDA84D27 for ; Sat, 26 Oct 2019 23:01:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC465FA8B; Sat, 26 Oct 2019 23:01:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572130901180930" MIME-Version: 1.0 Date: Sat, 26 Oct 2019 23:01:41 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py-asttokens To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191026230141.DC465FA8B@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. --_----------=_1572130901180930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 26 23:01:41 UTC 2019 Modified Files: pkgsrc/lang/py-asttokens: Makefile distinfo Log Message: py-asttokens: updated to 2.0.2 v2.0.2: Bump patch version v2.0.1: Bump patch version v2.0.0: Bump major version, for non-backward-compatible changes. - There is a parsing difference in that tuple nodes now include surrounding parentheses (when present). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/py-asttokens/Makefile \ pkgsrc/lang/py-asttokens/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572130901180930 Content-Disposition: inline Content-Length: 2068 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-asttokens/Makefile diff -u pkgsrc/lang/py-asttokens/Makefile:1.8 pkgsrc/lang/py-asttokens/Makefile:1.9 --- pkgsrc/lang/py-asttokens/Makefile:1.8 Mon Oct 7 20:28:13 2019 +++ pkgsrc/lang/py-asttokens/Makefile Sat Oct 26 23:01:41 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2019/10/07 20:28:13 adam Exp $ +# $NetBSD: Makefile,v 1.9 2019/10/26 23:01:41 adam Exp $ -DISTNAME= asttokens-1.1.15 +DISTNAME= asttokens-2.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asttokens/} @@ -12,8 +12,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six TEST_DEPENDS+= ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid -TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage -TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none Index: pkgsrc/lang/py-asttokens/distinfo diff -u pkgsrc/lang/py-asttokens/distinfo:1.8 pkgsrc/lang/py-asttokens/distinfo:1.9 --- pkgsrc/lang/py-asttokens/distinfo:1.8 Mon Oct 7 20:28:13 2019 +++ pkgsrc/lang/py-asttokens/distinfo Sat Oct 26 23:01:41 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/10/07 20:28:13 adam Exp $ +$NetBSD: distinfo,v 1.9 2019/10/26 23:01:41 adam Exp $ -SHA1 (asttokens-1.1.15.tar.gz) = ced64ddffa0995ae310b622a59aea4154694a2db -RMD160 (asttokens-1.1.15.tar.gz) = 9c91faf9a97233e553c5a7a21761680e1482ef65 -SHA512 (asttokens-1.1.15.tar.gz) = 606bca018a6ab60f780b0fc538d331484a0481f7b08babb630b777e74e6b929e3ded909e5e37a67d06a48bc8002d3061cdbdbd8b4f6d1c71c6554e6a252394a0 -Size (asttokens-1.1.15.tar.gz) = 37004 bytes +SHA1 (asttokens-2.0.2.tar.gz) = 9a79f05b7ef32f2bc8ee096f76915ca98a201924 +RMD160 (asttokens-2.0.2.tar.gz) = f6ad43fee19895b83877d1f8ad3a2fb71edb5274 +SHA512 (asttokens-2.0.2.tar.gz) = 21463f8d34eb3d55b73d870ce2abb546796a0516218ad858357d1c9780827c814e0682d52b141d3987924228b4e7f7f4e7d5fc36d133e2f857e1209c5f12a391 +Size (asttokens-2.0.2.tar.gz) = 40595 bytes --_----------=_1572130901180930--