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.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cca4e650d2b2
branches:  trunk
changeset: 444439:cca4e650d2b2
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 07 22:03:13 2021 +0000

description:
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

diffstat:

 www/py-pylint-django/Makefile |   4 ++--
 www/py-pylint-django/PLIST    |   5 ++++-
 www/py-pylint-django/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 60580fa9e4c9 -r cca4e650d2b2 www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile     Thu Jan 07 22:00:29 2021 +0000
+++ b/www/py-pylint-django/Makefile     Thu Jan 07 22:03:13 2021 +0000
@@ -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/}
diff -r 60580fa9e4c9 -r cca4e650d2b2 www/py-pylint-django/PLIST
--- a/www/py-pylint-django/PLIST        Thu Jan 07 22:00:29 2021 +0000
+++ b/www/py-pylint-django/PLIST        Thu Jan 07 22:03:13 2021 +0000
@@ -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/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
diff -r 60580fa9e4c9 -r cca4e650d2b2 www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo     Thu Jan 07 22:00:29 2021 +0000
+++ b/www/py-pylint-django/distinfo     Thu Jan 07 22:03:13 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index