pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-astroid



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 14 15:22:57 UTC 2021

Modified Files:
        pkgsrc/devel/py-astroid: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/py-astroid/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-astroid/Makefile
diff -u pkgsrc/devel/py-astroid/Makefile:1.49 pkgsrc/devel/py-astroid/Makefile:1.50
--- pkgsrc/devel/py-astroid/Makefile:1.49       Tue Oct 26 12:20:38 2021
+++ pkgsrc/devel/py-astroid/Makefile    Sun Nov 14 15:22:57 2021
@@ -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/}

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.43 pkgsrc/devel/py-astroid/distinfo:1.44
--- pkgsrc/devel/py-astroid/distinfo:1.43       Tue Oct 26 12:20:38 2021
+++ pkgsrc/devel/py-astroid/distinfo    Sun Nov 14 15:22:57 2021
@@ -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