Bug 173720 - [MAINTAINER] devel/py-flake8: update to 1.6
Summary: [MAINTAINER] devel/py-flake8: update to 1.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 15:20 UTC by William Grzybowski
Modified: 2012-11-28 17:19 UTC (History)
0 users

See Also:


Attachments
py-flake8.patch (1.96 KB, patch)
2012-11-19 15:20 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2012-11-19 15:20:00 UTC
Update to 1.6:


1.6 - 2012-11-16

    changed the signatures of the check_file function in flake8/run.py, skip_warning in flake8/util.py and the check, checkPath functions in flake8/pyflakes.py.
    fix --exclude and --ignore command flags (#14, #19)
    fix the git hook that wasn't catching files not already added to the index (#29)
    pre-emptively includes the addition to pep8 to ignore certain lines. Add # nopep8 to the end of a line to ignore it. (#37)
    check_file can now be used without any special prior setup (#21)
    unpacking exceptions will no longer cause an exception (#20)
    fixed crash on non-existant file (#38)

1.5 - 2012-10-13

    fixed the stdin
    make sure mccabe catches the syntax errors as warnings
    pep8 upgrade
    added max_line_length default value
    added Flake8Command and entry points is setuptools is around
    using the setuptools console wrapper when available

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-19 15:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2012-11-28 07:32:24 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2012-11-28 17:19:57 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!