Wed, 24 Apr 2024 01:37:09 UTC | login

Information for build python-flake8-2.0-4.el6

ID750
Package Namepython-flake8
Version2.0
Release4.el6
Epoch
SummaryCode checking using pep8 and pyflakes
DescriptionFlake8 is a wrapper around these tools: - PyFlakes - pep8 - Ned's McCabe script Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. It also adds a few features: - files that contains with this header are skipped:: - lines that contains a "# NOQA" comment at the end will not issue a warning. - a Mercurial hook. - a McCabe complexity checker.
Built byhguemar
State complete
Volume DEFAULT
StartedThu, 05 Mar 2015 13:55:42 UTC
CompletedThu, 05 Mar 2015 13:57:46 UTC
Taskbuild (cloud6-el6, python-flake8-2.0-4.el6.src.rpm)
Tags
cloud6-openstack-common-candidate
RPMs
src
python-flake8-2.0-4.el6.src.rpm (info) (download)
noarch
python-flake8-2.0-4.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Mon Nov 18 2013 Matthias Runge <mrunge@redhat.com> - 2.0-4 - use __python2 instead of __python - add CONTRIBUTORS.txt to py3 docs * Tue Nov 05 2013 Matthias Runge <mrunge@redhat.com> - 2.0-3 - minimal spec cleanup, fix one rpmlint warning * Sat Sep 08 2012 Matej Cepl <mcepl@redhat.com> - 1.4-2 - Update .spec file according to ongoing packaging review. * Tue Jul 10 2012 Matej Cepl <mcepl@redhat.com> - 1.4-1 - initial package for Fedora