[Python-modules-commits] [pylint-celery] branch master updated (2a83d35 -> ba51480)

Daniel Stender stender at moszumanska.debian.org
Sat Aug 6 11:37:37 UTC 2016


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

stender pushed a change to branch master
in repository pylint-celery.

      from  2a83d35   Fixed VCS URL (https)
       new  5728161   deb/control: add logilab-common to build-deps
       new  4d52670   deb/control: updated maintainer email address
       new  480d9bf   deb/control: put team into Maintainer field
       new  79da3fe   deb/copyright: updated copyright span and email adresses
       new  2a3324d   deb/changelog: corrected package version
       new  1228683   deb/watch: watch Github instead of Pypi
       new  523493e   Import pylint-celery_0.3.orig.tar.xz
       new  583b9bf   record new upstream branch created by importing pylint-celery_0.3.orig.tar.xz and merge it
       new  aa788da   build with new upstream tarball pylint-celery_0.3.orig.tar.xz
       new  b9f6be0   deb/control: add celery to build-deps for tests
       new  b0752b1   run Python3 tests
       new  9e21128   deb/control: put pylint deps in order
       new  d3718dd   deb/control: bumped standards to 3.9.8
       new  48be8a7   merged repo
       new  13f6955   deb/changelog: typo
       new  e018f42   add DEP-8 tests
       new  ba51480   deb/changelog: finalized, upload to unstable

The 17 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                        |  13 ++
 LICENSE                            | 339 +++++++++++++++++++++++++++++++++++++
 PKG-INFO                           |  11 --
 README.md                          |  38 +++++
 debian/.git-dpm                    |  14 +-
 debian/changelog                   |  21 ++-
 debian/control                     |  16 +-
 debian/copyright                   |   4 +-
 debian/rules                       |   4 +-
 debian/tests/control               |   5 +
 debian/tests/python-pylint-celery  |   3 +
 debian/tests/python3-pylint-celery |   3 +
 debian/watch                       |   4 +-
 setup.cfg                          |   5 -
 test/input/__init__.py             |   0
 test/input/func_noerror_celery.py  |  13 ++
 test_requirements.txt              |   2 +
 19 files changed, 494 insertions(+), 39 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-celery
 create mode 100755 debian/tests/python3-pylint-celery
 delete mode 100644 setup.cfg
 create mode 100644 test/input/__init__.py
 create mode 100644 test/input/func_noerror_celery.py
 create mode 100644 test_requirements.txt

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



More information about the Python-modules-commits mailing list