summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-24 13:06:15 +0000
committeradam <adam@pkgsrc.org>2018-04-24 13:06:15 +0000
commit2a975e9f767f7e6d7b80c357098648ae8ea2bbaf (patch)
tree719ad476103a178b5e0dcb89af82c41194370d19
parent6d947bc7ade234aba47edc8c820d6e12d9a82612 (diff)
downloadpkgsrc-2a975e9f767f7e6d7b80c357098648ae8ea2bbaf.tar.gz
py-pylint-django: updated to 0.11
0.11: New JsonResponseChecker that looks for common anti-patterns with http responses returning JSON.
-rw-r--r--www/py-pylint-django/Makefile4
-rw-r--r--www/py-pylint-django/PLIST9
-rw-r--r--www/py-pylint-django/distinfo10
3 files changed, 15 insertions, 8 deletions
diff --git a/www/py-pylint-django/Makefile b/www/py-pylint-django/Makefile
index 42aa72ae025..e4176c43647 100644
--- a/www/py-pylint-django/Makefile
+++ b/www/py-pylint-django/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/04/13 07:33:53 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/24 13:06:15 adam Exp $
-DISTNAME= pylint-django-0.10.1
+DISTNAME= pylint-django-0.11
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 0a4d7b7afc9..fb9ea6257c9 100644
--- a/www/py-pylint-django/PLIST
+++ b/www/py-pylint-django/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/04/13 07:33:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/04/24 13:06:15 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -23,6 +23,9 @@ ${PYSITELIB}/pylint_django/checkers/db_performance.pyo
${PYSITELIB}/pylint_django/checkers/django_installed.py
${PYSITELIB}/pylint_django/checkers/django_installed.pyc
${PYSITELIB}/pylint_django/checkers/django_installed.pyo
+${PYSITELIB}/pylint_django/checkers/json_response.py
+${PYSITELIB}/pylint_django/checkers/json_response.pyc
+${PYSITELIB}/pylint_django/checkers/json_response.pyo
${PYSITELIB}/pylint_django/checkers/models.py
${PYSITELIB}/pylint_django/checkers/models.pyc
${PYSITELIB}/pylint_django/checkers/models.pyo
@@ -54,6 +57,10 @@ ${PYSITELIB}/pylint_django/tests/input/external_psycopg2_noerror_postgres_fields
${PYSITELIB}/pylint_django/tests/input/external_psycopg2_noerror_postgres_fields.pyc
${PYSITELIB}/pylint_django/tests/input/external_psycopg2_noerror_postgres_fields.pyo
${PYSITELIB}/pylint_django/tests/input/external_psycopg2_noerror_postgres_fields.rc
+${PYSITELIB}/pylint_django/tests/input/func_json_response.py
+${PYSITELIB}/pylint_django/tests/input/func_json_response.pyc
+${PYSITELIB}/pylint_django/tests/input/func_json_response.pyo
+${PYSITELIB}/pylint_django/tests/input/func_json_response.txt
${PYSITELIB}/pylint_django/tests/input/func_model_does_not_use_unicode_py33.py
${PYSITELIB}/pylint_django/tests/input/func_model_does_not_use_unicode_py33.pyc
${PYSITELIB}/pylint_django/tests/input/func_model_does_not_use_unicode_py33.pyo
diff --git a/www/py-pylint-django/distinfo b/www/py-pylint-django/distinfo
index 6f6d5b9eeab..4339c34251a 100644
--- a/www/py-pylint-django/distinfo
+++ b/www/py-pylint-django/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/04/13 07:33:53 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/04/24 13:06:15 adam Exp $
-SHA1 (pylint-django-0.10.1.tar.gz) = c9790c6b11ed926bbb5978b566d64c5b544c6088
-RMD160 (pylint-django-0.10.1.tar.gz) = ea84c5ea18846618bd8bfb2020188f3b7770fbbe
-SHA512 (pylint-django-0.10.1.tar.gz) = 39ce5ea0d9c3e31678cf38518903eb587f1ff65ce7464a41fb1d26c15b5c54c600fc6b759fb5f57dc01af5b058d5b55908f23b8f2a376488bd7ca90990d10ca1
-Size (pylint-django-0.10.1.tar.gz) = 42153 bytes
+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