Received: by mail.netbsd.org (Postfix, from userid 605) id 2512085180; Wed, 16 May 2018 06:54:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9FC718517F for ; Wed, 16 May 2018 06:54:21 +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 cd_bsj-oUpEp for ; Wed, 16 May 2018 06:54:21 +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 123D284DE1 for ; Wed, 16 May 2018 06:54:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10516FBEC; Wed, 16 May 2018 06:54:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526453661180160" MIME-Version: 1.0 Date: Wed, 16 May 2018 06:54:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-astroid To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180516065421.10516FBEC@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. --_----------=_1526453661180160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 16 06:54:20 UTC 2018 Modified Files: pkgsrc/devel/py-astroid: Makefile PLIST distinfo Log Message: py-astroid: updated to 1.6.4 1.6.4 * Skip non-attrs specific attributes in attr wrapped classes. * Add brain tip for numpy.sum. * deque.rotate has a default parameter. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-astroid/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526453661180160 Content-Disposition: inline Content-Length: 3265 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-astroid/Makefile diff -u pkgsrc/devel/py-astroid/Makefile:1.15 pkgsrc/devel/py-astroid/Makefile:1.16 --- pkgsrc/devel/py-astroid/Makefile:1.15 Fri Apr 6 11:51:27 2018 +++ pkgsrc/devel/py-astroid/Makefile Wed May 16 06:54:20 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/04/06 11:51:27 adam Exp $ +# $NetBSD: Makefile,v 1.16 2018/05/16 06:54:20 adam Exp $ -DISTNAME= astroid-1.6.3 +DISTNAME= astroid-1.6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/} Index: pkgsrc/devel/py-astroid/PLIST diff -u pkgsrc/devel/py-astroid/PLIST:1.5 pkgsrc/devel/py-astroid/PLIST:1.6 --- pkgsrc/devel/py-astroid/PLIST:1.5 Thu Dec 21 09:57:44 2017 +++ pkgsrc/devel/py-astroid/PLIST Wed May 16 06:54:20 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2017/12/21 09:57:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2018/05/16 06:54:20 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -194,6 +194,7 @@ ${PYSITELIB}/astroid/tests/testdata/pyth ${PYSITELIB}/astroid/tests/testdata/python2/data/find_test/nonregr.py ${PYSITELIB}/astroid/tests/testdata/python2/data/foogle/fax/__init__.py ${PYSITELIB}/astroid/tests/testdata/python2/data/foogle/fax/a.py +${PYSITELIB}/astroid/tests/testdata/python2/data/foogle_fax-0.12.5-py2.7-nspkg.pth ${PYSITELIB}/astroid/tests/testdata/python2/data/format.py ${PYSITELIB}/astroid/tests/testdata/python2/data/invalid_encoding.py ${PYSITELIB}/astroid/tests/testdata/python2/data/joined_strings.py @@ -252,6 +253,7 @@ ${PYSITELIB}/astroid/tests/testdata/pyth ${PYSITELIB}/astroid/tests/testdata/python3/data/find_test/nonregr.py ${PYSITELIB}/astroid/tests/testdata/python3/data/foogle/fax/__init__.py ${PYSITELIB}/astroid/tests/testdata/python3/data/foogle/fax/a.py +${PYSITELIB}/astroid/tests/testdata/python3/data/foogle_fax-0.12.5-py2.7-nspkg.pth ${PYSITELIB}/astroid/tests/testdata/python3/data/format.py ${PYSITELIB}/astroid/tests/testdata/python3/data/invalid_encoding.py ${PYSITELIB}/astroid/tests/testdata/python3/data/joined_strings.py Index: pkgsrc/devel/py-astroid/distinfo diff -u pkgsrc/devel/py-astroid/distinfo:1.9 pkgsrc/devel/py-astroid/distinfo:1.10 --- pkgsrc/devel/py-astroid/distinfo:1.9 Fri Apr 6 11:51:27 2018 +++ pkgsrc/devel/py-astroid/distinfo Wed May 16 06:54:20 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/04/06 11:51:27 adam Exp $ +$NetBSD: distinfo,v 1.10 2018/05/16 06:54:20 adam Exp $ -SHA1 (astroid-1.6.3.tar.gz) = 468b6923724618bcb784454c97e972cff7c3832e -RMD160 (astroid-1.6.3.tar.gz) = a27a6b9e2cb442246cec75da89a63b23144c61cd -SHA512 (astroid-1.6.3.tar.gz) = a15ead90803cafc3c3aeba9e96f75ee9e581a39fd871c40e511fe3ff6a7d6816bcc2390ce4b1085ee5859c35bcee63eaea839ac6b6864c2552122fba6067cc83 -Size (astroid-1.6.3.tar.gz) = 254828 bytes +SHA1 (astroid-1.6.4.tar.gz) = 0493d2d12532ed4394e8b26bd7065d9e30b680c4 +RMD160 (astroid-1.6.4.tar.gz) = 79293da77ac9a780b7be53ed8a995def16786666 +SHA512 (astroid-1.6.4.tar.gz) = 5dd66c5b6829743d2ccfc5d70b769ade8d65b1eb29bf0344c64981d1a7bfadff7c6ae0b42754400663274ac06893a9a1896dd29b559e2c40f248365680a07991 +Size (astroid-1.6.4.tar.gz) = 260039 bytes --_----------=_1526453661180160--