[Python-modules-commits] [python-flake8] branch upstream updated (e9c6162 -> 61375ee)

Ondrej Novy onovy at debian.org
Sat Dec 9 23:33:59 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  e9c6162   Import python-flake8_3.4.1.orig.tar.gz
       new  61375ee   Import python-flake8_3.5.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:
 PKG-INFO                                     |   3 +-
 docs/source/release-notes/3.5.0.rst          |  46 ++++++++++
 docs/source/release-notes/index.rst          |   1 +
 docs/source/user/configuration.rst           |  48 +++++++++++
 setup.cfg                                    |   2 +-
 setup.py                                     |  10 ++-
 src/flake8.egg-info/PKG-INFO                 |   3 +-
 src/flake8.egg-info/SOURCES.txt              |   4 +
 src/flake8.egg-info/entry_points.txt         |   2 +
 src/flake8.egg-info/requires.txt             |   8 +-
 src/flake8/__init__.py                       |   2 +-
 src/flake8/api/legacy.py                     |   5 ++
 src/flake8/checker.py                        |   2 +
 src/flake8/defaults.py                       |   2 +-
 src/flake8/main/application.py               | 112 +++++++++++++++++-------
 src/flake8/main/debug.py                     |  10 ++-
 src/flake8/main/git.py                       |   6 ++
 src/flake8/main/mercurial.py                 |  20 ++++-
 src/flake8/options/aggregator.py             |  13 ++-
 src/flake8/options/config.py                 | 122 ++++++++++++++++++++-------
 src/flake8/options/manager.py                |  17 ++--
 src/flake8/plugins/manager.py                |  60 ++++++++++---
 src/flake8/utils.py                          |  10 ++-
 tests/fixtures/config_files/README.rst       |  10 ++-
 tests/fixtures/config_files/local-plugin.ini |   5 ++
 tests/integration/test_aggregator.py         |   9 +-
 tests/integration/test_plugins.py            |  58 +++++++++++++
 tests/unit/test_application.py               |  59 +++++++------
 tests/unit/test_config_file_finder.py        |  37 +++++++-
 tests/unit/test_debug.py                     |  35 +++++---
 tests/unit/test_get_local_plugins.py         |  41 +++++++++
 tests/unit/test_legacy_api.py                |   4 +
 tests/unit/test_merged_config_parser.py      |  81 +++++++-----------
 tests/unit/test_option_manager.py            |  38 +++++----
 tests/unit/test_plugin_manager.py            |  12 +++
 tests/unit/test_plugin_type_manager.py       |   2 +-
 tests/unit/test_utils.py                     |   1 +
 tests/unit/test_violation.py                 |   1 +
 38 files changed, 682 insertions(+), 219 deletions(-)
 create mode 100644 docs/source/release-notes/3.5.0.rst
 create mode 100644 tests/fixtures/config_files/local-plugin.ini
 create mode 100644 tests/integration/test_plugins.py
 create mode 100644 tests/unit/test_get_local_plugins.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