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: Tue Apr 13 16:35:36 UTC 2021
Modified Files:
pkgsrc/www/py-pylint-django: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-pylint-django/Makefile \
pkgsrc/www/py-pylint-django/distinfo
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.30 pkgsrc/www/py-pylint-django/Makefile:1.31
--- pkgsrc/www/py-pylint-django/Makefile:1.30 Mon Jan 11 07:28:06 2021
+++ pkgsrc/www/py-pylint-django/Makefile Tue Apr 13 16:35:36 2021
@@ -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/}
Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.30 pkgsrc/www/py-pylint-django/distinfo:1.31
--- pkgsrc/www/py-pylint-django/distinfo:1.30 Mon Jan 11 07:28:06 2021
+++ pkgsrc/www/py-pylint-django/distinfo Tue Apr 13 16:35:36 2021
@@ -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