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.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/85933f72921e
branches: trunk
changeset: 404034:85933f72921e
user: adam <adam%pkgsrc.org@localhost>
date: Tue Nov 05 07:46:47 2019 +0000
description:
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.
diffstat:
www/py-pylint-django/Makefile | 4 ++--
www/py-pylint-django/PLIST | 6 +++++-
www/py-pylint-django/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 8 deletions(-)
diffs (47 lines):
diff -r 0e6cba9d7dcf -r 85933f72921e www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile Tue Nov 05 07:44:24 2019 +0000
+++ b/www/py-pylint-django/Makefile Tue Nov 05 07:46:47 2019 +0000
@@ -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/}
diff -r 0e6cba9d7dcf -r 85933f72921e www/py-pylint-django/PLIST
--- a/www/py-pylint-django/PLIST Tue Nov 05 07:44:24 2019 +0000
+++ b/www/py-pylint-django/PLIST Tue Nov 05 07:46:47 2019 +0000
@@ -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/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
diff -r 0e6cba9d7dcf -r 85933f72921e www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo Tue Nov 05 07:44:24 2019 +0000
+++ b/www/py-pylint-django/distinfo Tue Nov 05 07:46:47 2019 +0000
@@ -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