summaryrefslogtreecommitdiff
path: root/devel/py-checker
diff options
context:
space:
mode:
authorrecht <recht>2004-08-03 12:07:27 +0000
committerrecht <recht>2004-08-03 12:07:27 +0000
commitaa357f2f5edde2b8db23cbd8646920d7047ff313 (patch)
tree889c3a575162cf22d358682183d1a0582af9a624 /devel/py-checker
parent94a50081f06a375d9098337e7d35e11f7b155c8e (diff)
downloadpkgsrc-aa357f2f5edde2b8db23cbd8646920d7047ff313.tar.gz
update to 0.8.14
Version 0.8.14 - 6 June 2004 * Fix spurious warning in Python 2.3+ when doing a,b = 1,2 * Add warning to check for "if s.find(str):" this should be "if s.find(str) >= 0:" when s is a string * Fix spurious warning when using augmented assignment (e.g., x += x) * Fix spurious warning when doing x = not x * Fix spurious warning for invalid arg count when calling a staticmethod * Fix spurious warning for setting a variable to itself when: x, y, z = x * Fix spurious warning when doing some binary operations: self.a ^ self.b * Fix crash in STORE_ATTR with some list comprehensions in Python 2.2 e.g., a.a = [x for x in range(2) if x > 1] * Support Tk 8.4 and above in the GUI (change col= to column=)
Diffstat (limited to 'devel/py-checker')
-rw-r--r--devel/py-checker/Makefile6
-rw-r--r--devel/py-checker/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-checker/Makefile b/devel/py-checker/Makefile
index 5caf9ef0203..15950919dcc 100644
--- a/devel/py-checker/Makefile
+++ b/devel/py-checker/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/07/22 09:16:01 recht Exp $
+# $NetBSD: Makefile,v 1.9 2004/08/03 12:07:27 recht Exp $
-DISTNAME= pychecker-0.8.13
-PKGNAME= ${PYPKGPREFIX}-checker-0.8.13
+DISTNAME= pychecker-0.8.14
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pychecker/}
diff --git a/devel/py-checker/distinfo b/devel/py-checker/distinfo
index fb544c8ffda..bee6a3a1f38 100644
--- a/devel/py-checker/distinfo
+++ b/devel/py-checker/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/12/02 23:37:26 recht Exp $
+$NetBSD: distinfo,v 1.4 2004/08/03 12:07:27 recht Exp $
-SHA1 (pychecker-0.8.13.tar.gz) = 945f9ccb5d2ef543d17c123114c5b6b0416370d9
-Size (pychecker-0.8.13.tar.gz) = 119974 bytes
+SHA1 (pychecker-0.8.14.tar.gz) = d03965d4799364adf7f48ef31967cf4dc6f978d6
+Size (pychecker-0.8.14.tar.gz) = 121815 bytes
SHA1 (patch-aa) = ef0328a153878fde74679c9480d60e80ffc3ffa0