Received: by mail.netbsd.org (Postfix, from userid 605) id EDD3F84D6B; Mon, 26 Apr 2021 12:58:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3431484D65 for ; Mon, 26 Apr 2021 12:58:25 +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 2YuWlCovacv0 for ; Mon, 26 Apr 2021 12:58:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 65D9884D64 for ; Mon, 26 Apr 2021 12:58:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FD9BFA95; Mon, 26 Apr 2021 12:58:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619441904250090" MIME-Version: 1.0 Date: Mon, 26 Apr 2021 12:58:24 +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: <20210426125824.5FD9BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619441904250090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 26 12:58:24 UTC 2021 Modified Files: pkgsrc/devel/py-astroid: Makefile PLIST distinfo Log Message: py-astroid: updated to 2.5.6 What's New in astroid 2.5.6? ============================ Release Date: 2021-04-25 * Fix retro-compatibility issues with old version of pylint What's New in astroid 2.5.5? ============================ Release Date: 2021-04-24 * Fixes the discord link in the project urls of the package. What's New in astroid 2.5.4? ============================ Release Date: 2021-04-24 * The packaging is now done via setuptools exclusively. ``doc``, ``tests``, and ``Changelog`` are not packaged anymore - reducing the size of the package greatly. * Debian packaging is now (officially) done in https://salsa.debian.org/python-team/packages/astroid. * ``__pkginfo__`` now only contain ``__version__`` (also accessible with ``astroid.__version__``), other meta-information are still accessible with ``import importlib;metadata.metadata('astroid')``. * Added inference tip for ``typing.Tuple`` alias * Fix crash when evaluating ``typing.NamedTuple`` * COPYING was removed in favor of COPYING.LESSER and the latter was renamed to LICENSE to make more apparent that the code is licensed under LGPLv2 or later. * Moved from appveyor and travis to Github Actions for continuous integration. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-astroid/PLIST cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619441904250090 Content-Disposition: inline Content-Length: 3152 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.41 pkgsrc/devel/py-astroid/Makefile:1.42 --- pkgsrc/devel/py-astroid/Makefile:1.41 Fri Apr 16 05:44:05 2021 +++ pkgsrc/devel/py-astroid/Makefile Mon Apr 26 12:58:24 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2021/04/16 05:44:05 adam Exp $ +# $NetBSD: Makefile,v 1.42 2021/04/26 12:58:24 adam Exp $ -DISTNAME= astroid-2.5.3 +DISTNAME= astroid-2.5.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/} @@ -8,12 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=a/astr MAINTAINER= kamel.derouiche@gmail.com HOMEPAGE= https://github.com/pycqa/astroid COMMENT= Rebuild a new abstract syntax tree from Python's ast -LICENSE= gnu-lgpl-v3 +LICENSE= gnu-lgpl-v2.1 DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy>=1.4.0:../../devel/py-lazy-object-proxy DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.11:../../devel/py-wrapt -BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test PYTHON_VERSIONS_INCOMPATIBLE= 27 Index: pkgsrc/devel/py-astroid/PLIST diff -u pkgsrc/devel/py-astroid/PLIST:1.12 pkgsrc/devel/py-astroid/PLIST:1.13 --- pkgsrc/devel/py-astroid/PLIST:1.12 Mon Feb 22 09:22:05 2021 +++ pkgsrc/devel/py-astroid/PLIST Mon Apr 26 12:58:24 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2021/02/22 09:22:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2021/04/26 12:58:24 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -22,6 +22,9 @@ ${PYSITELIB}/astroid/as_string.pyo ${PYSITELIB}/astroid/bases.py ${PYSITELIB}/astroid/bases.pyc ${PYSITELIB}/astroid/bases.pyo +${PYSITELIB}/astroid/brain/__init__.py +${PYSITELIB}/astroid/brain/__init__.pyc +${PYSITELIB}/astroid/brain/__init__.pyo ${PYSITELIB}/astroid/brain/brain_argparse.py ${PYSITELIB}/astroid/brain/brain_argparse.pyc ${PYSITELIB}/astroid/brain/brain_argparse.pyo Index: pkgsrc/devel/py-astroid/distinfo diff -u pkgsrc/devel/py-astroid/distinfo:1.33 pkgsrc/devel/py-astroid/distinfo:1.34 --- pkgsrc/devel/py-astroid/distinfo:1.33 Fri Apr 16 05:44:05 2021 +++ pkgsrc/devel/py-astroid/distinfo Mon Apr 26 12:58:24 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2021/04/16 05:44:05 adam Exp $ +$NetBSD: distinfo,v 1.34 2021/04/26 12:58:24 adam Exp $ -SHA1 (astroid-2.5.3.tar.gz) = 390875c35a2ad72663f16f8e74a5b53a9d3c89db -RMD160 (astroid-2.5.3.tar.gz) = 0de443b3564fe605f53c29ed90343325c0ac6fc6 -SHA512 (astroid-2.5.3.tar.gz) = dbf480e86023f7d093386cc68b259d5b721717638927a893b3ade0a397b212f5f24a17c753b705cf499b47e12ab255d51126b41b5af167d5c3018f5aade1abcb -Size (astroid-2.5.3.tar.gz) = 317721 bytes +SHA1 (astroid-2.5.6.tar.gz) = 2ba28a0ed97e8746362698a7e6411213bb18125a +RMD160 (astroid-2.5.6.tar.gz) = 78b9142845906811e17aa7b337b38dc437fc2008 +SHA512 (astroid-2.5.6.tar.gz) = f622e0a1d76a2b85ff95751c663a2d057164ee1ad3543483e12910444fd447428cb57fe79c3484fe6c99f6c762eaf2933f1dec0bed1531116d157c1d45560e22 +Size (astroid-2.5.6.tar.gz) = 181541 bytes --_----------=_1619441904250090--