Received: by mail.netbsd.org (Postfix, from userid 605) id EF8E384DCE; Wed, 6 Feb 2019 11:11:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77F6A84DCB for ; Wed, 6 Feb 2019 11:11:36 +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 2JC1GUhE2qkl for ; Wed, 6 Feb 2019 11:11:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0002284CE2 for ; Wed, 6 Feb 2019 11:11:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF268FB16; Wed, 6 Feb 2019 11:11:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549451495258750" MIME-Version: 1.0 Date: Wed, 6 Feb 2019 11:11:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-typed-ast To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190206111135.EF268FB16@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. --_----------=_1549451495258750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 6 11:11:35 UTC 2019 Modified Files: pkgsrc/devel/py-typed-ast: Makefile distinfo Log Message: py-typed-ast: updated to 1.3.1 1.3.1: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-typed-ast/Makefile \ pkgsrc/devel/py-typed-ast/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549451495258750 Content-Disposition: inline Content-Length: 1754 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-typed-ast/Makefile diff -u pkgsrc/devel/py-typed-ast/Makefile:1.5 pkgsrc/devel/py-typed-ast/Makefile:1.6 --- pkgsrc/devel/py-typed-ast/Makefile:1.5 Wed Jan 30 22:42:45 2019 +++ pkgsrc/devel/py-typed-ast/Makefile Wed Feb 6 11:11:35 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2019/01/30 22:42:45 adam Exp $ +# $NetBSD: Makefile,v 1.6 2019/02/06 11:11:35 adam Exp $ -DISTNAME= typed-ast-1.3.0 +DISTNAME= typed-ast-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/typed-ast/} Index: pkgsrc/devel/py-typed-ast/distinfo diff -u pkgsrc/devel/py-typed-ast/distinfo:1.5 pkgsrc/devel/py-typed-ast/distinfo:1.6 --- pkgsrc/devel/py-typed-ast/distinfo:1.5 Wed Jan 30 22:42:45 2019 +++ pkgsrc/devel/py-typed-ast/distinfo Wed Feb 6 11:11:35 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2019/01/30 22:42:45 adam Exp $ +$NetBSD: distinfo,v 1.6 2019/02/06 11:11:35 adam Exp $ -SHA1 (typed-ast-1.3.0.tar.gz) = e2f8238166709c51e76fa21ecfda2f25dab2d41c -RMD160 (typed-ast-1.3.0.tar.gz) = b705b3aff96945f7b9f80168acaf873a215fe97b -SHA512 (typed-ast-1.3.0.tar.gz) = 9d83fa35c7f702998a0fcc96bc0930b8e35f95b2e1a9e7abc6c9942c6afea7695a43ad72e45f68d5f233e91beedc6ef62fa5d162faebe8c29ee184822a7c1bdb -Size (typed-ast-1.3.0.tar.gz) = 204234 bytes +SHA1 (typed-ast-1.3.1.tar.gz) = dff355033bd811684d8801d65ed5d0605b022968 +RMD160 (typed-ast-1.3.1.tar.gz) = eb45862adc33ba6e6eb2333236147217a8978430 +SHA512 (typed-ast-1.3.1.tar.gz) = 390547485878ccb7e3a168e24b8b63c1784888ecedfae980562c3c0c0073c73ebef27190feeac99745c205d18061ffe5e3eb0830068968176ef2a06fd3ae4b2a +Size (typed-ast-1.3.1.tar.gz) = 204285 bytes SHA1 (patch-setup.py) = 997fc582f7b9e9e068fa8d6d5760acfe792554f2 --_----------=_1549451495258750--