Date: Tue, 26 Apr 2022 15:04:19 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: fac720575b2e - main - devel/pylint: Update to 2.13.7 Message-ID: <202204261504.23QF4JYl037505@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=fac720575b2e7101cb806f638aefabf14c49df26 commit fac720575b2e7101cb806f638aefabf14c49df26 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-26 14:51:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-26 15:01:13 +0000 devel/pylint: Update to 2.13.7 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 c1dc9d55ed90..379cb0f5518c 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,7 +1,7 @@ # Created by: Hye-Shik Chang PORTNAME= pylint -PORTVERSION= 2.13.5 +PORTVERSION= 2.13.7 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.11.2<2.12.0:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.11.3<2.12.0:devel/py-astroid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dill>=0.2: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 a9ae0bf5c4e1..cd635ceb1010 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650228676 -SHA256 (pylint-2.13.5.tar.gz) = dab221658368c7a05242e673c275c488670144123f4bd262b2777249c1c0de9b -SIZE (pylint-2.13.5.tar.gz) = 359423 +TIMESTAMP = 1650970041 +SHA256 (pylint-2.13.7.tar.gz) = 911d3a97c808f7554643bcc5416028cfdc42eae34ed129b150741888c688d5d5 +SIZE (pylint-2.13.7.tar.gz) = 359826
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204261504.23QF4JYl037505>