From bde7479db98cf82deda5a43f81b30216628e1d5c Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 15 Jun 2018 08:01:07 +0000 Subject: 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. --- www/py-pylint-django/Makefile | 4 ++-- www/py-pylint-django/PLIST | 20 +++++++++++++++++++- www/py-pylint-django/distinfo | 10 +++++----- 3 files changed, 26 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/py-pylint-django/Makefile b/www/py-pylint-django/Makefile index e4176c43647..6c0817bdc0f 100644 --- a/www/py-pylint-django/Makefile +++ b/www/py-pylint-django/Makefile @@ -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/} diff --git a/www/py-pylint-django/PLIST b/www/py-pylint-django/PLIST index fb9ea6257c9..dde598cf4db 100644 --- a/www/py-pylint-django/PLIST +++ b/www/py-pylint-django/PLIST @@ -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/func_noerror_models_py33.pyo ${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/func_noerror_urls.pyo ${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/migrations/0002_new_column.txt ${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/fields.pyo ${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/transforms/django_utils_translation.pyo ${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 diff --git a/www/py-pylint-django/distinfo b/www/py-pylint-django/distinfo index 4339c34251a..eb65a073623 100644 --- a/www/py-pylint-django/distinfo +++ b/www/py-pylint-django/distinfo @@ -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 -- cgit v1.2.3