From owner-svn-ports-all@freebsd.org Tue Dec 12 13:33:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E352E98944; Tue, 12 Dec 2017 13:33:18 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8FCDB7C7E0; Tue, 12 Dec 2017 13:33:17 +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 vBCDXFID074615; Tue, 12 Dec 2017 13:33:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBCDXFYN074611; Tue, 12 Dec 2017 13:33:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712121333.vBCDXFYN074611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Dec 2017 13:33:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456137 - head/devel/pylint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pylint X-SVN-Commit-Revision: 456137 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: Tue, 12 Dec 2017 13:33:18 -0000 Author: sunpoet Date: Tue Dec 12 13:33:15 2017 New Revision: 456137 URL: https://svnweb.freebsd.org/changeset/ports/456137 Log: Update to 1.7.5 Changes: https://github.com/PyCQA/pylint/blob/1.7/ChangeLog Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo head/devel/pylint/pkg-plist Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Tue Dec 12 13:33:10 2017 (r456136) +++ head/devel/pylint/Makefile Tue Dec 12 13:33:15 2017 (r456137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Tue Dec 12 13:33:10 2017 (r456136) +++ head/devel/pylint/distinfo Tue Dec 12 13:33:15 2017 (r456137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506771065 -SHA256 (pylint-1.7.4.tar.gz) = 1f65b3815c3bf7524b845711d54c4242e4057dd93826586620239ecdfe591fb1 -SIZE (pylint-1.7.4.tar.gz) = 486518 +TIMESTAMP = 1513077452 +SHA256 (pylint-1.7.5.tar.gz) = dd20d6f17e7ea9d3a3a35c5d56ba2c50fdfdb7192096a1095f1791d072bc59a1 +SIZE (pylint-1.7.5.tar.gz) = 486892 Modified: head/devel/pylint/pkg-plist ============================================================================== --- head/devel/pylint/pkg-plist Tue Dec 12 13:33:10 2017 (r456136) +++ head/devel/pylint/pkg-plist Tue Dec 12 13:33:15 2017 (r456137) @@ -702,7 +702,6 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_statements.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_statements.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_comma_tuple.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_comma_tuple.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_comma_tuple.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_newlines.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_newlines.txt