[Python-modules-commits] [python-flake8] branch upstream updated (2025f93 -> 2d69661)

Ondřej Nový onovy at moszumanska.debian.org
Sat Apr 8 16:02:32 UTC 2017


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

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

      from  2025f93   Import python-flake8_3.2.1.orig.tar.gz
       new  2d69661   Import python-flake8_3.3.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 +
 CONTRIBUTORS.txt                      |   1 +
 PKG-INFO                              |   4 +-
 docs/source/internal/.keep            |   0
 docs/source/internal/contributing.rst |   2 +
 docs/source/internal/index.rst        |   1 +
 docs/source/internal/writing-code.rst | 220 +++++++++++++++++++++++++++++++++
 docs/source/manpage.rst               |   2 +-
 docs/source/plugin-development/.keep  |   0
 docs/source/release-notes/3.3.0.rst   |  57 +++++++++
 docs/source/release-notes/index.rst   |   1 +
 docs/source/requirements.txt          |   5 -
 docs/source/user/.keep                |   0
 docs/source/user/error-codes.rst      |  34 ++++-
 setup.cfg                             |   7 +-
 setup.py                              |  12 +-
 src/flake8.egg-info/PKG-INFO          |   4 +-
 src/flake8.egg-info/SOURCES.txt       |   8 +-
 src/flake8.egg-info/requires.txt      |   6 +-
 src/flake8/__init__.py                |   2 +-
 src/flake8/checker.py                 | 225 +++++++++++++++-------------------
 src/flake8/formatting/base.py         |  18 +++
 src/flake8/main/application.py        |  14 ++-
 src/flake8/main/git.py                |  24 +++-
 src/flake8/main/mercurial.py          |   5 +-
 src/flake8/main/options.py            |   2 +-
 src/flake8/main/setuptools_command.py |  10 +-
 src/flake8/options/manager.py         |   2 +-
 src/flake8/plugins/pyflakes.py        |  51 +++++---
 src/flake8/processor.py               |   1 +
 src/flake8/style_guide.py             |   8 ++
 tests/integration/test_checker.py     |   1 +
 tests/unit/test_checker_manager.py    |   4 +-
 tests/unit/test_file_processor.py     |   2 +-
 tests/unit/test_option_manager.py     |  17 +++
 tests/unit/test_pyflakes_codes.py     |  15 +++
 tests/unit/test_setuptools_command.py |  34 +++++
 tox.ini                               |  10 +-
 38 files changed, 622 insertions(+), 189 deletions(-)
 delete mode 100644 docs/source/internal/.keep
 create mode 100644 docs/source/internal/writing-code.rst
 delete mode 100644 docs/source/plugin-development/.keep
 create mode 100644 docs/source/release-notes/3.3.0.rst
 delete mode 100644 docs/source/requirements.txt
 delete mode 100644 docs/source/user/.keep
 create mode 100644 tests/unit/test_pyflakes_codes.py
 create mode 100644 tests/unit/test_setuptools_command.py

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