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

Ondřej Nový onovy at moszumanska.debian.org
Wed Aug 10 15:45:39 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  7551f2b   Import python-flake8_3.0.3+dfsg1.orig.tar.gz
       new  a7766c1   Import python-flake8_3.0.4+dfsg1.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:
 PKG-INFO                                           |  2 +-
 .../plugin-development/plugin-parameters.rst       |  6 +++
 docs/source/release-notes/3.0.4.rst                | 20 +++++++++
 docs/source/release-notes/index.rst                |  1 +
 docs/source/user/error-codes.rst                   | 49 ++++++++++++++++++++++
 docs/source/user/index.rst                         |  1 +
 src/flake8.egg-info/PKG-INFO                       |  2 +-
 src/flake8.egg-info/SOURCES.txt                    |  2 +
 src/flake8/__init__.py                             |  2 +-
 src/flake8/checker.py                              | 48 +++++++++++----------
 src/flake8/exceptions.py                           | 21 ++++++----
 src/flake8/plugins/manager.py                      | 24 +++++++++++
 src/flake8/plugins/pyflakes.py                     |  3 ++
 src/flake8/processor.py                            | 14 ++-----
 tests/integration/test_checker.py                  |  6 ++-
 tests/unit/test_checker_manager.py                 |  8 +++-
 16 files changed, 163 insertions(+), 46 deletions(-)
 create mode 100644 docs/source/release-notes/3.0.4.rst
 create mode 100644 docs/source/user/error-codes.rst

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