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.9
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a00761ed6b2
branches: trunk
changeset: 332907:5a00761ed6b2
user: adam <adam%pkgsrc.org@localhost>
date: Sat Apr 27 09:35:29 2019 +0000
description:
py-pylint-django: updated to 2.0.9
Version 2.0.9:
- Fix UnboundLocalError: local variable 'key_cls' referenced before assignment
for cases when models is a python package, the to argument is a string
that is used in this pattern app.Model and also there is some other
bool const like null=True right after to.
- Don't crash if ForeignKey field doesn't have keyword arguments
diffstat:
www/py-pylint-django/Makefile | 4 ++--
www/py-pylint-django/PLIST | 17 ++++++++++++++++-
www/py-pylint-django/distinfo | 10 +++++-----
3 files changed, 23 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r 1de4a3649a94 -r 5a00761ed6b2 www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile Sat Apr 27 09:33:07 2019 +0000
+++ b/www/py-pylint-django/Makefile Sat Apr 27 09:35:29 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/04/25 05:14:13 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/04/27 09:35:29 adam Exp $
-DISTNAME= pylint-django-2.0.8
+DISTNAME= pylint-django-2.0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-django/}
diff -r 1de4a3649a94 -r 5a00761ed6b2 www/py-pylint-django/PLIST
--- a/www/py-pylint-django/PLIST Sat Apr 27 09:33:07 2019 +0000
+++ b/www/py-pylint-django/PLIST Sat Apr 27 09:35:29 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/11/27 16:22:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/04/27 09:35:29 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -94,6 +94,12 @@
${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_ids.py
${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_ids.pyc
${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_ids.pyo
+${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_key_cls_unbound.py
+${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_key_cls_unbound.pyc
+${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_key_cls_unbound.pyo
+${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_package.py
+${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_package.pyc
+${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_package.pyo
${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_sets.py
${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_sets.pyc
${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_sets.pyo
@@ -109,6 +115,9 @@
${PYSITELIB}/pylint_django/tests/input/func_noerror_formview_ancestors.py
${PYSITELIB}/pylint_django/tests/input/func_noerror_formview_ancestors.pyc
${PYSITELIB}/pylint_django/tests/input/func_noerror_formview_ancestors.pyo
+${PYSITELIB}/pylint_django/tests/input/func_noerror_generic_foreign_key.py
+${PYSITELIB}/pylint_django/tests/input/func_noerror_generic_foreign_key.pyc
+${PYSITELIB}/pylint_django/tests/input/func_noerror_generic_foreign_key.pyo
${PYSITELIB}/pylint_django/tests/input/func_noerror_ignore_meta_subclass.py
${PYSITELIB}/pylint_django/tests/input/func_noerror_ignore_meta_subclass.pyc
${PYSITELIB}/pylint_django/tests/input/func_noerror_ignore_meta_subclass.pyo
@@ -179,6 +188,12 @@
${PYSITELIB}/pylint_django/tests/input/migrations/__init__.py
${PYSITELIB}/pylint_django/tests/input/migrations/__init__.pyc
${PYSITELIB}/pylint_django/tests/input/migrations/__init__.pyo
+${PYSITELIB}/pylint_django/tests/input/models/__init__.py
+${PYSITELIB}/pylint_django/tests/input/models/__init__.pyc
+${PYSITELIB}/pylint_django/tests/input/models/__init__.pyo
+${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/test_func.py
${PYSITELIB}/pylint_django/tests/test_func.pyc
${PYSITELIB}/pylint_django/tests/test_func.pyo
diff -r 1de4a3649a94 -r 5a00761ed6b2 www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo Sat Apr 27 09:33:07 2019 +0000
+++ b/www/py-pylint-django/distinfo Sat Apr 27 09:35:29 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/04/25 05:14:13 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/04/27 09:35:29 adam Exp $
-SHA1 (pylint-django-2.0.8.tar.gz) = b754b3b6ecdd2843179f1c130f9452d755ce77f2
-RMD160 (pylint-django-2.0.8.tar.gz) = ba03b0acdd95205c8ab288f2cdf212c09c40ed69
-SHA512 (pylint-django-2.0.8.tar.gz) = 7bcfb69551729e856f3b1abac5c911687e73499cdab8d786c40c2739950237df7439a8053a318acfa478fb47ca4db28fc6cf132cf90ccec85b72f02d7c71b408
-Size (pylint-django-2.0.8.tar.gz) = 46611 bytes
+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
Home |
Main Index |
Thread Index |
Old Index