Date: Tue, 31 Dec 2024 16:00:41 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: 31b6d55cccc0 - main - devel/pylint: Update to 3.3.3 Message-ID: <202412311600.4BVG0fFo082097@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=31b6d55cccc0f4b9180891c03d6bb6ae382540cc commit 31b6d55cccc0f4b9180891c03d6bb6ae382540cc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 15:46:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 15:46:54 +0000 devel/pylint: Update to 3.3.3 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 f7fbe55ff644..857594640f52 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,5 +1,5 @@ PORTNAME= pylint -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 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.3.5<3.4.0:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=3.3.8<3.4.0: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 effb551d5fb5..e5492992fa38 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888048 -SHA256 (pylint-3.3.2.tar.gz) = 9ec054ec992cd05ad30a6df1676229739a73f8feeabf3912c995d17601052b01 -SIZE (pylint-3.3.2.tar.gz) = 1516485 +TIMESTAMP = 1735227798 +SHA256 (pylint-3.3.3.tar.gz) = 07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a +SIZE (pylint-3.3.3.tar.gz) = 1516550
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311600.4BVG0fFo082097>