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 Oct 22 11:41:48 UTC 2024

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

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

Version 2.6.1

NOTICE

We dropped support for Python 3.7, 3.8, and for pylint below 3.0.

Bugfixes

Added Django aliases for ranges to support psycopg 2 and 3
Support for Python 3.12 datetime
Fixed location of installed LICENSE file
Fixed ForeignKeyStringChecker referencing linter config incorrectly

Other

CI now tests against Django 5.1


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-pylint-django/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-pylint-django/PLIST
cvs rdiff -u -r1.37 -r1.38 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.36 pkgsrc/www/py-pylint-django/Makefile:1.37
--- pkgsrc/www/py-pylint-django/Makefile:1.36   Sat Oct 28 19:57:25 2023
+++ pkgsrc/www/py-pylint-django/Makefile        Tue Oct 22 11:41:48 2024
@@ -1,23 +1,20 @@
-# $NetBSD: Makefile,v 1.36 2023/10/28 19:57:25 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2024/10/22 11:41:48 adam Exp $
 
-DISTNAME=      pylint_django-2.5.5
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
+DISTNAME=      pylint-django-2.6.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-django/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/landscapeio/pylint-django
+HOMEPAGE=      https://github.com/pylint-dev/pylint-django
 COMMENT=       Pylint plugin to aid Pylint in recognising the Django framework
 LICENSE=       gnu-gpl-v2
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
-DEPENDS+=      ${PYPKGPREFIX}-pylint>=2.0.0:../../devel/py-pylint
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-pylint>=3.0:../../devel/py-pylint
 DEPENDS+=      ${PYPKGPREFIX}-pylint-plugin-utils>=0.8:../../devel/py-pylint-plugin-utils
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.20 pkgsrc/www/py-pylint-django/PLIST:1.21
--- pkgsrc/www/py-pylint-django/PLIST:1.20      Sat Oct 28 19:57:25 2023
+++ pkgsrc/www/py-pylint-django/PLIST   Tue Oct 22 11:41:48 2024
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.20 2023/10/28 19:57:25 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.21 2024/10/22 11:41:48 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/pylint_django/LICENSE
 ${PYSITELIB}/pylint_django/__init__.py
 ${PYSITELIB}/pylint_django/__init__.pyc
 ${PYSITELIB}/pylint_django/__init__.pyo

Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.37 pkgsrc/www/py-pylint-django/distinfo:1.38
--- pkgsrc/www/py-pylint-django/distinfo:1.37   Tue Oct 24 14:52:36 2023
+++ pkgsrc/www/py-pylint-django/distinfo        Tue Oct 22 11:41:48 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.37 2023/10/24 14:52:36 adam Exp $
+$NetBSD: distinfo,v 1.38 2024/10/22 11:41:48 adam Exp $
 
-BLAKE2s (pylint_django-2.5.5.tar.gz) = b547a0bbaeef4d70f50ee818850713f88074bde87b8c888ea82d59fda1e11582
-SHA512 (pylint_django-2.5.5.tar.gz) = 8f3df1f0a7067c6b911588217b894f7026904276be62a6e385ae2834f12979f21c1a1e0fe1e5bebf6dd1acf285276716d161f60e7792cb12c242adfe93a02dbe
-Size (pylint_django-2.5.5.tar.gz) = 38135 bytes
-SHA1 (patch-pyproject.toml) = cd6cc4f5651ac9d21ad7e22b4ca6eb7039e83e0b
+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



Home | Main Index | Thread Index | Old Index