Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257026 - =dev-python/pyflakes-0.3.0 version bump
Summary: =dev-python/pyflakes-0.3.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://divmod.org/trac/wiki/DivmodPyf...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 01:02 UTC by Jeff Kowalczyk
Modified: 2009-03-02 13:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
working pyflakes-0.3.0 ebuild. SRC_URI changed to PyPI (pyflakes-0.3.0.ebuild,508 bytes, text/plain)
2009-01-31 01:02 UTC, Jeff Kowalczyk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2009-01-31 01:02:09 UTC
pyflakes-0.3.0 is available:

0.3.0 (2009-01-30):
  - Display more informative SyntaxError messages.
  - Don't hang flymake with unmatched triple quotes (only report a single
    line of source for a multiline syntax error).
  - Recognize __builtins__ as a defined name.
  - Improve pyflakes support for python versions 2.3-2.5
  - Support for if-else expressions and with statements.
  - Warn instead of error on non-existant file paths.
  - Check for __future__ imports after other statements.
  - Add reporting for some types of import shadowing.
  - Improve reporting of unbound locals

An important fix facilitates usage with emacs flymake without high CPU utililization on unclosed triple-qouted string.

Reproducible: Always
Comment 1 Jeff Kowalczyk 2009-01-31 01:02:54 UTC
Created attachment 180337 [details]
working pyflakes-0.3.0 ebuild. SRC_URI changed to PyPI
Comment 2 Patrick Lauer gentoo-dev 2009-01-31 23:40:57 UTC
+*pyflakes-0.3.0 (31 Jan 2009)
+
+  31 Jan 2009; Patrick Lauer <patrick@gentoo.org> +pyflakes-0.3.0.ebuild:
+  Bump to 0.3.0, fixes #257026