diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-11 18:04:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-11 18:04:11 +0000 |
commit | 1e0ebf0b8be263c21dff606d2ad04983dfea2542 (patch) | |
tree | 22bc667fa90c0ea6e7f586433dea8881ace84e60 /devel/py-flakes | |
parent | 958d96d5e8f94a028d9701049e90fbf34ce93920 (diff) | |
download | pkgsrc-1e0ebf0b8be263c21dff606d2ad04983dfea2542.tar.gz |
Update to 0.8.1:
0.8.1 (2014-03-30):
- Detect the declared encoding in Python 3.
- Do not report redefinition of import in a local scope, if the
global name is used elsewhere in the module.
- Catch undefined variable in loop generator when it is also used as
loop variable.
- Report undefined name for `(a, b) = (1, 2)` but not for the general
unpacking `(a, b) = func()`.
- Correctly detect when an imported module is used in default arguments
of a method, when the method and the module use the same name.
- Distribute a universal wheel file.
Diffstat (limited to 'devel/py-flakes')
-rw-r--r-- | devel/py-flakes/Makefile | 4 | ||||
-rw-r--r-- | devel/py-flakes/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-flakes/Makefile b/devel/py-flakes/Makefile index 6589bc8bc15..f8e6254e96c 100644 --- a/devel/py-flakes/Makefile +++ b/devel/py-flakes/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/03/31 08:30:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/04/11 18:04:11 wiz Exp $ -DISTNAME= pyflakes-0.8 +DISTNAME= pyflakes-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= devel python MASTER_SITES= http://pypi.python.org/packages/source/p/pyflakes/ diff --git a/devel/py-flakes/distinfo b/devel/py-flakes/distinfo index d5560f2c00c..5b4eb71be15 100644 --- a/devel/py-flakes/distinfo +++ b/devel/py-flakes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/03/31 08:30:53 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/04/11 18:04:11 wiz Exp $ -SHA1 (pyflakes-0.8.tar.gz) = 801c9ad6bddc95e436b103a8deefbfe0f4451f50 -RMD160 (pyflakes-0.8.tar.gz) = 39ea1df18c58c3b1131d811a344ebf79f6128ba8 -Size (pyflakes-0.8.tar.gz) = 32041 bytes +SHA1 (pyflakes-0.8.1.tar.gz) = d44dc00c271b825b64c270a867c0c9327886e857 +RMD160 (pyflakes-0.8.1.tar.gz) = d32f6115392fdcce3666e6771399e0b001a8f505 +Size (pyflakes-0.8.1.tar.gz) = 32981 bytes |