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 Aug 11 09:47:47 UTC 2026
Modified Files:
pkgsrc/www/py-pylint-django: Makefile PLIST distinfo
Log Message:
py-pylint-django: updated to 2.8.0
2.8.0
New checks
Added format-html-interpolation (W5150) and mark-safe-interpolation (W5151) checks which warn when the format string of format_html() / format_html_join() or the argument of mark_safe() is built with
an f-string, str.format(), %-formatting or + concatenation. Such values bypass Django's HTML escaping; pass them as arguments instead.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/py-pylint-django/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-pylint-django/PLIST
cvs rdiff -u -r1.38 -r1.39 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.37 pkgsrc/www/py-pylint-django/Makefile:1.38
--- pkgsrc/www/py-pylint-django/Makefile:1.37 Tue Oct 22 11:41:48 2024
+++ pkgsrc/www/py-pylint-django/Makefile Tue Aug 11 09:47:47 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2024/10/22 11:41:48 adam Exp $
+# $NetBSD: Makefile,v 1.38 2026/08/11 09:47:47 adam Exp $
-DISTNAME= pylint-django-2.6.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= pylint_django-2.8.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-django/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pylint-dev/
COMMENT= Pylint plugin to aid Pylint in recognising the Django framework
LICENSE= gnu-gpl-v2
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1:../../devel/py-poetry-core
DEPENDS+= ${PYPKGPREFIX}-pylint>=3.0:../../devel/py-pylint
DEPENDS+= ${PYPKGPREFIX}-pylint-plugin-utils>=0.8:../../devel/py-pylint-plugin-utils
Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.21 pkgsrc/www/py-pylint-django/PLIST:1.22
--- pkgsrc/www/py-pylint-django/PLIST:1.21 Tue Oct 22 11:41:48 2024
+++ pkgsrc/www/py-pylint-django/PLIST Tue Aug 11 09:47:47 2026
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.21 2024/10/22 11:41:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2026/08/11 09:47:47 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/pylint_django/LICENSE
${PYSITELIB}/pylint_django/__init__.py
${PYSITELIB}/pylint_django/__init__.pyc
@@ -24,6 +25,9 @@ ${PYSITELIB}/pylint_django/checkers/djan
${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/format_html.py
+${PYSITELIB}/pylint_django/checkers/format_html.pyc
+${PYSITELIB}/pylint_django/checkers/format_html.pyo
${PYSITELIB}/pylint_django/checkers/forms.py
${PYSITELIB}/pylint_django/checkers/forms.pyc
${PYSITELIB}/pylint_django/checkers/forms.pyo
Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.38 pkgsrc/www/py-pylint-django/distinfo:1.39
--- pkgsrc/www/py-pylint-django/distinfo:1.38 Tue Oct 22 11:41:48 2024
+++ pkgsrc/www/py-pylint-django/distinfo Tue Aug 11 09:47:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2024/10/22 11:41:48 adam Exp $
+$NetBSD: distinfo,v 1.39 2026/08/11 09:47:47 adam Exp $
-BLAKE2s (pylint-django-2.6.1.tar.gz) = e50a0285365901674b2ede88aa12559e3e7adaa77e0a93a971e75b3845a218fb
-SHA512 (pylint-django-2.6.1.tar.gz) = e792f19afae66d61aabb8684dbaa51759f678c3e65f151b046f6aefb33b8e1b5ddffc18fffb05c576b1ae84a13c92034294ee99f1583a1ea16fce98f346b45cb
-Size (pylint-django-2.6.1.tar.gz) = 31970 bytes
+BLAKE2s (pylint_django-2.8.0.tar.gz) = a256933bcc1f32641c802ee3b6420fef1c790b2188a3a6599c4a6e3d8c86f49e
+SHA512 (pylint_django-2.8.0.tar.gz) = 9795c69b847046271bf47d88adeebed8722f18ea8a4d480b71e0899844fd28ca8623d93be0420277df51df8bdba64d7e4b44bbf41e496e431e03ef8e5eb12a22
+Size (pylint_django-2.8.0.tar.gz) = 32038 bytes
Home |
Main Index |
Thread Index |
Old Index