git: adada3effc53 - main - devel/pylint: Update to 3.2.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jul 2024 11:48:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=adada3effc5359d4678116d9ee19658efdbdcbd9 commit adada3effc5359d4678116d9ee19658efdbdcbd9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-24 11:44:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-24 11:44:14 +0000 devel/pylint: Update to 3.2.6 Changes: https://github.com/pylint-dev/pylint/releases https://pylint.readthedocs.io/en/latest/whatsnew/3/ --- devel/pylint/Makefile | 4 ++-- devel/pylint/distinfo | 6 +++--- devel/pylint/files/patch-pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index 9407739677ca..a2a2a94315f8 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,5 +1,5 @@ PORTNAME= pylint -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.6 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.2.2<3.3.0_99:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=3.2.4<3.3.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 b3c0ab4f12be..8327d1bebb24 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720022686 -SHA256 (pylint-3.2.5.tar.gz) = e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e -SIZE (pylint-3.2.5.tar.gz) = 1508793 +TIMESTAMP = 1721710226 +SHA256 (pylint-3.2.6.tar.gz) = a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3 +SIZE (pylint-3.2.6.tar.gz) = 1510167 diff --git a/devel/pylint/files/patch-pyproject.toml b/devel/pylint/files/patch-pyproject.toml index 75e0833a1a2f..c495c8132886 100644 --- a/devel/pylint/files/patch-pyproject.toml +++ b/devel/pylint/files/patch-pyproject.toml @@ -2,7 +2,7 @@ +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] --requires = ["setuptools>=66.1"] +-requires = ["setuptools>=71.0.4"] +requires = ["setuptools>=62.6"] build-backend = "setuptools.build_meta"