[Python-modules-commits] [python-flake8] branch upstream updated (a7766c1 -> c959f8a)

Ondřej Nový onovy at moszumanska.debian.org
Thu Nov 17 13:48:54 UTC 2016


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

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

      from  a7766c1   Import python-flake8_3.0.4+dfsg1.orig.tar.gz
       new  c959f8a   Import python-flake8_3.2.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:
 CONTRIBUTING.rst                                   |   2 +-
 MANIFEST.in                                        |   1 +
 PKG-INFO                                           |   4 +-
 README.rst                                         |   2 +-
 docs/source/conf.py                                |   2 +-
 docs/source/index.rst                              |   1 +
 docs/source/internal/cli.rst                       |   2 +-
 docs/source/internal/contributing.rst              |   2 +-
 docs/source/internal/option_handling.rst           |   2 +-
 docs/source/manpage.rst                            | 150 ++++++++++++
 .../plugin-development/plugin-parameters.rst       |  23 +-
 docs/source/release-notes/3.0.0.rst                |  14 ++
 docs/source/release-notes/3.1.0.rst                |  80 +++++++
 docs/source/release-notes/3.1.1.rst                |  18 ++
 docs/source/release-notes/3.2.0.rst                |  13 +
 docs/source/release-notes/index.rst                |  21 ++
 docs/source/user/configuration.rst                 |   7 +-
 docs/source/user/error-codes.rst                   |   3 +
 docs/source/user/index.rst                         |   1 +
 docs/source/user/invocation.rst                    |   1 +
 docs/source/user/options.rst                       |  68 ++++++
 docs/source/user/using-hooks.rst                   |  69 ++++++
 pytest.ini                                         |   3 +
 setup.cfg                                          |   8 +-
 setup.py                                           |   5 +-
 src/flake8.egg-info/PKG-INFO                       |   4 +-
 src/flake8.egg-info/SOURCES.txt                    | 261 ++-------------------
 src/flake8.egg-info/requires.txt                   |   4 +-
 src/flake8/__init__.py                             |   2 +-
 src/flake8/api/legacy.py                           |   2 +-
 src/flake8/checker.py                              |  43 +++-
 src/flake8/formatting/base.py                      |   2 +-
 src/flake8/formatting/default.py                   |   8 +
 src/flake8/main/application.py                     |  10 +-
 src/flake8/main/debug.py                           |  62 +++++
 src/flake8/main/git.py                             |  26 +-
 src/flake8/main/options.py                         |  17 ++
 src/flake8/options/manager.py                      |   5 +-
 src/flake8/plugins/manager.py                      |  11 +-
 src/flake8/plugins/pyflakes.py                     |   2 +
 src/flake8/processor.py                            |  28 ++-
 src/flake8/style_guide.py                          |  47 ++--
 tests/fixtures/example-code/invalid-syntax.py      |   1 +
 tests/unit/test_application.py                     |  62 +++++
 tests/unit/test_base_formatter.py                  |  18 +-
 tests/unit/test_debug.py                           |  86 +++++++
 tests/unit/test_file_checker.py                    |  25 ++
 tests/unit/test_file_processor.py                  |  12 +
 tests/unit/test_filenameonly_formatter.py          |  38 +++
 tests/unit/test_git.py                             |  29 +++
 tests/unit/test_nothing_formatter.py               |  28 +++
 tests/unit/test_plugin.py                          |  25 ++
 tests/unit/test_style_guide.py                     |  56 +++--
 tox.ini                                            | 159 +++++++++++++
 54 files changed, 1236 insertions(+), 339 deletions(-)
 create mode 100644 docs/source/manpage.rst
 create mode 100644 docs/source/release-notes/3.1.0.rst
 create mode 100644 docs/source/release-notes/3.1.1.rst
 create mode 100644 docs/source/release-notes/3.2.0.rst
 create mode 100644 docs/source/user/using-hooks.rst
 create mode 100644 pytest.ini
 create mode 100644 src/flake8/main/debug.py
 create mode 100644 tests/fixtures/example-code/invalid-syntax.py
 create mode 100644 tests/unit/test_application.py
 create mode 100644 tests/unit/test_debug.py
 create mode 100644 tests/unit/test_file_checker.py
 create mode 100644 tests/unit/test_filenameonly_formatter.py
 create mode 100644 tests/unit/test_git.py
 create mode 100644 tests/unit/test_nothing_formatter.py
 create mode 100644 tox.ini

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