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: up...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffbb71c567db
branches: trunk
changeset: 306717:ffbb71c567db
user: adam <adam%pkgsrc.org@localhost>
date: Tue Apr 24 13:06:15 2018 +0000
description:
py-pylint-django: updated to 0.11
0.11:
New JsonResponseChecker that looks for common anti-patterns with http responses returning JSON.
diffstat:
www/py-pylint-django/Makefile | 4 ++--
www/py-pylint-django/PLIST | 9 ++++++++-
www/py-pylint-django/distinfo | 10 +++++-----
3 files changed, 15 insertions(+), 8 deletions(-)
diffs (57 lines):
diff -r 8c4f50f580f6 -r ffbb71c567db www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile Mon Apr 23 15:29:03 2018 +0000
+++ b/www/py-pylint-django/Makefile Tue Apr 24 13:06:15 2018 +0000
@@ -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 -r 8c4f50f580f6 -r ffbb71c567db www/py-pylint-django/PLIST
--- a/www/py-pylint-django/PLIST Mon Apr 23 15:29:03 2018 +0000
+++ b/www/py-pylint-django/PLIST Tue Apr 24 13:06:15 2018 +0000
@@ -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/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.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 -r 8c4f50f580f6 -r ffbb71c567db www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo Mon Apr 23 15:29:03 2018 +0000
+++ b/www/py-pylint-django/distinfo Tue Apr 24 13:06:15 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index