From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 13 12:40:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6FFD3BA for ; Thu, 13 Dec 2012 12:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A7DBE8FC0C for ; Thu, 13 Dec 2012 12:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDCe0w2071238 for ; Thu, 13 Dec 2012 12:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBDCe0xx071237; Thu, 13 Dec 2012 12:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 13 Dec 2012 12:40:00 GMT Resent-Message-Id: <201212131240.qBDCe0xx071237@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66CE0354 for ; Thu, 13 Dec 2012 12:36:29 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-ye0-f182.google.com (mail-ye0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1A6D28FC0A for ; Thu, 13 Dec 2012 12:36:27 +0000 (UTC) Received: by mail-ye0-f182.google.com with SMTP id q5so436352yen.13 for ; Thu, 13 Dec 2012 04:36:27 -0800 (PST) Received: by 10.236.71.201 with SMTP id r49mr1456644yhd.66.1355402187309; Thu, 13 Dec 2012 04:36:27 -0800 (PST) Received: from localhost ([177.16.183.188]) by mx.google.com with ESMTPS id n12sm1055424ani.7.2012.12.13.04.36.25 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Dec 2012 04:36:26 -0800 (PST) Message-Id: <50c9cbca.0c0a650a.1f7f.4d70@mx.google.com> Date: Thu, 13 Dec 2012 04:36:26 -0800 (PST) From: William Grzybowski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/174413: [MAINTAINER] devel/py-flake8: update to 1.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 12:40:00 -0000 >Number: 174413 >Category: ports >Synopsis: [MAINTAINER] devel/py-flake8: update to 1.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 13 12:40:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: 1.6.2 - 2012-11-25 fixed the NameError: global name 'message' is not defined (#46) 1.6.1 - 2012-11-24 fixed the mercurial hook, a change from a previous patch was not properly applied fixed an assumption about warnings/error messages that caused an exception to be thrown when McCabe is used >How-To-Repeat: >Fix: See attached patch --- py-flake8.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 308847) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAM= flake8 -PORTVERSION= 1.6 +PORTVERSION= 1.6.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 308847) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (flake8-1.6.tar.gz) = 064e79165cee7ea0d4648029446a45405f3d9a0ae2984e8d7580ca2074dfca01 -SIZE (flake8-1.6.tar.gz) = 41430 +SHA256 (flake8-1.6.2.tar.gz) = 9518547222a708f4b26ea0691c8f01c772d6859a7103b78f702ac86d850d6098 +SIZE (flake8-1.6.2.tar.gz) = 39626 --- py-flake8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: