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

ChangZhuo Chen czchen at moszumanska.debian.org
Tue Jun 20 15:12:42 UTC 2017


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

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

      from  5c728ef   Import pylint-common_0.2.2.orig.tar.xz
       new  c9727f4   Import pylint-common_0.2.5.orig.tar.gz

The 1 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 ----------
 MANIFEST.in                                       |  1 +
 PKG-INFO                                          | 22 ++++++++++++++
 README.md                                         | 14 ---------
 pylint_common.egg-info/PKG-INFO                   | 22 ++++++++++++++
 pylint_common.egg-info/SOURCES.txt                | 12 ++++++++
 pylint_common.egg-info/dependency_links.txt       |  1 +
 pylint_common.egg-info/not-zip-safe               |  1 +
 pylint_common.egg-info/requires.txt               |  2 ++
 pylint_common.egg-info/top_level.txt              |  1 +
 setup.cfg                                         |  5 ++++
 setup.py                                          | 10 ++++---
 test/input/__init__.py                            |  0
 test/input/func_noerror_class_attribute_string.py | 17 -----------
 16 files changed, 73 insertions(+), 88 deletions(-)
 delete mode 100644 .coveragerc
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 create mode 100644 MANIFEST.in
 create mode 100644 PKG-INFO
 delete mode 100644 README.md
 create mode 100644 pylint_common.egg-info/PKG-INFO
 create mode 100644 pylint_common.egg-info/SOURCES.txt
 create mode 100644 pylint_common.egg-info/dependency_links.txt
 create mode 100644 pylint_common.egg-info/not-zip-safe
 create mode 100644 pylint_common.egg-info/requires.txt
 create mode 100644 pylint_common.egg-info/top_level.txt
 create mode 100644 setup.cfg
 delete mode 100644 test/input/__init__.py
 delete 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