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:           Thu Jul  1 21:01:20 UTC 2021

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

Log Message:
py-astroid: updated to 2.6.2

v2.6.2

Fix a crash when the inference of the length of a node failed

Fix unhandled StopIteration during inference, following the implementation
of PEP479 in python 3.7+


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.36 -r1.37 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.44 pkgsrc/devel/py-astroid/Makefile:1.45
--- pkgsrc/devel/py-astroid/Makefile:1.44       Wed Jun 30 05:59:28 2021
+++ pkgsrc/devel/py-astroid/Makefile    Thu Jul  1 21:01:20 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2021/06/30 05:59:28 adam Exp $
+# $NetBSD: Makefile,v 1.45 2021/07/01 21:01:20 adam Exp $
 
-DISTNAME=      astroid-2.6.1
+DISTNAME=      astroid-2.6.2
 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.36 pkgsrc/devel/py-astroid/distinfo:1.37
--- pkgsrc/devel/py-astroid/distinfo:1.36       Wed Jun 30 05:59:28 2021
+++ pkgsrc/devel/py-astroid/distinfo    Thu Jul  1 21:01:20 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2021/06/30 05:59:28 adam Exp $
+$NetBSD: distinfo,v 1.37 2021/07/01 21:01:20 adam Exp $
 
-SHA1 (astroid-2.6.1.tar.gz) = 67cc2322b0c502a5f83bd7f7cf99a7a22d8c85fd
-RMD160 (astroid-2.6.1.tar.gz) = e393e5d9aba9ac9b4810dd993850e9a6c5155ad1
-SHA512 (astroid-2.6.1.tar.gz) = f28c0725818947c4279ff56ef3051af48abbbca61dea3b59ea4e263863bb10699e093e345abec519a292f395b1599bb91769893956aea2c444ce7899d9795371
-Size (astroid-2.6.1.tar.gz) = 187335 bytes
+SHA1 (astroid-2.6.2.tar.gz) = af43a529be3ebb28f51e5f4d66e9e49e4ef2c59f
+RMD160 (astroid-2.6.2.tar.gz) = f9a12871c8db54e490a94c4cebae938103041c5f
+SHA512 (astroid-2.6.2.tar.gz) = 8cde7beb2a511dad9e5f5fbdd4d60584efb1c016b1c3e5085725a6880754ab952fe65a24c79a958d68d957bc1a4905d044839771d32e1e06d2dab4fea76c65a8
+Size (astroid-2.6.2.tar.gz) = 187749 bytes



Home | Main Index | Thread Index | Old Index