Opened 7 years ago

Closed 7 years ago

#54659 closed defect (fixed)

py34-flake8 version: 3.3.0_1 Update requires.txt entry for pyflakes version

Reported by: gean Owned by: petrrr
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc: yan12125 (Chih-Hsuan Yen), kurthindenburg (Kurt Hindenburg)
Port: py-flake8

Description (last modified by mf2k (Frank Schima))

Port: py34-flake8

file: .../python3.4/site-packages/flake8-3.3.0-py3.4.egg-info/requires.txt

Current pyflakes version requirement is:
       pyflakes >= 1.5.0, < 1.6.0

pyflakes version should be at least 1.6.0:

       pyflakes >= 1.6.0, < 1.7.0

Attachments (1)

Macports_exception__py34-flake8 (2.3 KB) - added by gean 7 years ago.
Exception occurs when running flake8-3.4

Download all attachments as: .zip

Change History (9)

Changed 7 years ago by gean

Exception occurs when running flake8-3.4

comment:1 Changed 7 years ago by gean

pyflakes version range should be:

pyflakes >= 1.5.0, < 1.7.0

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Cc: petr@… removed
Keywords: pyflakes removed
Owner: set to petrrr
Port: py-flake8 added; py34-flake8 removed
Status: newassigned
Type: updatedefect

comment:3 Changed 7 years ago by mf2k (Frank Schima)

In the future, please use WikiFormatting.

comment:4 Changed 7 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:5 in reply to:  3 Changed 7 years ago by gean

Replying to mf2k:

In the future, please use WikiFormatting.

ok.

Thanks, Dean

comment:6 Changed 7 years ago by yan12125 (Chih-Hsuan Yen)

Cc: yan12125 added

comment:7 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)

Cc: kurthindenburg added

comment:8 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: fixed
Status: assignedclosed

In 076023fc94be9c84afe8128c19c8b6af72bf9347/macports-ports:

py-flake8: update to 3.4.1; add patch to handle py-pyflakes version

Add patch from py-flake8 git master that increases version range
pyflakes >= 1.5.0, < 1.7.0

closes #54584
closes #54659

Note: See TracTickets for help on using tickets.