From owner-dev-commits-ports-main@freebsd.org Sat May 1 22:21:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F03163A801; Sat, 1 May 2021 22:21:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FXkHM3Pqhz3Dh0; Sat, 1 May 2021 22:21:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 626011F4F0; Sat, 1 May 2021 22:21:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 141MLpq0079844; Sat, 1 May 2021 22:21:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 141MLph4079843; Sat, 1 May 2021 22:21:51 GMT (envelope-from git) Date: Sat, 1 May 2021 22:21:51 GMT Message-Id: <202105012221.141MLph4079843@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 91f2469c9b2b - main - devel/pylint: Update to 2.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 91f2469c9b2b43ddb64c58df41ae0945f7d322a0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2021 22:21:51 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=91f2469c9b2b43ddb64c58df41ae0945f7d322a0 commit 91f2469c9b2b43ddb64c58df41ae0945f7d322a0 Author: Po-Chuan Hsieh AuthorDate: 2021-05-01 22:13:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-01 22:19:07 +0000 devel/pylint: Update to 2.8.1 Changes: https://github.com/PyCQA/pylint/blob/master/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 5be0c486071f..25407cb88de9 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,7 +1,7 @@ # Created by: Hye-Shik Chang PORTNAME= pylint -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -12,7 +12,7 @@ COMMENT= Analyzes python source code looking for bugs and signs of poor quality LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.5.2<2.7:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.5.6<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 9528adcc0d48..48527694024d 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619569411 -SHA256 (pylint-2.8.0.tar.gz) = 082a6d461b54f90eea49ca90fff4ee8b6e45e8029e5dbd72f6107ef84f3779c0 -SIZE (pylint-2.8.0.tar.gz) = 298586 +TIMESTAMP = 1619725317 +SHA256 (pylint-2.8.1.tar.gz) = ad1bff19c46bfc6d2aeba4de5f76570d253df4915d2043ba61dc6a96233c4bd6 +SIZE (pylint-2.8.1.tar.gz) = 298656