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:           Tue Nov  5 07:46:47 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-pylint-django/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-pylint-django/PLIST
cvs rdiff -u -r1.19 -r1.20 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.20 pkgsrc/www/py-pylint-django/Makefile:1.21
--- pkgsrc/www/py-pylint-django/Makefile:1.20   Tue Aug  6 09:47:24 2019
+++ pkgsrc/www/py-pylint-django/Makefile        Tue Nov  5 07:46:47 2019
@@ -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/}

Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.12 pkgsrc/www/py-pylint-django/PLIST:1.13
--- pkgsrc/www/py-pylint-django/PLIST:1.12      Mon Jul  8 07:41:44 2019
+++ pkgsrc/www/py-pylint-django/PLIST   Tue Nov  5 07:46:47 2019
@@ -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/f
 ${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

Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.19 pkgsrc/www/py-pylint-django/distinfo:1.20
--- pkgsrc/www/py-pylint-django/distinfo:1.19   Tue Aug  6 09:47:24 2019
+++ pkgsrc/www/py-pylint-django/distinfo        Tue Nov  5 07:46:47 2019
@@ -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



Home | Main Index | Thread Index | Old Index