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:           Thu Jan  7 22:03:13 UTC 2021

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

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

Version 2.4.0
- Allowed configuration of the Django settings module to be used via a
  commandline argument
- If Django settings are not specified via a commandline argument or environment
  variable, an error is issued but defaults are loaded from Django, removing the
  fatal error behaviour.
- Fixed tests to work with pylint>2.6
- Fixed ``AttributeError: 'Subscript' object has no attribute 'name'`` error.
- Pin Faker version to Prevent Asteroid Crash
- Remove Python 3.5 Support (EOL since Sept 2020 and Faker requires 3.6 anyway)
- Fixed reverse manager ``update_or_create`` calls


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-pylint-django/Makefile \
    pkgsrc/www/py-pylint-django/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-pylint-django/PLIST

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.27 pkgsrc/www/py-pylint-django/Makefile:1.28
--- pkgsrc/www/py-pylint-django/Makefile:1.27   Fri Aug  7 08:20:08 2020
+++ pkgsrc/www/py-pylint-django/Makefile        Thu Jan  7 22:03:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/08/07 08:20:08 adam Exp $
+# $NetBSD: Makefile,v 1.28 2021/01/07 22:03:13 adam Exp $
 
-DISTNAME=      pylint-django-2.3.0
+DISTNAME=      pylint-django-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-django/}
Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.27 pkgsrc/www/py-pylint-django/distinfo:1.28
--- pkgsrc/www/py-pylint-django/distinfo:1.27   Thu Aug 27 12:25:00 2020
+++ pkgsrc/www/py-pylint-django/distinfo        Thu Jan  7 22:03:13 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2020/08/27 12:25:00 joerg Exp $
+$NetBSD: distinfo,v 1.28 2021/01/07 22:03:13 adam Exp $
 
-SHA1 (pylint-django-2.3.0.tar.gz) = f2f475ada50992015eb23c1475c8434745ecaa0f
-RMD160 (pylint-django-2.3.0.tar.gz) = ee4da89b7f08297bb8f6c8cf07d8831669dca78c
-SHA512 (pylint-django-2.3.0.tar.gz) = 09ef4cd33b56d88f193fe2ec449a8c8a368cd8f0b1ef6f84e1e4b393de511f53dcbaec92e0f4e5ffdc3e22a77cbca08d43decedfcb8f8d701fccdb3e0f4f3328
-Size (pylint-django-2.3.0.tar.gz) = 55673 bytes
+SHA1 (pylint-django-2.4.0.tar.gz) = a6bb400640d8ab934de483e7532f4d00c210cf4b
+RMD160 (pylint-django-2.4.0.tar.gz) = baa321a80caa99894c6059ed57cec9e76253a819
+SHA512 (pylint-django-2.4.0.tar.gz) = 658dfc11d49d2806d443b1600d383cc978604b25b6f242909b6a263f1f7930f4e26e6e0b4d6dcdb98217d0bd347f355969ce9ba10d9e7d7a513a7a3981406302
+Size (pylint-django-2.4.0.tar.gz) = 60054 bytes
 SHA1 (patch-setup.py) = d03071292db59f9f0f9e0e1500d76e90aef29b84

Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.16 pkgsrc/www/py-pylint-django/PLIST:1.17
--- pkgsrc/www/py-pylint-django/PLIST:1.16      Mon Jul 27 13:45:59 2020
+++ pkgsrc/www/py-pylint-django/PLIST   Thu Jan  7 22:03:13 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2020/07/27 13:45:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2021/01/07 22:03:13 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -23,6 +23,9 @@ ${PYSITELIB}/pylint_django/checkers/auth
 ${PYSITELIB}/pylint_django/checkers/django_installed.py
 ${PYSITELIB}/pylint_django/checkers/django_installed.pyc
 ${PYSITELIB}/pylint_django/checkers/django_installed.pyo
+${PYSITELIB}/pylint_django/checkers/foreign_key_strings.py
+${PYSITELIB}/pylint_django/checkers/foreign_key_strings.pyc
+${PYSITELIB}/pylint_django/checkers/foreign_key_strings.pyo
 ${PYSITELIB}/pylint_django/checkers/forms.py
 ${PYSITELIB}/pylint_django/checkers/forms.pyc
 ${PYSITELIB}/pylint_django/checkers/forms.pyo



Home | Main Index | Thread Index | Old Index