Subject: CVS commit: pkgsrc/www/py-pylint-django
From: Adam Ciarcinski
Date: 2018-04-13 09:33:53
Message id: 20180413073353.8549AFBEC@cvs.NetBSD.org

Log Message:
py-pylint-django: updated to 0.10.1

0.10.1:
CHANGELOG formatting issue

0.10.0:
Remove the compatibility layer for older astroid versions
Make flake8 happy.
Fix: compatibility with Python < 3.6 caused by ModuleNotFoundError not \ 
available on older versions of Python
Show README and CHANGELOG on PyPI.
Fix explicit unicode check with python_2_unicode_compatible base models
Suppress not-an-iterable message for 'objects'.
Teach pylint_django that objects.all() is subscriptable.
Suppress invalid-name for wsgi.application.
Add test for WSGIRequest.context.
Register transforms for FileField.
New checker pylint_django.checkers.db_performance. Enables checking of \ 
migrations and reports when there's an AddField operation with a default value \ 
which may slow down applying migrations on large tables. This may also lead to \ 
production tables being locked while migrations are being applied.
Suppress no-member for factory.SubFactory objects. Useful when model factories \ 
use factory.SubFactory() for foreign key relations.

Files:
RevisionActionfile
1.7modifypkgsrc/www/py-pylint-django/Makefile
1.4modifypkgsrc/www/py-pylint-django/PLIST
1.7modifypkgsrc/www/py-pylint-django/distinfo