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 Aug 27 11:18:35 UTC 2018

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

Log Message:
py-pylint-django: 2.0.2

Version 2.0.2:
Suppress false-positive no-self-argument in factory.post_generation.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-pylint-django/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-pylint-django/PLIST
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/www/py-pylint-django/Makefile:1.13
--- pkgsrc/www/py-pylint-django/Makefile:1.12   Fri Aug 24 18:31:06 2018
+++ pkgsrc/www/py-pylint-django/Makefile        Mon Aug 27 11:18:35 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/08/24 18:31:06 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/08/27 11:18:35 adam Exp $
 
-DISTNAME=      pylint-django-2.0.1
+DISTNAME=      pylint-django-2.0.2
 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.8 pkgsrc/www/py-pylint-django/PLIST:1.9
--- pkgsrc/www/py-pylint-django/PLIST:1.8       Fri Aug 24 18:31:06 2018
+++ pkgsrc/www/py-pylint-django/PLIST   Mon Aug 27 11:18:35 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/08/24 18:31:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/08/27 11:18:35 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -82,6 +82,9 @@ ${PYSITELIB}/pylint_django/tests/input/f
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_duplicate_except_doesnotexist.py
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_duplicate_except_doesnotexist.pyc
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_duplicate_except_doesnotexist.pyo
+${PYSITELIB}/pylint_django/tests/input/func_noerror_factory_post_generation.py
+${PYSITELIB}/pylint_django/tests/input/func_noerror_factory_post_generation.pyc
+${PYSITELIB}/pylint_django/tests/input/func_noerror_factory_post_generation.pyo
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_attributes.py
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_attributes.pyc
 ${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_attributes.pyo

Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.11 pkgsrc/www/py-pylint-django/distinfo:1.12
--- pkgsrc/www/py-pylint-django/distinfo:1.11   Fri Aug 24 18:31:06 2018
+++ pkgsrc/www/py-pylint-django/distinfo        Mon Aug 27 11:18:35 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/08/24 18:31:06 adam Exp $
+$NetBSD: distinfo,v 1.12 2018/08/27 11:18:35 adam Exp $
 
-SHA1 (pylint-django-2.0.1.tar.gz) = a2cc4ad0d8b83a66df41f3302d947c10ce2d090e
-RMD160 (pylint-django-2.0.1.tar.gz) = 03cfa5fe938efa5a9a7b9df626b67cf0e5f7690e
-SHA512 (pylint-django-2.0.1.tar.gz) = 0a14904949da03156594703eed0eca8eb7dcf6e02f4348e892a46fadcb4bc9d6396d7c8b19c2aeb7806ddcfe3207e30b0ce4347c2675fe6e29d7c00487e224ff
-Size (pylint-django-2.0.1.tar.gz) = 44148 bytes
+SHA1 (pylint-django-2.0.2.tar.gz) = a12fc8a64c917a54e93d8c07c506d0f55b5e1d5c
+RMD160 (pylint-django-2.0.2.tar.gz) = 8d5d91d18ea46fd2896049a3467cc6061e256c97
+SHA512 (pylint-django-2.0.2.tar.gz) = 444bbcdbea08f9b54a594c72d15ddc3f03b6915137b5bc15e29895f4f4c59326dd9b6888f3ec4db39652e5f4c134bc194204e8c04a6c56d96bb14643a5f38011
+Size (pylint-django-2.0.2.tar.gz) = 44542 bytes



Home | Main Index | Thread Index | Old Index