Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 13:39:49 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: e59d305b0dd4 - main - devel/pylint: Update to 2.17.0
Message-ID:  <202304091339.339Ddn0P081184@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=e59d305b0dd473666516afb1c4ed38c5ea6fd57b

commit e59d305b0dd473666516afb1c4ed38c5ea6fd57b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:29:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:34 +0000

    devel/pylint: Update to 2.17.0
    
    Changes:        https://github.com/PyCQA/pylint/releases
---
 devel/pylint/Makefile | 5 ++---
 devel/pylint/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index 4687448f80ff..f2a9e2180661 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pylint
-PORTVERSION=	2.15.10
-PORTREVISION=	1
+PORTVERSION=	2.17.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -15,7 +14,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>=2.12.13<2.14.0_99:devel/py-astroid@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.15.0<2.17.0_99:devel/py-astroid@${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} \
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=2.2.0:devel/py-platformdirs@${PY_FLAVOR} \
diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo
index 77e43d886bbd..0240805d5824 100644
--- a/devel/pylint/distinfo
+++ b/devel/pylint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675190931
-SHA256 (pylint-2.15.10.tar.gz) = b3dc5ef7d33858f297ac0d06cc73862f01e4f2e74025ec3eff347ce0bc60baf5
-SIZE (pylint-2.15.10.tar.gz) = 411656
+TIMESTAMP = 1680726034
+SHA256 (pylint-2.17.0.tar.gz) = 1460829b6397cb5eb0cdb0b4fc4b556348e515cdca32115f74a1eb7c20b896b4
+SIZE (pylint-2.17.0.tar.gz) = 433035



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091339.339Ddn0P081184>