Date: Tue, 6 Jul 2021 15:04:43 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: 97c0b4fb3a30 - main - devel/pylint: Update to 2.9.3 Message-ID: <202107061504.166F4hun019617@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=97c0b4fb3a3035b0eeced963b6e0c588524e8d09 commit 97c0b4fb3a3035b0eeced963b6e0c588524e8d09 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 14:55:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 14:55:28 +0000 devel/pylint: Update to 2.9.3 Changes: https://github.com/PyCQA/pylint/releases https://github.com/PyCQA/pylint/blob/main/ChangeLog --- devel/pylint/Makefile | 4 ++-- devel/pylint/distinfo | 6 +++--- devel/pylint/files/patch-setup.cfg | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index 6cf7d4c2773b..92283a8911e8 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,7 +1,7 @@ # Created by: Hye-Shik Chang PORTNAME= pylint -PORTVERSION= 2.8.3 +PORTVERSION= 2.9.3 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.5.8<2.7:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.6.2<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 198a20e8b169..8fd86741844c 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622213990 -SHA256 (pylint-2.8.3.tar.gz) = 0a049c5d47b629d9070c3932d13bff482b12119b6a241a93bc460b0be16953c8 -SIZE (pylint-2.8.3.tar.gz) = 745073 +TIMESTAMP = 1625323519 +SHA256 (pylint-2.9.3.tar.gz) = 23a1dc8b30459d78e9ff25942c61bb936108ccbe29dd9e71c01dc8274961709a +SIZE (pylint-2.9.3.tar.gz) = 314663 diff --git a/devel/pylint/files/patch-setup.cfg b/devel/pylint/files/patch-setup.cfg deleted file mode 100644 index 95c8896417f0..000000000000 --- a/devel/pylint/files/patch-setup.cfg +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.cfg.orig 2021-05-31 19:00:00 UTC -+++ setup.cfg -@@ -41,7 +41,7 @@ project_urls = - [options] - packages = find: - install_requires = -- astroid==2.5.6 -+ astroid>=2.5.8<2.7 - isort>=4.2.5,<6 - mccabe>=0.6,<0.7 - toml>=0.7.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061504.166F4hun019617>