Source-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 2.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33beed2a0423
branches:  trunk
changeset: 436106:33beed2a0423
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 27 13:45:59 2020 +0000

description:
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.

diffstat:

 www/py-pylint-django/Makefile |   4 ++--
 www/py-pylint-django/PLIST    |  24 +++++++++++++++++++++++-
 www/py-pylint-django/distinfo |  10 +++++-----
 3 files changed, 30 insertions(+), 8 deletions(-)

diffs (86 lines):

diff -r b1f024e764ee -r 33beed2a0423 www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile     Mon Jul 27 13:41:42 2020 +0000
+++ b/www/py-pylint-django/Makefile     Mon Jul 27 13:45:59 2020 +0000
@@ -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/}
diff -r b1f024e764ee -r 33beed2a0423 www/py-pylint-django/PLIST
--- a/www/py-pylint-django/PLIST        Mon Jul 27 13:41:42 2020 +0000
+++ b/www/py-pylint-django/PLIST        Mon Jul 27 13:45:59 2020 +0000
@@ -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/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/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/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/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
diff -r b1f024e764ee -r 33beed2a0423 www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo     Mon Jul 27 13:41:42 2020 +0000
+++ b/www/py-pylint-django/distinfo     Mon Jul 27 13:45:59 2020 +0000
@@ -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