[Python-modules-commits] [pylint-common] branch master updated (465570d -> d41330f)
Daniel Stender
danstender-guest at moszumanska.debian.org
Mon Jan 11 19:37:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a change to branch master
in repository pylint-common.
from 465570d use https for Vcs-Browser in deb/control
new 7e6084c Import pylint-common_0.2.2.orig.tar.xz
new 03a2e68 record new upstream branch created by importing pylint-common_0.2.2.orig.tar.xz and merge it
new 259911e change version to 0.2.2-1 (UNRELEASED) New upstream release.
new 62e477f deb/control: put myself in Uploaders and the group in Maintainer
new 7c33ea7 run tests also on py3
new 7886d20 deb/control: updated and rearranged build-deps
new 3c1df4d deb/copyright: updated, changed Upstream-Contact to email in setup.py
new c0b6cd5 deb/watch: watch on Github instead of Pypi
new 5c728ef Import pylint-common_0.2.2.orig.tar.xz
new c705576 record new upstream branch created by importing pylint-common_0.2.2.orig.tar.xz and merge it
new 2116a5f deb/changelog: some cosmetics
new dc89481 added DEP-8 tests
new d41330f deb/changelog: upload to unstable
The 13 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 +
debian/.git-dpm | 14 +-
debian/changelog | 18 ++
debian/control | 14 +-
debian/copyright | 6 +-
debian/rules | 3 +-
debian/tests/control | 5 +
debian/tests/python-pylint-common | 3 +
debian/tests/python3-pylint-common | 3 +
debian/watch | 4 +-
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 +-
21 files changed, 498 insertions(+), 57 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
create mode 100644 debian/tests/control
create mode 100755 debian/tests/python-pylint-common
create mode 100755 debian/tests/python3-pylint-common
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