py-pylint-django: updated to 2.0.12
Version 2.0.12: - Fix too broad suppression of ``unused-argument`` warnings for functions and methods where the first argument is named ``request``. Now issues warnings for the rest of the arguments if they are unused. - Pass arguments of ``scripts/test.sh`` to ``test_func/pytest`` to ease development. - Document behavior when ForeignKey fields are referenced as strings.
This commit is contained in:
parent
23a4901899
commit
c4a2971ddf
3 changed files with 12 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.20 2019/08/06 09:47:24 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2019/11/05 07:46:47 adam Exp $
|
||||
|
||||
DISTNAME= pylint-django-2.0.11
|
||||
DISTNAME= pylint-django-2.0.12
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-django/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2019/07/08 07:41:44 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2019/11/05 07:46:47 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -178,6 +178,10 @@ ${PYSITELIB}/pylint_django/tests/input/func_noerror_views.pyo
|
|||
${PYSITELIB}/pylint_django/tests/input/func_noerror_wsgi.py
|
||||
${PYSITELIB}/pylint_django/tests/input/func_noerror_wsgi.pyc
|
||||
${PYSITELIB}/pylint_django/tests/input/func_noerror_wsgi.pyo
|
||||
${PYSITELIB}/pylint_django/tests/input/func_unused_arguments.py
|
||||
${PYSITELIB}/pylint_django/tests/input/func_unused_arguments.pyc
|
||||
${PYSITELIB}/pylint_django/tests/input/func_unused_arguments.pyo
|
||||
${PYSITELIB}/pylint_django/tests/input/func_unused_arguments.txt
|
||||
${PYSITELIB}/pylint_django/tests/input/migrations/0001_noerror_initial.py
|
||||
${PYSITELIB}/pylint_django/tests/input/migrations/0001_noerror_initial.pyc
|
||||
${PYSITELIB}/pylint_django/tests/input/migrations/0001_noerror_initial.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.19 2019/08/06 09:47:24 adam Exp $
|
||||
$NetBSD: distinfo,v 1.20 2019/11/05 07:46:47 adam Exp $
|
||||
|
||||
SHA1 (pylint-django-2.0.11.tar.gz) = 3686f3869f5a12c3b7883b82687d35317b7b8ca4
|
||||
RMD160 (pylint-django-2.0.11.tar.gz) = ec82e0dd19f1125171328ec930c2ea148cdfc9aa
|
||||
SHA512 (pylint-django-2.0.11.tar.gz) = e846570a7b9afcca96f7f779cb953ad40cc33c12f40080897612f834b2cd8cd784358293090bacda116abf515e718b07397964a0168db4950d770fa8d243f1ed
|
||||
Size (pylint-django-2.0.11.tar.gz) = 48413 bytes
|
||||
SHA1 (pylint-django-2.0.12.tar.gz) = 9bfdc191b08b736a4ef03e6efb00a203453637fc
|
||||
RMD160 (pylint-django-2.0.12.tar.gz) = 5536b03914fb8cc7b20adc620bc1dd9eaa8a9367
|
||||
SHA512 (pylint-django-2.0.12.tar.gz) = 944950915c34697db356d08fdc12f1457af517838f64fa2365befb1860a7f7d85420877239581e811d24051f9c07acc942ad3e33cf9f059da3b27d7282ec969d
|
||||
Size (pylint-django-2.0.12.tar.gz) = 50439 bytes
|
||||
|
|
Loading…
Reference in a new issue