[Python-modules-commits] [pylint-common] branch upstream updated (128422e -> 5c728ef)

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Jan 11 19:38:19 UTC 2016


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

danstender-guest pushed a change to branch upstream
in repository pylint-common.

      from  128422e   Imported Upstream version 0.2.1
       new  7e6084c   Import pylint-common_0.2.2.orig.tar.xz
       new  5c728ef   Import pylint-common_0.2.2.orig.tar.xz

The 2 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:
 .coveragerc                                       |   3 +
 .gitignore                                        |  35 +++
 .travis.yml                                       |  15 +
 LICENSE                                           | 339 ++++++++++++++++++++++
 PKG-INFO                                          |  20 --
 README.md                                         |  14 +
 pylint_common.egg-info/PKG-INFO                   |  20 --
 pylint_common.egg-info/SOURCES.txt                |  10 -
 pylint_common.egg-info/dependency_links.txt       |   1 -
 pylint_common.egg-info/not-zip-safe               |   1 -
 pylint_common.egg-info/requires.txt               |   3 -
 pylint_common.egg-info/top_level.txt              |   1 -
 pylint_common/augmentations.py                    |   7 +-
 setup.cfg                                         |   5 -
 setup.py                                          |  24 +-
 test/input/__init__.py                            |   0
 test/input/func_noerror_class_attribute_string.py |  17 ++
 test/test_func.py                                 |   6 +-
 18 files changed, 451 insertions(+), 70 deletions(-)
 create mode 100644 .coveragerc
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 LICENSE
 delete mode 100644 PKG-INFO
 create mode 100644 README.md
 delete mode 100644 pylint_common.egg-info/PKG-INFO
 delete mode 100644 pylint_common.egg-info/SOURCES.txt
 delete mode 100644 pylint_common.egg-info/dependency_links.txt
 delete mode 100644 pylint_common.egg-info/not-zip-safe
 delete mode 100644 pylint_common.egg-info/requires.txt
 delete mode 100644 pylint_common.egg-info/top_level.txt
 delete mode 100644 setup.cfg
 create mode 100644 test/input/__init__.py
 create mode 100644 test/input/func_noerror_class_attribute_string.py

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



More information about the Python-modules-commits mailing list