pkgsrc-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.0.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8a6ad4e3ac8
branches:  trunk
changeset: 336131:c8a6ad4e3ac8
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 08 07:41:44 2019 +0000

description:
py-pylint-django: updated to 2.0.10

Version 2.0.10:
- Suppress no-member for ManyToManyField.
- Fix UnboundLocalError with ForeignKey(to=).

diffstat:

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

diffs (46 lines):

diff -r fbffb1acad64 -r c8a6ad4e3ac8 www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile     Mon Jul 08 07:36:57 2019 +0000
+++ b/www/py-pylint-django/Makefile     Mon Jul 08 07:41:44 2019 +0000
@@ -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/}
diff -r fbffb1acad64 -r c8a6ad4e3ac8 www/py-pylint-django/PLIST
--- a/www/py-pylint-django/PLIST        Mon Jul 08 07:36:57 2019 +0000
+++ b/www/py-pylint-django/PLIST        Mon Jul 08 07:41:44 2019 +0000
@@ -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/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
diff -r fbffb1acad64 -r c8a6ad4e3ac8 www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo     Mon Jul 08 07:36:57 2019 +0000
+++ b/www/py-pylint-django/distinfo     Mon Jul 08 07:41:44 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index