pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-checker update to 0.8.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c935dbb6d428
branches:  trunk
changeset: 479006:c935dbb6d428
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Aug 03 12:07:27 2004 +0000

description:
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:

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

diffs (26 lines):

diff -r 5a0060a54736 -r c935dbb6d428 devel/py-checker/Makefile
--- a/devel/py-checker/Makefile Tue Aug 03 11:57:32 2004 +0000
+++ b/devel/py-checker/Makefile Tue Aug 03 12:07:27 2004 +0000
@@ -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 -r 5a0060a54736 -r c935dbb6d428 devel/py-checker/distinfo
--- a/devel/py-checker/distinfo Tue Aug 03 11:57:32 2004 +0000
+++ b/devel/py-checker/distinfo Tue Aug 03 12:07:27 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index