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:           Mon Jul 27 13:45:59 UTC 2020

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

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

Version 2.2.0
Rely on Django to resolve string references in ForeignKey fields.
Suppress unused-argument for functions in migration modules.
New checker for hard-coded auth.User.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-pylint-django/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-pylint-django/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-pylint-django/distinfo

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.25 pkgsrc/www/py-pylint-django/Makefile:1.26
--- pkgsrc/www/py-pylint-django/Makefile:1.25   Sun Jul 12 17:47:25 2020
+++ pkgsrc/www/py-pylint-django/Makefile        Mon Jul 27 13:45:59 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/07/12 17:47:25 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/07/27 13:45:59 adam Exp $
 
-DISTNAME=      pylint-django-2.1.0
+DISTNAME=      pylint-django-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-django/}

Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.15 pkgsrc/www/py-pylint-django/PLIST:1.16
--- pkgsrc/www/py-pylint-django/PLIST:1.15      Sun Jul 12 17:47:25 2020
+++ pkgsrc/www/py-pylint-django/PLIST   Mon Jul 27 13:45:59 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/07/12 17:47:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/07/27 13:45:59 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,6 +17,9 @@ ${PYSITELIB}/pylint_django/augmentations
 ${PYSITELIB}/pylint_django/checkers/__init__.py
 ${PYSITELIB}/pylint_django/checkers/__init__.pyc
 ${PYSITELIB}/pylint_django/checkers/__init__.pyo
+${PYSITELIB}/pylint_django/checkers/auth_user.py
+${PYSITELIB}/pylint_django/checkers/auth_user.pyc
+${PYSITELIB}/pylint_django/checkers/auth_user.pyo
 ${PYSITELIB}/pylint_django/checkers/django_installed.py
 ${PYSITELIB}/pylint_django/checkers/django_installed.pyc
 ${PYSITELIB}/pylint_django/checkers/django_installed.pyo
@@ -63,6 +66,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_hard_coded_auth_user.py
+${PYSITELIB}/pylint_django/tests/input/func_hard_coded_auth_user.pyc
+${PYSITELIB}/pylint_django/tests/input/func_hard_coded_auth_user.pyo
+${PYSITELIB}/pylint_django/tests/input/func_hard_coded_auth_user.txt
 ${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
@@ -157,6 +164,9 @@ ${PYSITELIB}/pylint_django/tests/input/f
 ${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_string_foreignkey.py
+${PYSITELIB}/pylint_django/tests/input/func_noerror_string_foreignkey.pyc
+${PYSITELIB}/pylint_django/tests/input/func_noerror_string_foreignkey.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
@@ -211,6 +221,18 @@ ${PYSITELIB}/pylint_django/tests/input/m
 ${PYSITELIB}/pylint_django/tests/input/models/func_noerror_foreign_key_key_cls_unbound_in_same_package.py
 ${PYSITELIB}/pylint_django/tests/input/models/func_noerror_foreign_key_key_cls_unbound_in_same_package.pyc
 ${PYSITELIB}/pylint_django/tests/input/models/func_noerror_foreign_key_key_cls_unbound_in_same_package.pyo
+${PYSITELIB}/pylint_django/tests/input/test_app/__init__.py
+${PYSITELIB}/pylint_django/tests/input/test_app/__init__.pyc
+${PYSITELIB}/pylint_django/tests/input/test_app/__init__.pyo
+${PYSITELIB}/pylint_django/tests/input/test_app/apps.py
+${PYSITELIB}/pylint_django/tests/input/test_app/apps.pyc
+${PYSITELIB}/pylint_django/tests/input/test_app/apps.pyo
+${PYSITELIB}/pylint_django/tests/input/test_app/models.py
+${PYSITELIB}/pylint_django/tests/input/test_app/models.pyc
+${PYSITELIB}/pylint_django/tests/input/test_app/models.pyo
+${PYSITELIB}/pylint_django/tests/settings.py
+${PYSITELIB}/pylint_django/tests/settings.pyc
+${PYSITELIB}/pylint_django/tests/settings.pyo
 ${PYSITELIB}/pylint_django/tests/test_func.py
 ${PYSITELIB}/pylint_django/tests/test_func.pyc
 ${PYSITELIB}/pylint_django/tests/test_func.pyo

Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.24 pkgsrc/www/py-pylint-django/distinfo:1.25
--- pkgsrc/www/py-pylint-django/distinfo:1.24   Sun Jul 12 17:47:25 2020
+++ pkgsrc/www/py-pylint-django/distinfo        Mon Jul 27 13:45:59 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2020/07/12 17:47:25 adam Exp $
+$NetBSD: distinfo,v 1.25 2020/07/27 13:45:59 adam Exp $
 
-SHA1 (pylint-django-2.1.0.tar.gz) = 53a78e8d69ee92538078cdb41517e18d4eeef665
-RMD160 (pylint-django-2.1.0.tar.gz) = 56186c02983b0bc012763f24e136f0d83fa4eb2b
-SHA512 (pylint-django-2.1.0.tar.gz) = ccb5f36448cf3bfb371319f99a350591e9a6167aeb3eb287c2435ad9b5a3a5f13d4496eaccef759675e32e5fffb5f5bd986ff0fcfca603de0d6b08dc4e992fce
-Size (pylint-django-2.1.0.tar.gz) = 52570 bytes
+SHA1 (pylint-django-2.2.0.tar.gz) = e36e4af206d44035a6f60ca49064d34dc2582306
+RMD160 (pylint-django-2.2.0.tar.gz) = 1a9b013626a99a8501be1a993103b00bf30aee16
+SHA512 (pylint-django-2.2.0.tar.gz) = 8187b61c09500ab6f16ede4aba2f77d86af102d15a5186b79a927f010e37fc9cf372d9913a0459d4b033264a9c65d30d42e59d83ca3c835469bff210de23e1fc
+Size (pylint-django-2.2.0.tar.gz) = 54934 bytes



Home | Main Index | Thread Index | Old Index