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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87631719ecdc
branches:  trunk
changeset: 450299:87631719ecdc
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 13 16:35:36 2021 +0000

description:
py-pylint-django: updated to 2.4.3

Version 2.4.3 (09 Apr 2021)
---------------------------

- Start testing with Django 3.2 on Python 3.9 (Michael K.)
- Teach pylint-django about all HTTP methods from the View class, not only
  ``get`` and ``post`` (Nicolás Quiroz)
- Typo fixes for
  `<https://github.com/PyCQA/pylint-django/issues/314>`_ (John Sandall)
- Ignore ``unused-argument`` for ``*args``, ``**kwards`` in view method signatures

diffstat:

 www/py-pylint-django/Makefile |   4 ++--
 www/py-pylint-django/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r dd561a9b8fee -r 87631719ecdc www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile     Tue Apr 13 16:32:09 2021 +0000
+++ b/www/py-pylint-django/Makefile     Tue Apr 13 16:35:36 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/01/11 07:28:06 adam Exp $
+# $NetBSD: Makefile,v 1.31 2021/04/13 16:35:36 adam Exp $
 
-DISTNAME=      pylint-django-2.4.2
+DISTNAME=      pylint-django-2.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-django/}
diff -r dd561a9b8fee -r 87631719ecdc www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo     Tue Apr 13 16:32:09 2021 +0000
+++ b/www/py-pylint-django/distinfo     Tue Apr 13 16:35:36 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.30 2021/01/11 07:28:06 adam Exp $
+$NetBSD: distinfo,v 1.31 2021/04/13 16:35:36 adam Exp $
 
-SHA1 (pylint-django-2.4.2.tar.gz) = cb58c01e48dfb6f871b46871ef60292ed24d7b8c
-RMD160 (pylint-django-2.4.2.tar.gz) = 0620ecaded619d8b58bbfe7e415bf573870e9687
-SHA512 (pylint-django-2.4.2.tar.gz) = 84e0a595642ab67d8e7fd09182bff33a6460afbd3cc75af9b1f0ec644978dff14f297bc284deca36d217e4e1ff60b3cf35996575e3eb5af763f4d143fd05e0d8
-Size (pylint-django-2.4.2.tar.gz) = 60874 bytes
+SHA1 (pylint-django-2.4.3.tar.gz) = d522b951a5909f105792554202dd4d87d7885482
+RMD160 (pylint-django-2.4.3.tar.gz) = cd862d039004af6517c2b523046b55d402164c85
+SHA512 (pylint-django-2.4.3.tar.gz) = a901aa814e906d52cec75ea814aae02e22402fe3f8be0fa4c0dd868ab4eef7278dd5e4300cea4732a3864757b946f7c8ab04e42325f2257c5d8d22e8b949f82d
+Size (pylint-django-2.4.3.tar.gz) = 66818 bytes
 SHA1 (patch-setup.py) = d03071292db59f9f0f9e0e1500d76e90aef29b84



Home | Main Index | Thread Index | Old Index