[Python-modules-commits] [python-flake8] branch upstream updated (5a9c832 -> a6cf72a)

Barry Warsaw barry at moszumanska.debian.org
Mon Jun 20 16:33:05 UTC 2016


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

barry pushed a change to branch upstream
in repository python-flake8.

      from  5a9c832   Import python-flake8_2.5.4.orig.tar.gz
       new  a6cf72a   Import python-flake8_2.6.0.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                        |  28 ++++-
 CONTRIBUTORS.txt                                   |   1 +
 PKG-INFO                                           |  34 +++++-
 README.rst                                         |   4 +-
 flake8.egg-info/PKG-INFO                           |  34 +++++-
 flake8.egg-info/SOURCES.txt                        |   2 -
 flake8.egg-info/pbr.json                           |   1 -
 flake8.egg-info/requires.txt                       |   6 +-
 flake8/__init__.py                                 |   2 +-
 flake8/__init__.pyc                                | Bin 167 -> 168 bytes
 flake8/__pycache__/__init__.cpython-34.pyc         | Bin 154 -> 155 bytes
 flake8/__pycache__/_pyflakes.cpython-34.pyc        | Bin 4332 -> 4375 bytes
 flake8/__pycache__/callbacks.cpython-34.pyc        | Bin 769 -> 770 bytes
 flake8/__pycache__/compat.cpython-34.pyc           | Bin 558 -> 559 bytes
 flake8/__pycache__/engine.cpython-34.pyc           | Bin 9959 -> 10033 bytes
 flake8/__pycache__/hooks.cpython-34.pyc            | Bin 8223 -> 8160 bytes
 flake8/__pycache__/main.cpython-34.pyc             | Bin 4568 -> 4536 bytes
 flake8/__pycache__/reporter.cpython-34.pyc         | Bin 4552 -> 4515 bytes
 flake8/__pycache__/util.cpython-34.pyc             | Bin 2513 -> 3052 bytes
 flake8/_pyflakes.py                                |   3 +-
 flake8/_pyflakes.pyc                               | Bin 4822 -> 4805 bytes
 flake8/callbacks.pyc                               | Bin 985 -> 989 bytes
 flake8/compat.pyc                                  | Bin 647 -> 646 bytes
 flake8/engine.py                                   |   4 +-
 flake8/engine.pyc                                  | Bin 11275 -> 11278 bytes
 flake8/hooks.py                                    |   8 +-
 flake8/hooks.pyc                                   | Bin 9208 -> 8897 bytes
 flake8/main.py                                     |  25 +++--
 flake8/main.pyc                                    | Bin 5229 -> 5166 bytes
 flake8/reporter.py                                 |   6 +-
 flake8/reporter.pyc                                | Bin 5237 -> 5173 bytes
 flake8/tests/__init__.pyc                          | Bin 141 -> 142 bytes
 flake8/tests/__pycache__/__init__.cpython-34.pyc   | Bin 137 -> 138 bytes
 .../__pycache__/_test_warnings.cpython-34.pyc      | Bin 6709 -> 6717 bytes
 .../tests/__pycache__/test_engine.cpython-34.pyc   | Bin 10281 -> 10308 bytes
 flake8/tests/__pycache__/test_hooks.cpython-34.pyc | Bin 2066 -> 2067 bytes
 .../__pycache__/test_integration.cpython-34.pyc    | Bin 3213 -> 3228 bytes
 flake8/tests/__pycache__/test_main.cpython-34.pyc  | Bin 776 -> 777 bytes
 .../tests/__pycache__/test_pyflakes.cpython-34.pyc | Bin 3477 -> 3478 bytes
 .../tests/__pycache__/test_reporter.cpython-34.pyc | Bin 1956 -> 1957 bytes
 flake8/tests/__pycache__/test_util.cpython-34.pyc  | Bin 3642 -> 6409 bytes
 flake8/tests/_test_warnings.py                     |   2 +-
 flake8/tests/_test_warnings.pyc                    | Bin 7068 -> 7091 bytes
 flake8/tests/test_engine.py                        |   6 +-
 flake8/tests/test_engine.pyc                       | Bin 11801 -> 11546 bytes
 flake8/tests/test_git_hook.pyc                     | Bin 4300 -> 0 bytes
 flake8/tests/test_hooks.pyc                        | Bin 2379 -> 2375 bytes
 flake8/tests/test_integration.py                   |   4 +-
 flake8/tests/test_integration.pyc                  | Bin 3867 -> 3730 bytes
 flake8/tests/test_main.pyc                         | Bin 899 -> 900 bytes
 flake8/tests/test_pyflakes.pyc                     | Bin 3861 -> 3806 bytes
 flake8/tests/test_reporter.pyc                     | Bin 2184 -> 2187 bytes
 flake8/tests/test_util.py                          | 115 ++++++++++++++-------
 flake8/tests/test_util.pyc                         | Bin 4117 -> 6947 bytes
 flake8/util.py                                     |  34 ++++--
 flake8/util.pyc                                    | Bin 3005 -> 3597 bytes
 setup.cfg                                          |   4 +-
 setup.py                                           |   6 +-
 58 files changed, 222 insertions(+), 107 deletions(-)
 delete mode 100644 flake8.egg-info/pbr.json
 delete mode 100644 flake8/tests/test_git_hook.pyc

-- 
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