summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2014-04-11 18:04:11 +0000
committerwiz <wiz>2014-04-11 18:04:11 +0000
commitaac873ddb39c80cae6eca400b748f3feb8411a6a (patch)
treec629a1ac7a95c30de0ec1052a271d0da4c5cd21a /devel
parent95ba8a57d770f9b603e8cd2e2f393d51e2610d03 (diff)
downloadpkgsrc-aac873ddb39c80cae6eca400b748f3feb8411a6a.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')
-rw-r--r--devel/py-flakes/Makefile4
-rw-r--r--devel/py-flakes/distinfo8
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