py-pylint-django: updated to 2.0.10
Version 2.0.10: - Suppress no-member for ManyToManyField. - Fix UnboundLocalError with ForeignKey(to=).
This commit is contained in:
parent
64dcef60a6
commit
2f33f4e5de
3 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.18 2019/04/27 09:35:29 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2019/07/08 07:41:44 adam Exp $
|
||||
|
||||
DISTNAME= pylint-django-2.0.9
|
||||
DISTNAME= pylint-django-2.0.10
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-django/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2019/04/27 09:35:29 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2019/07/08 07:41:44 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -194,6 +194,9 @@ ${PYSITELIB}/pylint_django/tests/input/models/__init__.pyo
|
|||
${PYSITELIB}/pylint_django/tests/input/models/author.py
|
||||
${PYSITELIB}/pylint_django/tests/input/models/author.pyc
|
||||
${PYSITELIB}/pylint_django/tests/input/models/author.pyo
|
||||
${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/test_func.py
|
||||
${PYSITELIB}/pylint_django/tests/test_func.pyc
|
||||
${PYSITELIB}/pylint_django/tests/test_func.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.17 2019/04/27 09:35:29 adam Exp $
|
||||
$NetBSD: distinfo,v 1.18 2019/07/08 07:41:44 adam Exp $
|
||||
|
||||
SHA1 (pylint-django-2.0.9.tar.gz) = b1ac79cc69cf7b1fee6de956ee6f87e4cb0be033
|
||||
RMD160 (pylint-django-2.0.9.tar.gz) = df10d3e35490c5af8d959ae02eae12bed79cb391
|
||||
SHA512 (pylint-django-2.0.9.tar.gz) = 7be221f2c8887bd0074184fcd01536ddafa177226c5fdde104f45909a59686d85a0695859788a3e503ffd6d190619baa86e43112eb68371333a73a17adbb00ef
|
||||
Size (pylint-django-2.0.9.tar.gz) = 47769 bytes
|
||||
SHA1 (pylint-django-2.0.10.tar.gz) = a8c25275357a848fa74e9f2d0f5fcab396de72c0
|
||||
RMD160 (pylint-django-2.0.10.tar.gz) = ed7a082091991b46667fa5a4713e5dfddfb063ae
|
||||
SHA512 (pylint-django-2.0.10.tar.gz) = 08653283ac7072f0b147b128e1078a4afb38fd19ca2c7a4ea26c4a3bc2498a1ee96c69184d9f43bb14fc8437a91c377b9427ef5a6ed4e5cfb8cfb0d6f64ae1d1
|
||||
Size (pylint-django-2.0.10.tar.gz) = 48274 bytes
|
||||
|
|
Loading…
Reference in a new issue