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.8.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08e55d8beb4e
branches:  trunk
changeset: 769396:08e55d8beb4e
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 14 15:22:57 2021 +0000

description:
py-astroid: updated to 2.8.5

What's New in astroid 2.8.5?
============================
* Use more permissive versions for the ``typed-ast`` dependencie (<2.0 instead of <1.5)
* Fix crash on inference of ``__len__``.
* Added missing ``kind`` (for ``Const``) and ``conversion`` (for ``FormattedValue``) fields to repr.
* Fix crash with assignment expressions, nested if expressions and filtering of statements
* Fix incorrect filtering of assignment expressions statements

diffstat:

 devel/py-astroid/Makefile |  4 ++--
 devel/py-astroid/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r b18dc2b6f5f8 -r 08e55d8beb4e devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Sun Nov 14 15:18:16 2021 +0000
+++ b/devel/py-astroid/Makefile Sun Nov 14 15:22:57 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2021/10/26 12:20:38 adam Exp $
+# $NetBSD: Makefile,v 1.50 2021/11/14 15:22:57 adam Exp $
 
-DISTNAME=      astroid-2.8.4
+DISTNAME=      astroid-2.8.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
diff -r b18dc2b6f5f8 -r 08e55d8beb4e devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Sun Nov 14 15:18:16 2021 +0000
+++ b/devel/py-astroid/distinfo Sun Nov 14 15:22:57 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2021/10/26 12:20:38 adam Exp $
+$NetBSD: distinfo,v 1.44 2021/11/14 15:22:57 adam Exp $
 
-RMD160 (astroid-2.8.4.tar.gz) = 103bc74bb0c0752e1f7f9afb217049128488168a
-SHA512 (astroid-2.8.4.tar.gz) = 76a278707603e104527a1f793ef2c86accb6a62f1e8718ad6b04c5e23d3af0a4f81ca825e5c984ccf7630ef71fb96834ef5af24e771a9c287e63b94940241cbd
-Size (astroid-2.8.4.tar.gz) = 200331 bytes
+BLAKE2s (astroid-2.8.5.tar.gz) = 56ff38137bf740f01d26d09a1efd8c7ebdcd486dff42836bfbe6631a5cc81381
+SHA512 (astroid-2.8.5.tar.gz) = d83106deb927c5f085076c23edb40969b4a0cfd106b4a488d8c2050d92a6aa6bd461b07cf8742b651a403e23e4a237d5c8111eb9b632aabe91e739607852736f
+Size (astroid-2.8.5.tar.gz) = 201858 bytes



Home | Main Index | Thread Index | Old Index