Sat, 20 Apr 2024 00:14:10 UTC | login

Information for build python-flake8-2.0-5.el7

ID433
Package Namepython-flake8
Version2.0
Release5.el7
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
StartedSun, 21 Dec 2014 18:55:38 UTC
CompletedSun, 21 Dec 2014 18:59:10 UTC
Taskbuild (cloud7-el7, python-flake8-2.0-5.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
RPMs
src
python-flake8-2.0-5.el7.src.rpm (info) (download)
noarch
python-flake8-2.0-5.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Wed Nov 05 2014 Matej Cepl <mcepl@redhat.com> - 2.0-5 - Fix missing Requires (RHBZ# 1160221) * 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