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
This commit is contained in:
parent
ab5cd474f8
commit
aca30bbe64
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue