Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2026 14:47:58 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b6277e6d819e - main - devel/pylint: Update to 4.0.5
Message-ID:  <69b2d21e.3954e.56c28fb6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6277e6d819e182da28dfa83ca2ca771d45bc6d9

commit b6277e6d819e182da28dfa83ca2ca771d45bc6d9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-12 14:17:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-12 14:46:53 +0000

    devel/pylint: Update to 4.0.5
    
    Changes:        https://github.com/pylint-dev/pylint/releases
                    https://pylint.readthedocs.io/en/latest/whatsnew/4/
---
 devel/pylint/Makefile | 4 ++--
 devel/pylint/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index 4cd5b535938c..993d76f33d6e 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pylint
-PORTVERSION=	4.0.4
+PORTVERSION=	4.0.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/pylint-dev/pylint/releases/download/v${PORTVERSION}/
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=62.6:devel/py-setuptools@${PY_
 		${PYTHON_PKGNAMEPREFIX}wheel>=0.37.1:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=4.0.2<4.1_99:devel/py-astroid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dill>=0.3.7:devel/py-dill@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}isort>=5<8:devel/py-isort@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}isort>=5<9:devel/py-isort@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0.6<0.8:devel/py-mccabe@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=2.2:devel/py-platformdirs@${PY_FLAVOR} \
 		${PY_TOMLI} \
diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo
index 0cf5c41a10d3..90bd898cf06e 100644
--- a/devel/pylint/distinfo
+++ b/devel/pylint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765032660
-SHA256 (pylint-4.0.4.tar.gz) = d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2
-SIZE (pylint-4.0.4.tar.gz) = 1571735
+TIMESTAMP = 1773152809
+SHA256 (pylint-4.0.5.tar.gz) = 8cd6a618df75deb013bd7eb98327a95f02a6fb839205a6bbf5456ef96afb317c
+SIZE (pylint-4.0.5.tar.gz) = 1572474


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b2d21e.3954e.56c28fb6>