forked from pool/python-flake8
Accepting request 536264 from devel:languages:python
- update to 3.5.0: - Start using new PyCodestyle checks for bare excepts and ambiguous identifier drop 0001-Update-pyflakes-range-and-include-doc-links.patch: upstream - update to 3.4.1 - Add 0001-Update-pyflakes-range-and-include-doc-links.patch from upstream in order to allow using pyflakes >= 1.6.0 * Bug Fix exceptions when output on stdout is truncated before * Bug Do not verify dependencies of extensions loaded via * Bug Files excluded in a config file were not being excluded - Re-enable multiprocessing by default while fixing the issue - Turn off multiple jobs by default. To enable automatic use - Initial package (2.0) OBS-URL: https://build.opensuse.org/request/show/536264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=15
This commit is contained in:
commit
624d9f614f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12
|
||||
size 134345
|
3
flake8-3.5.0.tar.gz
Normal file
3
flake8-3.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7253265f7abd8b313e3892944044a365e3f4ac3fcdcfb4298f55ee9ddf188ba0
|
||||
size 140608
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 08:59:03 UTC 2017 - dmueller@suse.com
|
||||
|
||||
- update to 3.5.0:
|
||||
- Start using new PyCodestyle checks for bare excepts and ambiguous identifier
|
||||
drop 0001-Update-pyflakes-range-and-include-doc-links.patch: upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 11:28:20 UTC 2017 - alarrosa@suse.com
|
||||
|
||||
- update to 3.4.1
|
||||
- Add 0001-Update-pyflakes-range-and-include-doc-links.patch from upstream
|
||||
in order to allow using pyflakes >= 1.6.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 15:29:36 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-flake8
|
||||
Version: 3.3.0
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
Summary: Modular source code checker: pep8, pyflakes and co
|
||||
License: MIT
|
||||
@ -39,7 +39,7 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: python2-configparser
|
||||
BuildRequires: python2-enum34
|
||||
# /SECTION
|
||||
Requires: python-mccabe >= 0.2.1
|
||||
Requires: python-mccabe >= 0.6.0
|
||||
Requires: python-pycodestyle >= 2.0.0
|
||||
Requires: python-pyflakes >= 1.5.0
|
||||
%ifpython2
|
||||
|
Loading…
Reference in New Issue
Block a user