Date: Thu, 17 Jan 2013 12:13:43 -0800 (PST) From: William Grzybowski <william88@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/175386: [MAINTAINER] devel/py-flake8: update to 1.7.0 Message-ID: <50f85b77.e64dec0a.7fe4.ffffc040@mx.google.com> Resent-Message-ID: <201301172030.r0HKU1sk038314@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175386 >Category: ports >Synopsis: [MAINTAINER] devel/py-flake8: update to 1.7.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 17 20:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: Fixes part of #35: Exception for no WITHITEM being an attribute of Checker for python 3.3 Support stdin Incorporate @phd's builtins pull request Fix the git hook Update pep8.py to the latest version >How-To-Repeat: >Fix: See attached patch --- py-flake8.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 310566) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flake8 -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 310566) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (flake8-1.6.2.tar.gz) = 9518547222a708f4b26ea0691c8f01c772d6859a7103b78f702ac86d850d6098 -SIZE (flake8-1.6.2.tar.gz) = 39626 +SHA256 (flake8-1.7.0.tar.gz) = 3318f09503c202476082e9b915f258076be2bcd0d1acbbab49e001d5707eb723 +SIZE (flake8-1.7.0.tar.gz) = 42352 --- 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?50f85b77.e64dec0a.7fe4.ffffc040>