[Python-modules-commits] [python-flake8] branch master updated (a80e636 -> 6f49143)

Ondřej Nový onovy at moszumanska.debian.org
Sat Apr 8 16:02:29 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  a80e636   New upstream release
       new  8dfc100   record new upstream branch created by importing python-flake8_3.3.0.orig.tar.gz
       new  2d69661   Import python-flake8_3.3.0.orig.tar.gz
       new  b5475f8   Remove upper constrains from upstream requirements
       new  ee56dbd   merge patched-experimental into experimental
       new  7a064d4   New upstream release
       new  b3370c1   Bump required version of python{,3}-mccabe and python{,3}-pyflakes
       new  ea4f598   d/copyright: Bump copyright years
       new  a4bf572   Enable autopkgtest-pkg-python testsuite
       new  30c3591   d/copyright: Change source URL to new location
       new  6f49143   d/tests: Install only flake8 tool, not all binary packages

The 10 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  12 ++
 debian/control                                     |  17 +-
 debian/copyright                                   |   6 +-
 ...per-constrains-from-upstream-requirements.patch |  32 +--
 debian/tests/control                               |   2 -
 debian/tests/control.autodep8                      |   2 +
 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                                          |   5 +-
 setup.py                                           |  10 +-
 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 +-
 45 files changed, 670 insertions(+), 222 deletions(-)
 delete mode 100644 debian/tests/control
 create mode 100644 debian/tests/control.autodep8
 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