Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 23:38:56 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: b596c70410b8 - main - devel/pylint: Update to 2.14.0
Message-ID:  <202206032338.253NcueU078754@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=b596c70410b88b34143f4fe9ae52251fa4317f8b

commit b596c70410b88b34143f4fe9ae52251fa4317f8b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 23:21:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 23:36:29 +0000

    devel/pylint: Update to 2.14.0
    
    Changes:        https://github.com/PyCQA/pylint/releases
---
 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 339d4514fee8..ecfa0f213bf8 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -1,7 +1,7 @@
 # Created by: Hye-Shik Chang
 
 PORTNAME=	pylint
-PORTVERSION=	2.13.9
+PORTVERSION=	2.14.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.11.5<2.12.0:devel/py-astroid@${PY
 		${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} \
-		${PYTHON_PKGNAMEPREFIX}toml>=0.9.2:textproc/py-toml@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tomlkit>=0.10.1:textproc/py-tomlkit@${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 981509995380..e97d22543265 100644
--- a/devel/pylint/distinfo
+++ b/devel/pylint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652548168
-SHA256 (pylint-2.13.9.tar.gz) = 095567c96e19e6f57b5b907e67d265ff535e588fe26b12b5ebe1fc5645b2c731
-SIZE (pylint-2.13.9.tar.gz) = 360270
+TIMESTAMP = 1654275829
+SHA256 (pylint-2.14.0.tar.gz) = 10d291ea5133645f73fc1b51ca137ad6531223c1461a5632a1db029a9bc033b5
+SIZE (pylint-2.14.0.tar.gz) = 391209



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