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:           Tue Apr 24 13:06:15 UTC 2018

Modified Files:
        pkgsrc/www/py-pylint-django: Makefile PLIST distinfo

Log Message:
py-pylint-django: updated to 0.11

0.11:
New JsonResponseChecker that looks for common anti-patterns with http responses returning JSON.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-pylint-django/Makefile \
    pkgsrc/www/py-pylint-django/distinfo
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/www/py-pylint-django/Makefile:1.8
--- pkgsrc/www/py-pylint-django/Makefile:1.7    Fri Apr 13 07:33:53 2018
+++ pkgsrc/www/py-pylint-django/Makefile        Tue Apr 24 13:06:15 2018
@@ -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/}
Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.7 pkgsrc/www/py-pylint-django/distinfo:1.8
--- pkgsrc/www/py-pylint-django/distinfo:1.7    Fri Apr 13 07:33:53 2018
+++ pkgsrc/www/py-pylint-django/distinfo        Tue Apr 24 13:06:15 2018
@@ -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

Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.4 pkgsrc/www/py-pylint-django/PLIST:1.5
--- pkgsrc/www/py-pylint-django/PLIST:1.4       Fri Apr 13 07:33:53 2018
+++ pkgsrc/www/py-pylint-django/PLIST   Tue Apr 24 13:06:15 2018
@@ -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_p
 ${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/e
 ${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



Home | Main Index | Thread Index | Old Index