pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-astroid py-astroid: updated to 2.5.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8608dfc3829a
branches:  trunk
changeset: 451351:8608dfc3829a
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 26 12:58:24 2021 +0000

description:
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.

diffstat:

 devel/py-astroid/Makefile |   8 +++-----
 devel/py-astroid/PLIST    |   5 ++++-
 devel/py-astroid/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (60 lines):

diff -r 13f9c8dc674c -r 8608dfc3829a devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Mon Apr 26 12:56:27 2021 +0000
+++ b/devel/py-astroid/Makefile Mon Apr 26 12:58:24 2021 +0000
@@ -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 @@
 MAINTAINER=    kamel.derouiche%gmail.com@localhost
 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
 
diff -r 13f9c8dc674c -r 8608dfc3829a devel/py-astroid/PLIST
--- a/devel/py-astroid/PLIST    Mon Apr 26 12:56:27 2021 +0000
+++ b/devel/py-astroid/PLIST    Mon Apr 26 12:58:24 2021 +0000
@@ -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/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
diff -r 13f9c8dc674c -r 8608dfc3829a devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Mon Apr 26 12:56:27 2021 +0000
+++ b/devel/py-astroid/distinfo Mon Apr 26 12:58:24 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index