pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-astroid py-astroid: updated to 1.6.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a77ea9265b9
branches:  trunk
changeset: 381433:3a77ea9265b9
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 07 06:33:54 2018 +0000

description:
py-astroid: updated to 1.6.5

1.6.5
*  Don't propagate Uninferable objects when inferring BinOps
*  Protect against passing lookup_class to non-class proxied objects
   In some cases the _proxied object points to another Instance, not to the
   Class of an Instance node (usually this happens with enum and with our
   hardcoded inference support for this library). Instead of getting a TypeError,
   we check before if the _proxied matches what we expect.

diffstat:

 devel/py-astroid/Makefile |   6 +++---
 devel/py-astroid/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 5311e51fed4a -r 3a77ea9265b9 devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Thu Jun 07 04:58:46 2018 +0000
+++ b/devel/py-astroid/Makefile Thu Jun 07 06:33:54 2018 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2018/05/16 06:54:20 adam Exp $
+# $NetBSD: Makefile,v 1.17 2018/06/07 06:33:54 adam Exp $
 
-DISTNAME=      astroid-1.6.4
+DISTNAME=      astroid-1.6.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
 
 MAINTAINER=    kamel.derouiche%gmail.com@localhost
-HOMEPAGE=      https://bitbucket.org/logilab/astroid
+HOMEPAGE=      https://github.com/pycqa/astroid
 COMMENT=       Rebuild a new abstract syntax tree from Python's ast
 LICENSE=       gnu-lgpl-v3
 
diff -r 5311e51fed4a -r 3a77ea9265b9 devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Thu Jun 07 04:58:46 2018 +0000
+++ b/devel/py-astroid/distinfo Thu Jun 07 06:33:54 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/05/16 06:54:20 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/06/07 06:33:54 adam Exp $
 
-SHA1 (astroid-1.6.4.tar.gz) = 0493d2d12532ed4394e8b26bd7065d9e30b680c4
-RMD160 (astroid-1.6.4.tar.gz) = 79293da77ac9a780b7be53ed8a995def16786666
-SHA512 (astroid-1.6.4.tar.gz) = 5dd66c5b6829743d2ccfc5d70b769ade8d65b1eb29bf0344c64981d1a7bfadff7c6ae0b42754400663274ac06893a9a1896dd29b559e2c40f248365680a07991
-Size (astroid-1.6.4.tar.gz) = 260039 bytes
+SHA1 (astroid-1.6.5.tar.gz) = c99c76daa0b7e3fa633ddd4315ca999689f2fa02
+RMD160 (astroid-1.6.5.tar.gz) = bba1d1e3582e557ecbe6a56ca83adef5b1d80506
+SHA512 (astroid-1.6.5.tar.gz) = f51f275c9f04809c8993d187cb62fadc84003ddc954d371356474dbe6b719868406fd9188c560f5b658b8b44bb6a4d3ee0785e809e789ca117e2bcbdb58aec53
+Size (astroid-1.6.5.tar.gz) = 255688 bytes



Home | Main Index | Thread Index | Old Index