[Python-modules-commits] [python-flake8] branch master updated (567448e -> 78e3d9d)
Ondrej Novy
onovy at debian.org
Sat Dec 9 23:33:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a change to branch master
in repository python-flake8.
from 567448e Uploading to unstable
new a7b2535 record new upstream branch created by importing python-flake8_3.5.0.orig.tar.gz
new 61375ee Import python-flake8_3.5.0.orig.tar.gz
new 9e609af Remove upper constrains from upstream requirements
new 995b1a1 merge patched into master
new 256c0ce New upstream release
new f532549 d/clean: Don't remove tox.ini
new 8a74432 Fix typo in manpage
new 78e3d9d releasing package python-flake8 version 3.5.0-1
The 8 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 +-
debian/.git-dpm | 14 +--
debian/changelog | 8 ++
debian/clean | 1 -
debian/flake8.1 | 4 +-
...per-constrains-from-upstream-requirements.patch | 18 +--
docs/source/release-notes/3.5.0.rst | 46 ++++++++
docs/source/release-notes/index.rst | 1 +
docs/source/user/configuration.rst | 48 ++++++++
setup.py | 8 +-
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 +
42 files changed, 706 insertions(+), 236 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