forked from pool/python-flake8
Accepting request 288069 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/288069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=10
This commit is contained in:
commit
1345b0b4c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:455ac100727f183714473f477c9ab786579c533b7beb3327f6f79c8215057968
|
|
||||||
size 24035
|
|
3
flake8-2.3.0.tar.gz
Normal file
3
flake8-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ee1a43ccd0716d6061521eec6937c983efa027793013e572712c4da55c7c83e
|
||||||
|
size 32897
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 26 20:32:07 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 2.3.0
|
||||||
|
- Add ``--output-file`` option to specify a file to write to
|
||||||
|
instead of ``stdout``.
|
||||||
|
|
||||||
|
- Fix interleaving of output while using multiprocessing
|
||||||
|
- Flush standard out when using multiprocessing
|
||||||
|
- Make the check for "# flake8: noqa" more strict
|
||||||
|
- Fix bugs triggered by turning multiprocessing on by default (again)
|
||||||
|
- Passing something in via stdin
|
||||||
|
- Analyzing a diff
|
||||||
|
- Using windows
|
||||||
|
- Fix --install-hook when there are no config files present for pep8 or
|
||||||
|
flake8.
|
||||||
|
- Fix how the setuptools command parses excludes in config files
|
||||||
|
- Fix how the git hook determines which files to analyze (Thanks Chris
|
||||||
|
Buccella!)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 15 08:14:52 UTC 2014 - tbechtold@suse.com
|
Mon Sep 15 08:14:52 UTC 2014 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-flake8
|
# spec file for package python-flake8
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-flake8
|
Name: python-flake8
|
||||||
Version: 2.2.3
|
Version: 2.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Modular source code checker: pep8, pyflakes and co
|
Summary: Modular source code checker: pep8, pyflakes and co
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user