From owner-svn-ports-all@freebsd.org Wed Jan 24 18:44:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B57B5EBDBF5; Wed, 24 Jan 2018 18:44:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33BFC6F811; Wed, 24 Jan 2018 18:44:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 08F6921759; Wed, 24 Jan 2018 18:44:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0OIioS6089005; Wed, 24 Jan 2018 18:44:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0OIio9H089002; Wed, 24 Jan 2018 18:44:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801241844.w0OIio9H089002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 24 Jan 2018 18:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459854 - head/devel/pylint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pylint X-SVN-Commit-Revision: 459854 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jan 2018 18:44:52 -0000 Author: sunpoet Date: Wed Jan 24 18:44:50 2018 New Revision: 459854 URL: https://svnweb.freebsd.org/changeset/ports/459854 Log: Update to 1.8.2 Changes: https://github.com/PyCQA/pylint/blob/1.8/ChangeLog Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo head/devel/pylint/pkg-plist Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Wed Jan 24 18:44:44 2018 (r459853) +++ head/devel/pylint/Makefile Wed Jan 24 18:44:50 2018 (r459854) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Wed Jan 24 18:44:44 2018 (r459853) +++ head/devel/pylint/distinfo Wed Jan 24 18:44:50 2018 (r459854) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513511585 -SHA256 (pylint-1.8.1.tar.gz) = 3035e44e37cd09919e9edad5573af01d7c6b9c52a0ebb4781185ae7ab690458b -SIZE (pylint-1.8.1.tar.gz) = 528240 +TIMESTAMP = 1516794974 +SHA256 (pylint-1.8.2.tar.gz) = 4fe3b99da7e789545327b75548cee6b511e4faa98afe268130fea1af4b5ec022 +SIZE (pylint-1.8.2.tar.gz) = 510319 Modified: head/devel/pylint/pkg-plist ============================================================================== --- head/devel/pylint/pkg-plist Wed Jan 24 18:44:44 2018 (r459853) +++ head/devel/pylint/pkg-plist Wed Jan 24 18:44:50 2018 (r459854) @@ -414,6 +414,7 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_mro.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_mro.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_returns.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_returns.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_returns.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/indexing_exception.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/indexing_exception.rc