[Python-modules-commits] [pylama] branch master updated (d688ba6 -> 6fca590)

ChangZhuo Chen czchen at moszumanska.debian.org
Thu Dec 15 00:54:19 UTC 2016


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

czchen pushed a change to branch master
in repository pylama.

      from  d688ba6   Fix typo
       new  c2f4439   Change compat to 10
       new  3d81dc3   Update git-dpm
       new  138da71   Update Vcs-Git
       new  3dedd6c   Update copyright
       new  85e6989   Update local-options
       new  3939aae   Import pylama_7.3.1.orig.tar.gz
       new  90accad   record new upstream branch created by importing pylama_7.3.1.orig.tar.gz and merge it
       new  60d13d0   Migrate to asciidoc
       new  6fca590   Update changelog

The 9 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:
 Changelog                                          |  5 ++
 PKG-INFO                                           | 24 +++++----
 README.rst                                         | 20 +++----
 debian/.git-dpm                                    | 20 +++----
 debian/changelog                                   |  4 +-
 debian/compat                                      |  2 +-
 debian/control                                     | 13 ++---
 debian/copyright                                   |  4 ++
 debian/pylama.1.ronn                               | 57 --------------------
 debian/pylama.1.txt                                | 63 ++++++++++++++++++++++
 debian/rules                                       |  2 +-
 debian/source/local-options                        |  4 +-
 pylama.egg-info/PKG-INFO                           | 24 +++++----
 pylama.egg-info/SOURCES.txt                        |  5 +-
 pylama.egg-info/requires.txt                       |  4 +-
 pylama/__init__.py                                 |  5 +-
 pylama/config.py                                   | 14 ++---
 pylama/core.py                                     |  2 +-
 pylama/errors.py                                   | 11 +++-
 pylama/hook.py                                     | 13 +++--
 pylama/lint/extensions.py                          | 11 +++-
 .../lint/{pylama_pep8.py => pylama_pycodestyle.py} | 18 +++----
 pylama/lint/pylama_pydocstyle.py                   | 12 +++--
 pylama/lint/pylama_pyflakes.py                     | 11 ++--
 pylama/lint/pylama_radon.py                        | 31 +++++++++++
 pylama/main.py                                     |  2 +-
 pylama/pytest.py                                   |  2 +-
 requirements.txt                                   |  5 +-
 setup.py                                           |  2 +-
 29 files changed, 232 insertions(+), 158 deletions(-)
 delete mode 100644 debian/pylama.1.ronn
 create mode 100644 debian/pylama.1.txt
 rename pylama/lint/{pylama_pep8.py => pylama_pycodestyle.py} (76%)
 create mode 100644 pylama/lint/pylama_radon.py

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



More information about the Python-modules-commits mailing list