Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2012 04:36:26 -0800 (PST)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174413: [MAINTAINER] devel/py-flake8: update to 1.6.2
Message-ID:  <50c9cbca.0c0a650a.1f7f.4d70@mx.google.com>
Resent-Message-ID: <201212131240.qBDCe0xx071237@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50c9cbca.0c0a650a.1f7f.4d70>