From owner-svn-ports-all@freebsd.org Wed Nov 28 19:17:59 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 AA1DC113A3F4; Wed, 28 Nov 2018 19:17:59 +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 521948306F; Wed, 28 Nov 2018 19:17:59 +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 1551D6A65; Wed, 28 Nov 2018 19:17:57 +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 wASJHu32067128; Wed, 28 Nov 2018 19:17:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wASJHu04067125; Wed, 28 Nov 2018 19:17:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811281917.wASJHu04067125@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, 28 Nov 2018 19:17:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486107 - head/devel/pylint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pylint X-SVN-Commit-Revision: 486107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 521948306F X-Spamd-Result: default: False [0.54 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.17)[-0.169,0]; NEURAL_SPAM_LONG(0.47)[0.465,0]; NEURAL_SPAM_MEDIUM(0.25)[0.247,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 28 Nov 2018 19:17:59 -0000 Author: sunpoet Date: Wed Nov 28 19:17:56 2018 New Revision: 486107 URL: https://svnweb.freebsd.org/changeset/ports/486107 Log: Update to 2.2.1 Changes: https://github.com/PyCQA/pylint/blob/master/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 Nov 28 19:17:47 2018 (r486106) +++ head/devel/pylint/Makefile Wed Nov 28 19:17:56 2018 (r486107) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Wed Nov 28 19:17:47 2018 (r486106) +++ head/devel/pylint/distinfo Wed Nov 28 19:17:56 2018 (r486107) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543246499 -SHA256 (pylint-2.2.0.tar.gz) = fe49f9ada5c8999344ac3a37541e329eaff11d014460065c4128fc94cf5cf140 -SIZE (pylint-2.2.0.tar.gz) = 754100 +TIMESTAMP = 1543424567 +SHA256 (pylint-2.2.1.tar.gz) = 8e645abc9572749f0256f05db86af81ea2e3d583086cc2b73d241a64ecf571b7 +SIZE (pylint-2.2.1.tar.gz) = 567957 Modified: head/devel/pylint/pkg-plist ============================================================================== --- head/devel/pylint/pkg-plist Wed Nov 28 19:17:47 2018 (r486106) +++ head/devel/pylint/pkg-plist Wed Nov 28 19:17:56 2018 (r486107) @@ -438,6 +438,10 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/globals.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/implicit_str_concat_in_sequence.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/implicit_str_concat_in_sequence.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/implicit_str_concat_in_sequence_latin1.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/implicit_str_concat_in_sequence_latin1.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/implicit_str_concat_in_sequence_utf8.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/implicit_str_concat_in_sequence_utf8.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/import_error.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/import_error.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/import_error.txt