[Python-modules-commits] [python-flake8] 02/04: Merge tag 'upstream/2.5.4'

Sylvestre Ledru sylvestre at moszumanska.debian.org
Wed Mar 2 12:31:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository python-flake8.

commit 120a4ff01b997b1a187dfbeae04bcea7927574d6
Merge: 23699f3 d5d6821
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Wed Mar 2 13:24:44 2016 +0100

    Merge tag 'upstream/2.5.4'
    
    Upstream version 2.5.4

 CHANGES.rst                                        | 150 ++++++++++
 CONTRIBUTORS.txt                                   |   6 +-
 PKG-INFO                                           | 176 +++++++++++-
 README.rst                                         |  22 ++
 flake8.egg-info/PKG-INFO                           | 176 +++++++++++-
 flake8.egg-info/SOURCES.txt                        |  42 ++-
 flake8.egg-info/entry_points.txt                   |   6 +-
 flake8.egg-info/pbr.json                           |   1 +
 flake8.egg-info/requires.txt                       |   6 +-
 flake8/__init__.py                                 |   2 +-
 flake8/__init__.pyc                                | Bin 139 -> 167 bytes
 flake8/__pycache__/__init__.cpython-34.pyc         | Bin 0 -> 154 bytes
 flake8/__pycache__/_pyflakes.cpython-34.pyc        | Bin 0 -> 4332 bytes
 flake8/__pycache__/callbacks.cpython-34.pyc        | Bin 0 -> 769 bytes
 flake8/__pycache__/compat.cpython-34.pyc           | Bin 0 -> 558 bytes
 flake8/__pycache__/engine.cpython-34.pyc           | Bin 0 -> 9959 bytes
 flake8/__pycache__/hooks.cpython-34.pyc            | Bin 0 -> 8223 bytes
 flake8/__pycache__/main.cpython-34.pyc             | Bin 0 -> 4568 bytes
 flake8/__pycache__/reporter.cpython-34.pyc         | Bin 0 -> 4552 bytes
 flake8/__pycache__/util.cpython-34.pyc             | Bin 0 -> 2513 bytes
 flake8/_pyflakes.py                                |  62 ++++-
 flake8/_pyflakes.pyc                               | Bin 3015 -> 4822 bytes
 flake8/callbacks.py                                |  27 ++
 flake8/callbacks.pyc                               | Bin 0 -> 985 bytes
 flake8/compat.py                                   |  12 +
 flake8/compat.pyc                                  | Bin 0 -> 647 bytes
 flake8/engine.py                                   | 241 ++++++++++++++--
 flake8/engine.py.orig                              | 119 --------
 flake8/engine.pyc                                  | Bin 4531 -> 11275 bytes
 flake8/hooks.py                                    | 123 +++++---
 flake8/hooks.pyc                                   | Bin 0 -> 9208 bytes
 flake8/main.py                                     |  18 +-
 flake8/main.pyc                                    | Bin 4764 -> 5229 bytes
 flake8/reporter.py                                 | 104 ++++++-
 flake8/reporter.pyc                                | Bin 2446 -> 5237 bytes
 flake8/tests/__init__.pyc                          | Bin 142 -> 141 bytes
 flake8/tests/__pycache__/__init__.cpython-34.pyc   | Bin 0 -> 137 bytes
 .../__pycache__/_test_warnings.cpython-34.pyc      | Bin 0 -> 6709 bytes
 .../tests/__pycache__/test_engine.cpython-34.pyc   | Bin 0 -> 10281 bytes
 flake8/tests/__pycache__/test_hooks.cpython-34.pyc | Bin 0 -> 2066 bytes
 .../__pycache__/test_integration.cpython-34.pyc    | Bin 0 -> 3213 bytes
 flake8/tests/__pycache__/test_main.cpython-34.pyc  | Bin 0 -> 776 bytes
 .../tests/__pycache__/test_pyflakes.cpython-34.pyc | Bin 0 -> 3477 bytes
 .../tests/__pycache__/test_reporter.cpython-34.pyc | Bin 0 -> 1956 bytes
 flake8/tests/__pycache__/test_util.cpython-34.pyc  | Bin 0 -> 3642 bytes
 flake8/tests/_test_warnings.py                     | 309 +++++++++++++++++++++
 flake8/tests/_test_warnings.pyc                    | Bin 0 -> 7068 bytes
 flake8/tests/test_engine.py                        | 171 +++++++++++-
 flake8/tests/test_engine.pyc                       | Bin 4103 -> 11801 bytes
 flake8/tests/test_git_hook.pyc                     | Bin 0 -> 4300 bytes
 flake8/tests/test_hooks.py                         |  59 ++++
 flake8/tests/test_hooks.pyc                        | Bin 0 -> 2379 bytes
 flake8/tests/test_integration.py                   |  79 ++++++
 flake8/tests/test_integration.pyc                  | Bin 0 -> 3867 bytes
 flake8/tests/test_main.py                          |  18 ++
 flake8/tests/test_main.pyc                         | Bin 0 -> 899 bytes
 flake8/tests/test_pyflakes.py                      |  73 +++++
 flake8/tests/test_pyflakes.pyc                     | Bin 0 -> 3861 bytes
 flake8/tests/test_reporter.py                      |  36 +++
 flake8/tests/test_reporter.pyc                     | Bin 0 -> 2184 bytes
 flake8/tests/test_util.py                          |  86 ++++++
 flake8/tests/test_util.pyc                         | Bin 0 -> 4117 bytes
 flake8/util.py                                     |  35 ++-
 flake8/util.pyc                                    | Bin 1945 -> 3005 bytes
 setup.cfg                                          |   4 +-
 setup.py                                           |  22 +-
 66 files changed, 1954 insertions(+), 231 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flake8.git



More information about the Python-modules-commits mailing list