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 Jun 15 08:01:07 UTC 2018
Modified Files:
pkgsrc/www/py-pylint-django: Makefile PLIST distinfo
Log Message:
py-pylint-django: updated to 0.11.1
Version 0.11.1:
Enable test case for urlpatterns variable which was previously disabled
Disable unused-argument message for the request argument passed to view functions.
Add transformations for model_utils managers instead of special-casing them.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-pylint-django/Makefile \
pkgsrc/www/py-pylint-django/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-pylint-django/PLIST
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.8 pkgsrc/www/py-pylint-django/Makefile:1.9
--- pkgsrc/www/py-pylint-django/Makefile:1.8 Tue Apr 24 13:06:15 2018
+++ pkgsrc/www/py-pylint-django/Makefile Fri Jun 15 08:01:07 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/04/24 13:06:15 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/06/15 08:01:07 adam Exp $
-DISTNAME= pylint-django-0.11
+DISTNAME= pylint-django-0.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-django/}
Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.8 pkgsrc/www/py-pylint-django/distinfo:1.9
--- pkgsrc/www/py-pylint-django/distinfo:1.8 Tue Apr 24 13:06:15 2018
+++ pkgsrc/www/py-pylint-django/distinfo Fri Jun 15 08:01:07 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/04/24 13:06:15 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/06/15 08:01:07 adam Exp $
-SHA1 (pylint-django-0.11.tar.gz) = 1f6d6dc4ae7f4d4e64e6635c9c44bd55e2f6dca7
-RMD160 (pylint-django-0.11.tar.gz) = e285181b8022668132de4fc0785602180a249b28
-SHA512 (pylint-django-0.11.tar.gz) = 2755b7024ea343039b6391782fbac773ec02c0174dc621a834c3a3f5c5338fda6d5e2711c17636dffb27bd6bba632e3c303b5e1894e445a1759359953852b4bc
-Size (pylint-django-0.11.tar.gz) = 43177 bytes
+SHA1 (pylint-django-0.11.1.tar.gz) = 84062be481918c3d23a80abf9371415525314d53
+RMD160 (pylint-django-0.11.1.tar.gz) = 698b82bb0c7b4caa7be46fe4e2b8b3dc6b146aac
+SHA512 (pylint-django-0.11.1.tar.gz) = 465bcbf38e4dcbed997085b576e81d3a918ccf22ae86d92ff9d3e0df33b53f8a3d1731c2078fbd19642e95647870a9e4a6bbe19f2492076e3dbd1b740104c6f0
+Size (pylint-django-0.11.1.tar.gz) = 43987 bytes
Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.5 pkgsrc/www/py-pylint-django/PLIST:1.6
--- pkgsrc/www/py-pylint-django/PLIST:1.5 Tue Apr 24 13:06:15 2018
+++ pkgsrc/www/py-pylint-django/PLIST Fri Jun 15 08:01:07 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/04/24 13:06:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/06/15 08:01:07 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -129,6 +129,9 @@ ${PYSITELIB}/pylint_django/tests/input/f
${PYSITELIB}/pylint_django/tests/input/func_noerror_protected_meta_access.py
${PYSITELIB}/pylint_django/tests/input/func_noerror_protected_meta_access.pyc
${PYSITELIB}/pylint_django/tests/input/func_noerror_protected_meta_access.pyo
+${PYSITELIB}/pylint_django/tests/input/func_noerror_style_members.py
+${PYSITELIB}/pylint_django/tests/input/func_noerror_style_members.pyc
+${PYSITELIB}/pylint_django/tests/input/func_noerror_style_members.pyo
${PYSITELIB}/pylint_django/tests/input/func_noerror_test_wsgi_request.py
${PYSITELIB}/pylint_django/tests/input/func_noerror_test_wsgi_request.pyc
${PYSITELIB}/pylint_django/tests/input/func_noerror_test_wsgi_request.pyo
@@ -144,6 +147,9 @@ ${PYSITELIB}/pylint_django/tests/input/f
${PYSITELIB}/pylint_django/tests/input/func_noerror_uuid_field.py
${PYSITELIB}/pylint_django/tests/input/func_noerror_uuid_field.pyc
${PYSITELIB}/pylint_django/tests/input/func_noerror_uuid_field.pyo
+${PYSITELIB}/pylint_django/tests/input/func_noerror_views.py
+${PYSITELIB}/pylint_django/tests/input/func_noerror_views.pyc
+${PYSITELIB}/pylint_django/tests/input/func_noerror_views.pyo
${PYSITELIB}/pylint_django/tests/input/func_noerror_wsgi.py
${PYSITELIB}/pylint_django/tests/input/func_noerror_wsgi.pyc
${PYSITELIB}/pylint_django/tests/input/func_noerror_wsgi.pyo
@@ -157,6 +163,12 @@ ${PYSITELIB}/pylint_django/tests/input/m
${PYSITELIB}/pylint_django/tests/input/migrations/__init__.py
${PYSITELIB}/pylint_django/tests/input/migrations/__init__.pyc
${PYSITELIB}/pylint_django/tests/input/migrations/__init__.pyo
+${PYSITELIB}/pylint_django/tests/input/models/__init__.py
+${PYSITELIB}/pylint_django/tests/input/models/__init__.pyc
+${PYSITELIB}/pylint_django/tests/input/models/__init__.pyo
+${PYSITELIB}/pylint_django/tests/input/models/discount.py
+${PYSITELIB}/pylint_django/tests/input/models/discount.pyc
+${PYSITELIB}/pylint_django/tests/input/models/discount.pyo
${PYSITELIB}/pylint_django/tests/test_func.py
${PYSITELIB}/pylint_django/tests/test_func.pyc
${PYSITELIB}/pylint_django/tests/test_func.pyo
@@ -169,6 +181,9 @@ ${PYSITELIB}/pylint_django/transforms/fi
${PYSITELIB}/pylint_django/transforms/foreignkey.py
${PYSITELIB}/pylint_django/transforms/foreignkey.pyc
${PYSITELIB}/pylint_django/transforms/foreignkey.pyo
+${PYSITELIB}/pylint_django/transforms/transforms/__init__.py
+${PYSITELIB}/pylint_django/transforms/transforms/__init__.pyc
+${PYSITELIB}/pylint_django/transforms/transforms/__init__.pyo
${PYSITELIB}/pylint_django/transforms/transforms/django_contrib_postgres_fields.py
${PYSITELIB}/pylint_django/transforms/transforms/django_contrib_postgres_fields.pyc
${PYSITELIB}/pylint_django/transforms/transforms/django_contrib_postgres_fields.pyo
@@ -196,6 +211,9 @@ ${PYSITELIB}/pylint_django/transforms/tr
${PYSITELIB}/pylint_django/transforms/transforms/django_views_generic_base.py
${PYSITELIB}/pylint_django/transforms/transforms/django_views_generic_base.pyc
${PYSITELIB}/pylint_django/transforms/transforms/django_views_generic_base.pyo
+${PYSITELIB}/pylint_django/transforms/transforms/model_utils_managers.py
+${PYSITELIB}/pylint_django/transforms/transforms/model_utils_managers.pyc
+${PYSITELIB}/pylint_django/transforms/transforms/model_utils_managers.pyo
${PYSITELIB}/pylint_django/transforms/transforms/mongoengine.py
${PYSITELIB}/pylint_django/transforms/transforms/mongoengine.pyc
${PYSITELIB}/pylint_django/transforms/transforms/mongoengine.pyo
Home |
Main Index |
Thread Index |
Old Index