Date: Wed, 21 Jul 2021 21:14:34 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: 139fe1de96c7 - main - devel/pylint: Update to 2.9.4 Message-ID: <202107212114.16LLEYEv087077@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=139fe1de96c7af65b65b9baac3d847f49184d12a commit 139fe1de96c7af65b65b9baac3d847f49184d12a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-21 21:12:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-21 21:12:50 +0000 devel/pylint: Update to 2.9.4 Changes: https://github.com/PyCQA/pylint/releases https://github.com/PyCQA/pylint/blob/main/ChangeLog --- 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 92283a8911e8..f98c85f5580d 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,7 +1,7 @@ # Created by: Hye-Shik Chang PORTNAME= pylint -PORTVERSION= 2.9.3 +PORTVERSION= 2.9.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -13,7 +13,7 @@ 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.2<2.7:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.6.4<2.7: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}toml>=0.7.1:textproc/py-toml@${PY_FLAVOR} diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo index 8fd86741844c..fc36cadd0cec 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625323519 -SHA256 (pylint-2.9.3.tar.gz) = 23a1dc8b30459d78e9ff25942c61bb936108ccbe29dd9e71c01dc8274961709a -SIZE (pylint-2.9.3.tar.gz) = 314663 +TIMESTAMP = 1626891026 +SHA256 (pylint-2.9.4.tar.gz) = a622c4c4c79dc8fe5e784efccacec3afe9d5e5ffab5fda2264fb5afa7c9b5797 +SIZE (pylint-2.9.4.tar.gz) = 317278
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107212114.16LLEYEv087077>