Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:10:14 GMT
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: 77be2c4a3e53 - main - devel/pylint: Update to 3.1.0
Message-ID:  <202403091410.429EAEf4000618@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 77be2c4a3e53026e992c78ad52843b54f0083af2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:44:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:05:22 +0000

    devel/pylint: Update to 3.1.0
    
    Changes:        https://github.com/pylint-dev/pylint/releases
                    https://pylint.readthedocs.io/en/latest/whatsnew/3/
---
 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 4c8989f3605b..557dd369aedd 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pylint
-PORTVERSION=	3.0.3
+PORTVERSION=	3.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=62.6:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0.37.1:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=3.0.1<3.1.0_99:devel/py-astroid@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=3.1.0<3.2.0_99:devel/py-astroid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dill>=0.3.7:devel/py-dill@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>=4.2.5<6:devel/py-isort@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0.6<0.8:devel/py-mccabe@${PY_FLAVOR} \
diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo
index af8b3b2594f4..53b0df5c2190 100644
--- a/devel/pylint/distinfo
+++ b/devel/pylint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708448914
-SHA256 (pylint-3.0.3.tar.gz) = 58c2398b0301e049609a8429789ec6edf3aabe9b6c5fec916acd18639c16de8b
-SIZE (pylint-3.0.3.tar.gz) = 441807
+TIMESTAMP = 1709390376
+SHA256 (pylint-3.1.0.tar.gz) = 6a69beb4a6f63debebaab0a3477ecd0f559aa726af4954fc948c51f7a2549e23
+SIZE (pylint-3.1.0.tar.gz) = 1494465



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091410.429EAEf4000618>