pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-pylint-django



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 24 18:31:06 UTC 2018

Modified Files:
        pkgsrc/www/py-pylint-django: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-pylint-django/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-pylint-django/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-pylint-django/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-pylint-django/Makefile
diff -u pkgsrc/www/py-pylint-django/Makefile:1.11 pkgsrc/www/py-pylint-django/Makefile:1.12
--- pkgsrc/www/py-pylint-django/Makefile:1.11   Tue Aug  7 10:04:04 2018
+++ pkgsrc/www/py-pylint-django/Makefile        Fri Aug 24 18:31:06 2018
@@ -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/}

Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.7 pkgsrc/www/py-pylint-django/PLIST:1.8
--- pkgsrc/www/py-pylint-django/PLIST:1.7       Tue Aug  7 10:04:04 2018
+++ pkgsrc/www/py-pylint-django/PLIST   Fri Aug 24 18:31:06 2018
@@ -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/f
 ${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

Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.10 pkgsrc/www/py-pylint-django/distinfo:1.11
--- pkgsrc/www/py-pylint-django/distinfo:1.10   Tue Aug  7 10:04:04 2018
+++ pkgsrc/www/py-pylint-django/distinfo        Fri Aug 24 18:31:06 2018
@@ -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