Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9BB0A7A16A for ; Mon, 13 Feb 2017 11:22:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1178C855B9; Mon, 13 Feb 2017 11:22:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B51E855A3 for ; Mon, 13 Feb 2017 11:22:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9zPAK-PsJON1 for ; Mon, 13 Feb 2017 11:22:54 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C520B85578 for ; Mon, 13 Feb 2017 11:22:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB789FBE3; Mon, 13 Feb 2017 11:22:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486984974220640" MIME-Version: 1.0 Date: Mon, 13 Feb 2017 11:22:54 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/py-flake8 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170213112254.BB789FBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486984974220640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Feb 13 11:22:54 UTC 2017 Modified Files: pkgsrc/devel/py-flake8: Makefile distinfo Log Message: Update to 3.3.0 Upstream changes: 3.3.0 -- 2017-02-06 You can view the 3.3.0 milestone on GitLab for more details. Add support for Python 3.6 (via dependencies). Note Flake8 does not guarantee that all plugins will support Python 3.6. Added unique error codes for all missing PyFlakes messages. (14 new codes, see "Error / Violation Codes") Dramatically improve the performance of Flake8. (See also GitLab!156) Display the local file path instead of the temporary file path when using the git hook. (See also GitLab#244) Add methods to Report class that will be called when Flake8 starts and finishes processing a file. (See also GitLab#251) Fix problem where hooks should only check *.py files. (See also GitLab#268) Fix handling of SyntaxErrors that do not include physical line information. (See also GitLab#279) Update upper bound on PyFlakes to allow for PyFlakes 1.5.0. (See also GitLab#290) Update setuptools integration to less eagerly deduplicate packages. (See also GitLab#295) Force flake8 --version to be repeatable between invocations. (See also GitLab#297) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-flake8/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-flake8/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486984974220640 Content-Disposition: inline Content-Length: 1626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-flake8/Makefile diff -u pkgsrc/devel/py-flake8/Makefile:1.6 pkgsrc/devel/py-flake8/Makefile:1.7 --- pkgsrc/devel/py-flake8/Makefile:1.6 Tue Jan 3 13:23:01 2017 +++ pkgsrc/devel/py-flake8/Makefile Mon Feb 13 11:22:54 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/01/03 13:23:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2017/02/13 11:22:54 wen Exp $ -DISTNAME= flake8-3.2.1 +DISTNAME= flake8-3.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/flake8/} Index: pkgsrc/devel/py-flake8/distinfo diff -u pkgsrc/devel/py-flake8/distinfo:1.4 pkgsrc/devel/py-flake8/distinfo:1.5 --- pkgsrc/devel/py-flake8/distinfo:1.4 Mon Nov 28 12:45:55 2016 +++ pkgsrc/devel/py-flake8/distinfo Mon Feb 13 11:22:54 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/11/28 12:45:55 wiz Exp $ +$NetBSD: distinfo,v 1.5 2017/02/13 11:22:54 wen Exp $ -SHA1 (flake8-3.2.1.tar.gz) = bf42a3009ae3f5cb5cd4ea54b959dbd79f85dd4f -RMD160 (flake8-3.2.1.tar.gz) = 69ed0c9998ca1c5f1c91dc768ce5c87404d6e5d3 -SHA512 (flake8-3.2.1.tar.gz) = 9ccb4e13d87ae1198466f112138d5ef423f55e9af1d6ab9f14d6927bd40b9d621d1a74e0acd43b1ba4e12cae67d7671dde205c04f5760d760ca9d982655d4ebf -Size (flake8-3.2.1.tar.gz) = 129458 bytes +SHA1 (flake8-3.3.0.tar.gz) = 12e0efd6f0cdaf877ba58c7c03a47cd0710666e2 +RMD160 (flake8-3.3.0.tar.gz) = 296cdce03fe383d436f2fd954dff1d3d40702dbf +SHA512 (flake8-3.3.0.tar.gz) = 53b3116765f9031c96a0442954f324fe3edaf63aff21f7cf340e47e724250928d6d9786473d2680b695969ef979a8bb6d4d2b39f1598b075dcace1b221a4c099 +Size (flake8-3.3.0.tar.gz) = 134345 bytes --_----------=_1486984974220640--