[Python-modules-commits] [pylint-django] branch master updated (6db6dbd -> 96af10f)

Daniel Stender danstender-guest at moszumanska.debian.org
Sun Jan 24 12:52:47 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-django.

      from  6db6dbd   Release to unstable
       new  71a6acc   Import pylint-django_0.7.1.orig.tar.xz
       new  2a6a4d8   record new upstream branch created by importing pylint-django_0.7.1.orig.tar.xz and merge it
       new  3ffe602   change version to 0.7.1-1 (UNRELEASED)
       new  ed7cd55   deb/control: updated Homepage
       new  aa77001   added deb/source/options
       new  96af10f   get tests running again

The 6 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:
 .landscape.yaml                                    |   6 +-
 .travis.yml                                        |   8 +-
 CHANGELOG.md                                       |  11 +
 CONTRIBUTORS.md                                    |   2 +
 README.md                                          |   3 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  12 ++
 debian/control                                     |   4 +-
 debian/rules                                       |   4 +
 debian/source/options                              |   1 +
 pylint_django/augmentations/__init__.py            | 227 +++++++++++++--------
 pylint_django/checkers/__init__.py                 |   2 +-
 pylint_django/checkers/models.py                   |  31 ++-
 pylint_django/compat.py                            |  31 +++
 pylint_django/transforms/__init__.py               |   2 +-
 pylint_django/transforms/fields.py                 |  37 +++-
 pylint_django/transforms/foreignkey.py             |   7 +-
 .../transforms/transforms/django_db_models.py      |   6 +-
 pylint_django/utils.py                             |  19 +-
 scripts/travis-build.sh                            |   2 +-
 scripts/travis-install.sh                          |  10 +-
 scripts/{travis-skip.py => travis_skip.py}         |   3 +-
 setup.py                                           |   5 +-
 test/external_drf/func_noerror_serializer.py       |  11 +
 test/input/func_noerror_foreign_key_ids.py         |  17 ++
 test/input/func_noerror_foreignkeys.py             |   2 +-
 test/input/func_noerror_forms_py33.py              |   2 +-
 test/input/func_noerror_forms_py_28.py             |   1 -
 test/input/func_noerror_issue_46.py                |  11 +
 test/input/func_noerror_model_fields.py            |   3 +-
 test/input/func_noerror_model_unicode_callable.py  |   2 +-
 test/input/func_noerror_model_unicode_lambda.py    |   2 +-
 test/test_func.py                                  |  27 ++-
 tox.ini                                            |   2 +-
 34 files changed, 362 insertions(+), 165 deletions(-)
 create mode 100644 debian/source/options
 create mode 100644 pylint_django/compat.py
 rename scripts/{travis-skip.py => travis_skip.py} (90%)
 create mode 100644 test/external_drf/func_noerror_serializer.py
 create mode 100644 test/input/func_noerror_foreign_key_ids.py
 create mode 100644 test/input/func_noerror_issue_46.py

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



More information about the Python-modules-commits mailing list