Revisions of python-flake8
Gustavo Yokoyama Ribeiro (gyribeiro)
committed
(revision 2)
- Create doc sub package with rst files, and README.rst - Replace main package %doc README.rst with manpage.rst - Simplify dependency on python-typing, which is provided by python3-base when it isnt a separate dependency - update to version 3.7.7: * Fix crahes in plugins causing flake8 to hang while unpickling errors (See also GitLab!308, GitLab#505) - Update to v3.7.6 * Fix ``--per-file-ignores`` for multi-letter error codes * Improve flake8 speed when only 1 filename is passed - Add missing dependency on python3-typing when python3 < 3.5 - Add fix-mock-patch-with-python3.4.patch to fix building the package in Leap 42.3. In python 3.5, mock.patch uses create=True automatically if you are patching builtins in a module, but in python 3.4 the argument is still needed. - Enable tests - Add allow-bytes-filenames.patch to fix some tests that fail because they pass bytes objects as filenames. - Update remove_mock_dependency.patch to fix another test that used mock - Update to version 3.7.5: * Bugs Fixed + Fix reporting of pyflakes "referenced before assignment" error (See also GitLab!301, GitLab#503) - Update to version 3.7.4: * Bugs Fixed
Gustavo Yokoyama Ribeiro (gyribeiro)
committed
(revision 1)
initialize package
Displaying all 2 revisions