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  8 07:41:44 UTC 2019

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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-pylint-django/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-pylint-django/PLIST
cvs rdiff -u -r1.17 -r1.18 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.18 pkgsrc/www/py-pylint-django/Makefile:1.19
--- pkgsrc/www/py-pylint-django/Makefile:1.18   Sat Apr 27 09:35:29 2019
+++ pkgsrc/www/py-pylint-django/Makefile        Mon Jul  8 07:41:44 2019
@@ -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/}

Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.11 pkgsrc/www/py-pylint-django/PLIST:1.12
--- pkgsrc/www/py-pylint-django/PLIST:1.11      Sat Apr 27 09:35:29 2019
+++ pkgsrc/www/py-pylint-django/PLIST   Mon Jul  8 07:41:44 2019
@@ -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/m
 ${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

Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.17 pkgsrc/www/py-pylint-django/distinfo:1.18
--- pkgsrc/www/py-pylint-django/distinfo:1.17   Sat Apr 27 09:35:29 2019
+++ pkgsrc/www/py-pylint-django/distinfo        Mon Jul  8 07:41:44 2019
@@ -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