python-flake8
No description set
- Sources inherited from project SUSE:SLE-15-SP1:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP2:GA/python-flake8 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fix-mock-patch-with-python3.4.patch | 0000002517 2.46 KB | |
flake8-3.7.7.tar.gz | 0000148457 145 KB | |
python-flake8.changes | 0000013413 13.1 KB | |
python-flake8.spec | 0000003657 3.57 KB | |
remove_mock_dependency.patch | 0000009763 9.53 KB |
Latest Revision
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
Comments 0