Subject: CVS commit: pkgsrc/devel/py-flakes
From: Thomas Klausner
Date: 2014-03-31 10:30:53
Message id: 20140331083053.80D8196@cvs.netbsd.org

Log Message:
Update to 0.8:

0.8.0 (2014-03-22):
  - Adapt for the AST in Python 3.4.
  - Fix caret position on SyntaxError.
  - Fix crash on Python 2.x with some doctest SyntaxError.
  - Add tox.ini.
  - The `PYFLAKES_NODOCTEST` environment variable has been replaced with the
    `PYFLAKES_DOCTEST` environment variable (with the opposite meaning).
    Doctest checking is now disabled by default; set the environment variable
    to enable it.
  - Correctly parse incremental `__all__ += [...]`.
  - Catch return with arguments inside a generator (Python <= 3.2).
  - Do not complain about `_` in doctests.
  - Drop deprecated methods `pushFunctionScope` and `pushClassScope`.

Files:
RevisionActionfile
1.3modifypkgsrc/devel/py-flakes/Makefile
1.3modifypkgsrc/devel/py-flakes/PLIST
1.3modifypkgsrc/devel/py-flakes/distinfo