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 Mar  4 18:47:57 UTC 2019

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

Log Message:
py-astroid: updated to 2.2.3

What's New in astroid 2.2.3?

* Replace any with uninferable when returning values from numpy transform

  Turns out that this was conflicting with the any builtin, while the original
  intention was to return a value that cannot be inferred, until we have support
  for types.

  This should fix a couple of false positives on pylint's side where the return
  value of numpy functions was considered to be itself a function.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.18 -r1.19 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.25 pkgsrc/devel/py-astroid/Makefile:1.26
--- pkgsrc/devel/py-astroid/Makefile:1.25       Sat Mar  2 14:10:14 2019
+++ pkgsrc/devel/py-astroid/Makefile    Mon Mar  4 18:47:56 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/03/02 14:10:14 adam Exp $
+# $NetBSD: Makefile,v 1.26 2019/03/04 18:47:56 adam Exp $
 
-DISTNAME=      astroid-2.2.2
+DISTNAME=      astroid-2.2.3
 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.18 pkgsrc/devel/py-astroid/distinfo:1.19
--- pkgsrc/devel/py-astroid/distinfo:1.18       Sat Mar  2 14:10:14 2019
+++ pkgsrc/devel/py-astroid/distinfo    Mon Mar  4 18:47:56 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2019/03/02 14:10:14 adam Exp $
+$NetBSD: distinfo,v 1.19 2019/03/04 18:47:56 adam Exp $
 
-SHA1 (astroid-2.2.2.tar.gz) = 7bc7d3fbbcf3ed93900ee918352c0a65427cb94f
-RMD160 (astroid-2.2.2.tar.gz) = 856cc9eb84b997546ec8a44426856477eba831b9
-SHA512 (astroid-2.2.2.tar.gz) = f0400de0abd41e6c42886394cb4be99983bd27f82b276cdcfd740162b1900fd6e3480ee2ed1074a98859e7b48c7786439c02c1dcca8ce9eca395585fad5a5976
-Size (astroid-2.2.2.tar.gz) = 280715 bytes
+SHA1 (astroid-2.2.3.tar.gz) = e9f8de9947fcd52f794df767b9fc3f962c96f5d8
+RMD160 (astroid-2.2.3.tar.gz) = f2c0b6bec675210dd5c0bcb713a21d527e2b69df
+SHA512 (astroid-2.2.3.tar.gz) = 5c67c4aa2932986a925715d070a28519d98000ec9cf04f42bd054cc68d66ecfcfbf5b6c1582e48076719ef025050f998a1ef709e90d916aba6b10b701d8dee64
+Size (astroid-2.2.3.tar.gz) = 281317 bytes



Home | Main Index | Thread Index | Old Index