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:           Mon Jun  8 16:08:01 UTC 2020

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

Log Message:
py-astroid: updated to 2.4.2

What's New in astroid 2.4.2?
* `FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
* Properly construct the arguments of infered property descriptors


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.27 -r1.28 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.35 pkgsrc/devel/py-astroid/Makefile:1.36
--- pkgsrc/devel/py-astroid/Makefile:1.35       Tue May  5 18:18:55 2020
+++ pkgsrc/devel/py-astroid/Makefile    Mon Jun  8 16:08:01 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2020/05/05 18:18:55 adam Exp $
+# $NetBSD: Makefile,v 1.36 2020/06/08 16:08:01 adam Exp $
 
-DISTNAME=      astroid-2.4.1
+DISTNAME=      astroid-2.4.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.27 pkgsrc/devel/py-astroid/distinfo:1.28
--- pkgsrc/devel/py-astroid/distinfo:1.27       Tue May  5 18:18:55 2020
+++ pkgsrc/devel/py-astroid/distinfo    Mon Jun  8 16:08:01 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2020/05/05 18:18:55 adam Exp $
+$NetBSD: distinfo,v 1.28 2020/06/08 16:08:01 adam Exp $
 
-SHA1 (astroid-2.4.1.tar.gz) = 9e3d8cf8ed0635f706aa19175c25ecd2f5ca5af0
-RMD160 (astroid-2.4.1.tar.gz) = 205defcbfb3458568344f7b62a445ab0b5040559
-SHA512 (astroid-2.4.1.tar.gz) = 10723236306c8a181d536acc047a18436851c7c8b9c532303f39ca1eae9ca9eba3e3e0c135aea7596642528d39e0115b38ad705bef9140cd0f5fa8b170569738
-Size (astroid-2.4.1.tar.gz) = 310789 bytes
+SHA1 (astroid-2.4.2.tar.gz) = 488a4ff893effa9fa8e72a38b968895a31c6b46d
+RMD160 (astroid-2.4.2.tar.gz) = 0ea44ae5243e5e8abad79672d53b71c1521613f7
+SHA512 (astroid-2.4.2.tar.gz) = f5d759c07a13e06d3d071faacff2dc775924566aaef8bdb6e526c4ebf723b6b561f5824b711b33e33a2a69df0a2ff4cbf0f4302c9a0d55610e031e81c4a4be91
+Size (astroid-2.4.2.tar.gz) = 310972 bytes



Home | Main Index | Thread Index | Old Index