Accepting request 678073 from home:jayvdb:flake8

- Update to v3.7.6
  * Fix ``--per-file-ignores`` for multi-letter error codes
  * Improve flake8 speed when only 1 filename is passed

OBS-URL: https://build.opensuse.org/request/show/678073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=47
This commit is contained in:
Tomáš Chvátal 2019-02-22 10:42:42 +00:00 committed by Git OBS Bridge
parent 4ca7b43c11
commit 34a931eb92
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd9ddf503110bf3d8b1d270e8c673aab29ccb3dd6abf29bae1f54e5116ab4a91
size 148039

3
flake8-3.7.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d8c66a65635d46d54de59b027a1dda40abbe2275b3164b634835ac9c13fd048
size 147641

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 21 18:42:26 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to v3.7.6
* Fix ``--per-file-ignores`` for multi-letter error codes
* Improve flake8 speed when only 1 filename is passed
-------------------------------------------------------------------
Wed Feb 6 09:42:40 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-flake8
Version: 3.7.5
Version: 3.7.6
Release: 0
Summary: Modular source code checker: pep8, pyflakes and co
License: MIT