pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-pylint-django py-pylint-django: updated to 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/357dfa0fc22c
branches:  trunk
changeset: 384471:357dfa0fc22c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 24 18:31:06 2018 +0000

description:
py-pylint-django: updated to 2.0.1

Version 2.0.1:
Enable testing with Django 2.1
Add test for Model.objects.get_or_create().
Add test for objects.exclude().
Fix Instance of 'Model' has no 'id' member (no-member), fix Class 'UserCreationForm' has no 'declared_fields' member.
Fix for Instance of 'ManyToManyField' has no 'add' member.
Add test & fix for unused arguments on class based views

diffstat:

 www/py-pylint-django/Makefile |   4 ++--
 www/py-pylint-django/PLIST    |   5 ++++-
 www/py-pylint-django/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 481b86e9fc5a -r 357dfa0fc22c www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile     Fri Aug 24 18:27:07 2018 +0000
+++ b/www/py-pylint-django/Makefile     Fri Aug 24 18:31:06 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/08/07 10:04:04 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/08/24 18:31:06 adam Exp $
 
-DISTNAME=      pylint-django-2.0
+DISTNAME=      pylint-django-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-django/}
diff -r 481b86e9fc5a -r 357dfa0fc22c www/py-pylint-django/PLIST
--- a/www/py-pylint-django/PLIST        Fri Aug 24 18:27:07 2018 +0000
+++ b/www/py-pylint-django/PLIST        Fri Aug 24 18:31:06 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/08/07 10:04:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/08/24 18:31:06 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -112,6 +112,9 @@
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_issue_46.py
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_issue_46.pyc
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_issue_46.pyo
+${PYSITELIB}/pylint_django/tests/input/func_noerror_managers_return_querysets.py
+${PYSITELIB}/pylint_django/tests/input/func_noerror_managers_return_querysets.pyc
+${PYSITELIB}/pylint_django/tests/input/func_noerror_managers_return_querysets.pyo
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_manytomanyfield.py
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_manytomanyfield.pyc
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_manytomanyfield.pyo
diff -r 481b86e9fc5a -r 357dfa0fc22c www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo     Fri Aug 24 18:27:07 2018 +0000
+++ b/www/py-pylint-django/distinfo     Fri Aug 24 18:31:06 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/08/07 10:04:04 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/08/24 18:31:06 adam Exp $
 
-SHA1 (pylint-django-2.0.tar.gz) = bdbfe28b200ef7037d8dd372039a1f7aa852cc6c
-RMD160 (pylint-django-2.0.tar.gz) = 45a4923ba0077f5e6b129780efe28dfa7a785a7c
-SHA512 (pylint-django-2.0.tar.gz) = 1077983a622a498f265a16ef1b6eb5b1a793900cf11e117194918ac9a32ce52fd2a13b06e1abd06ac7526de7e8c4daa9943e187a43b1c515c418e89c5dbe60b3
-Size (pylint-django-2.0.tar.gz) = 42933 bytes
+SHA1 (pylint-django-2.0.1.tar.gz) = a2cc4ad0d8b83a66df41f3302d947c10ce2d090e
+RMD160 (pylint-django-2.0.1.tar.gz) = 03cfa5fe938efa5a9a7b9df626b67cf0e5f7690e
+SHA512 (pylint-django-2.0.1.tar.gz) = 0a14904949da03156594703eed0eca8eb7dcf6e02f4348e892a46fadcb4bc9d6396d7c8b19c2aeb7806ddcfe3207e30b0ce4347c2675fe6e29d7c00487e224ff
+Size (pylint-django-2.0.1.tar.gz) = 44148 bytes



Home | Main Index | Thread Index | Old Index