Subject: CVS commit: pkgsrc/www/py-pylint-django
From: Adam Ciarcinski
Date: 2018-01-21 13:14:38
Message id: 20180121121438.C3840FBDE@cvs.NetBSD.org

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

Version 0.8.0:
This is the last version to support Python 2. Issues a deprecation warning!
Adding 'urlpatterns', 'register', 'app_name' to good names.
Add 'handler500' to good names
Support factory_boy's DjangoModelFactory Meta class
Fix E1101:Instance of 'proxy' has no 'format' member' when using .format() on a \ 
ugettext_lazy translation.
Add tests and transforms for DurationField,
Add json field to WSGIRequest proxy
Add support for django.contrib.postgres.fields and UUIDField
Stop testing with older Django versions. Currently testing with Django 1.11.x and 2.0
Stop testing on Python 2, no functional changes in the source code though
Update tests and require latest version of pylint (>=1.8)
Fix 'duplicate-except' false negative for except blocks which catch the \ 
DoesNotExist exception.

Files:
RevisionActionfile
1.2modifypkgsrc/www/py-pylint-django/Makefile
1.2modifypkgsrc/www/py-pylint-django/PLIST
1.2modifypkgsrc/www/py-pylint-django/distinfo
1.1addpkgsrc/www/py-pylint-django/patches/patch-setup.py