Name: | python-pep8 |
---|---|
Version: | 1.4.6 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 849059 |
License: | MIT |
RPM: | python-pep8-1.4.6-3.el7.noarch.rpm |
Source RPM: | python-pep8-1.4.6-3.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/pep8 |
Summary: | Python style guide checker |
Description: | pep8 is a tool to check your Python code against some of the style conventions in PEP 8. It has a plugin architecture, making new checks easy, and its output is parseable, making it easy to jump to an error location in your editor. |
- Fix build on EL6
- rename py3 version of pep8 to python3-pep8 (rhbz#1060408) - built for epel7
- update to 1.4.6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- update to 1.4.5 (rhbz#918924) - introduce py3 package (rhbz#971941)
- Update to 1.4.4
- Update to 1.4.2
- Update to 1.4.1 - Add Sphinx docs
- Run test suite using the pep8.py that has been installed
- Add test suite