pkgsrc/devel/py-flakes/distinfo
wiz 560b275e68 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.
2014-04-11 18:04:11 +00:00

5 lines
244 B
Text

$NetBSD: distinfo,v 1.4 2014/04/11 18:04:11 wiz 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