forked from pool/python-flake8
Accepting request 213717 from Cloud:OpenStack:Master
- update to 2.1.0: - Add FLAKE8_LAZY and FLAKE8_IGNORE environment variable support to git and mercurial hooks - Force git and mercurial hooks to repsect configuration in setup.cfg - Only check staged files if that is specified - Fix hook file permissions - Fix the git hook on python 3 - Ignore non-python files when running the git hook - Ignore .tox directories by default - Flake8 now reports the column number for PyFlakes messages OBS-URL: https://build.opensuse.org/request/show/213717 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=10
This commit is contained in:
parent
fff3a743bd
commit
ec51fadc77
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dce4f7e64cc202cc6da93eab84b2ce660110ff684b6738bba64a0a431b3bc69
|
||||
size 10511
|
3
flake8-2.1.0.tar.gz
Normal file
3
flake8-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:098ab7991067c08cfaa4716de20066d90f66dbc71502114ea8cad9a9fd5c9512
|
||||
size 25010
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 13:54:22 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 2.1.0:
|
||||
- Add FLAKE8_LAZY and FLAKE8_IGNORE environment variable support to git and
|
||||
mercurial hooks
|
||||
- Force git and mercurial hooks to repsect configuration in setup.cfg
|
||||
- Only check staged files if that is specified
|
||||
- Fix hook file permissions
|
||||
- Fix the git hook on python 3
|
||||
- Ignore non-python files when running the git hook
|
||||
- Ignore .tox directories by default
|
||||
- Flake8 now reports the column number for PyFlakes messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 11:05:43 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-flake8
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-flake8
|
||||
Version: 2.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Modular source code checker: pep8, pyflakes and co
|
||||
License: MIT
|
||||
@ -28,6 +28,7 @@ BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
# Test requirements:
|
||||
BuildRequires: python-mccabe >= 0.2
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-pep8 >= 1.4.3
|
||||
BuildRequires: python-pyflakes >= 0.6.1
|
||||
|
Loading…
Reference in New Issue
Block a user