[Python-modules-commits] [autopep8] 02/05: Merge tag 'upstream/1.3.2'

Sylvestre Ledru sylvestre at moszumanska.debian.org
Mon Jun 19 20:48:14 UTC 2017


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

sylvestre pushed a commit to branch master
in repository autopep8.

commit 0e62909c9edc726e353e1bc83c47137fb820b24a
Merge: 0f30ed4 15850c4
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Mon Jun 19 22:33:30 2017 +0200

    Merge tag 'upstream/1.3.2'
    
    Upstream version 1.3.2

 .gitignore                                  |   19 +
 .travis.yml                                 |   51 +
 AUTHORS.rst                                 |   24 +
 CONTRIBUTING.rst                            |   38 +
 LICENSE                                     |   23 +
 MANIFEST.in                                 |   24 +
 Makefile                                    |  131 +
 PKG-INFO                                    |  315 ---
 README.rst                                  |  290 +-
 autopep8.egg-info/PKG-INFO                  |  315 ---
 autopep8.egg-info/SOURCES.txt               |   18 -
 autopep8.egg-info/dependency_links.txt      |    1 -
 autopep8.egg-info/entry_points.txt          |    3 -
 autopep8.egg-info/not-zip-safe              |    1 -
 autopep8.egg-info/requires.txt              |    1 -
 autopep8.egg-info/top_level.txt             |    1 -
 autopep8.py                                 | 3779 +++++++++++++++++--------
 coveralls.bash                              |    8 +
 hooks/pre-push                              |   12 +
 install_hooks.bash                          |    5 +
 setup.cfg                                   |    7 +-
 setup.py                                    |   20 +-
 test/.gitignore                             |    2 +
 test/acid.py                                |  259 ++
 test/acid_pypi.py                           |  141 +
 test/example.py                             |    4 +-
 test/example_with_reduce.py                 | 2727 +++++++++++++++++++
 test/fake_configuration/.pep8               |    2 +
 test/fake_pycodestyle_configuration/tox.ini |    2 +
 test/inspect_example.py                     | 2765 +++++++++++++++++++
 test/suite/E10.py                           |   41 +
 test/suite/E11.py                           |   16 +
 test/suite/E12.py                           |  376 +++
 test/suite/E20.py                           |   55 +
 test/suite/E21.py                           |   14 +
 test/suite/E22.py                           |  152 ++
 test/suite/E23.py                           |   15 +
 test/suite/E24.py                           |   13 +
 test/suite/E25.py                           |   26 +
 test/suite/E26.py                           |   36 +
 test/suite/E27.py                           |   30 +
 test/suite/E30.py                           |  106 +
 test/suite/E30not.py                        |  134 +
 test/suite/E40.py                           |   13 +
 test/suite/E50.py                           |  104 +
 test/suite/E70.py                           |   13 +
 test/suite/E71.py                           |   41 +
 test/suite/E72.py                           |   51 +
 test/suite/W19.py                           |  145 +
 test/suite/W29.py                           |   13 +
 test/suite/W39.py                           |    9 +
 test/suite/W60.py                           |   15 +
 test/suite/latin-1.py                       |    6 +
 test/suite/long_lines.py                    |    7 +
 test/suite/noqa.py                          |   15 +
 test/suite/out/E10.py                       |   44 +
 test/suite/out/E11.py                       |   16 +
 test/suite/out/E12.py                       |  377 +++
 test/suite/out/E20.py                       |   56 +
 test/suite/out/E21.py                       |   14 +
 test/suite/out/E22.py                       |  156 ++
 test/suite/out/E23.py                       |   15 +
 test/suite/out/E24.py                       |   13 +
 test/suite/out/E25.py                       |   28 +
 test/suite/out/E26.py                       |   36 +
 test/suite/out/E27.py                       |   30 +
 test/suite/out/E30.py                       |  122 +
 test/suite/out/E30not.py                    |  141 +
 test/suite/out/E40.py                       |   14 +
 test/suite/out/E50.py                       |  106 +
 test/suite/out/E70.py                       |   17 +
 test/suite/out/E71.py                       |   41 +
 test/suite/out/E72.py                       |   51 +
 test/suite/out/W19.py                       |  151 +
 test/suite/out/W29.py                       |   17 +
 test/suite/out/W39.py                       |    9 +
 test/suite/out/W60.py                       |   15 +
 test/suite/out/latin-1.py                   |    1 +
 test/suite/out/long_lines.py                |    8 +
 test/suite/out/noqa.py                      |    1 +
 test/suite/out/python3.py                   |    1 +
 test/suite/out/utf-8-bom.py                 |    1 +
 test/suite/out/utf-8.py                     |   52 +
 test/suite/python3.py                       |    6 +
 test/suite/utf-8-bom.py                     |    6 +
 test/suite/utf-8.py                         |   52 +
 test/test_autopep8.py                       | 3939 +++++++++++++++++++++++----
 test/test_suite.py                          |  122 +
 test/vectors_example.py                     | 1063 ++++++++
 test/vim_autopep8.py                        |   55 +
 tox.ini                                     |   18 +
 update_readme.py                            |   93 +
 92 files changed, 16920 insertions(+), 2401 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/autopep8.git



More information about the Python-modules-commits mailing list