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 0.11.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a3707e4bb76
branches: trunk
changeset: 309292:6a3707e4bb76
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jun 15 08:01:07 2018 +0000
description:
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.
diffstat:
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(-)
diffs (89 lines):
diff -r 3316e122f62e -r 6a3707e4bb76 www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile Fri Jun 15 07:41:43 2018 +0000
+++ b/www/py-pylint-django/Makefile Fri Jun 15 08:01:07 2018 +0000
@@ -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 -r 3316e122f62e -r 6a3707e4bb76 www/py-pylint-django/PLIST
--- a/www/py-pylint-django/PLIST Fri Jun 15 07:41:43 2018 +0000
+++ b/www/py-pylint-django/PLIST Fri Jun 15 08:01:07 2018 +0000
@@ -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_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_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/__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/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_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 -r 3316e122f62e -r 6a3707e4bb76 www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo Fri Jun 15 07:41:43 2018 +0000
+++ b/www/py-pylint-django/distinfo Fri Jun 15 08:01:07 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index