Date: Tue, 21 Sep 2021 03:49:00 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: 166bed99603d - main - devel/pylint: Update to 2.10.2 Message-ID: <202109210349.18L3n0WA017531@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=166bed99603d704eccd23ca10b8fd4b6c5dbabcd commit 166bed99603d704eccd23ca10b8fd4b6c5dbabcd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 03:06:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 03:35:13 +0000 devel/pylint: Update to 2.10.2 Changes: https://github.com/PyCQA/pylint/releases https://github.com/PyCQA/pylint/blob/main/ChangeLog --- devel/pylint/Makefile | 5 +++-- devel/pylint/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index 6dee059afd44..215507c3401d 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,7 +1,7 @@ # Created by: Hye-Shik Chang PORTNAME= pylint -PORTVERSION= 2.9.6 +PORTVERSION= 2.10.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -13,9 +13,10 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.6.5<2.7:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.7.2<2.8:devel/py-astroid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>=4.2.5<6:devel/py-isort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mccabe>=0.6<0.7:devel/py-mccabe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}platformdirs>=2.2.0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0.7.1:textproc/py-toml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo index 413bed5ecd48..d48d15dcef6a 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103034 -SHA256 (pylint-2.9.6.tar.gz) = 8b838c8983ee1904b2de66cce9d0b96649a91901350e956d78f289c3bc87b48e -SIZE (pylint-2.9.6.tar.gz) = 317360 +TIMESTAMP = 1632036858 +SHA256 (pylint-2.10.2.tar.gz) = 6758cce3ddbab60c52b57dcc07f0c5d779e5daf0cf50f6faacbef1d3ea62d2a1 +SIZE (pylint-2.10.2.tar.gz) = 331067
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109210349.18L3n0WA017531>