summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-08-23 07:50:41 +0000
committerwen <wen@pkgsrc.org>2015-08-23 07:50:41 +0000
commite9c17167027bbde318fd935e17fb7289ab9d7038 (patch)
treeb1edc4678cebd7ee14fab40191f8e54fc139d2ef /devel
parent0fbdac6813002ac67ceebe82039ce79f1a4b8cc7 (diff)
downloadpkgsrc-e9c17167027bbde318fd935e17fb7289ab9d7038.tar.gz
Update to 0.9.2
Upstream changes: 0.9.2 (2015-06-17): - Fix a traceback when a global is defined in one scope, and used in another. 0.9.1 (2015-06-09): - Update NEWS.txt to include 0.9.0, which had been forgotten. 0.9.0 (2015-05-31): - Exit gracefully, not with a traceback, on SIGINT and SIGPIPE. - Fix incorrect report of undefined name when using lambda expressions in generator expressions. - Don't crash on DOS line endings on Windows and Python 2.6. - Don't report an undefined name if the 'del' which caused a name to become undefined is only conditionally executed. - Properly handle differences in list comprehension scope in Python 3. - Improve handling of edge cases around 'global' defined variables. - Report an error for 'return' outside a function.
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 f8e6254e96c..d21383ca627 100644
--- a/devel/py-flakes/Makefile
+++ b/devel/py-flakes/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/04/11 18:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/08/23 07:50:41 wen Exp $
-DISTNAME= pyflakes-0.8.1
+DISTNAME= pyflakes-0.9.2
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 5b4eb71be15..666c273f971 100644
--- a/devel/py-flakes/distinfo
+++ b/devel/py-flakes/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/04/11 18:04:11 wiz Exp $
+$NetBSD: distinfo,v 1.5 2015/08/23 07:50:41 wen Exp $
-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
+SHA1 (pyflakes-0.9.2.tar.gz) = 522b7f7fa5967360e388d0ba72d8c7597785bfd0
+RMD160 (pyflakes-0.9.2.tar.gz) = b5edbe7b4c681a0cfde37dbdc95afa16d83b788e
+Size (pyflakes-0.9.2.tar.gz) = 34785 bytes