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 Fix: See attached patch
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->culot I'll take it.
Author: culot Date: Tue Jan 22 13:30:07 2013 New Revision: 310829 URL: http://svnweb.freebsd.org/changeset/ports/310829 Log: - Update to 1.7.0 PR: ports/175386 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Modified: head/devel/py-flake8/Makefile head/devel/py-flake8/distinfo Modified: head/devel/py-flake8/Makefile ============================================================================== --- head/devel/py-flake8/Makefile Tue Jan 22 13:20:14 2013 (r310828) +++ head/devel/py-flake8/Makefile Tue Jan 22 13:30:07 2013 (r310829) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flake8 -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-flake8/distinfo ============================================================================== --- head/devel/py-flake8/distinfo Tue Jan 22 13:20:14 2013 (r310828) +++ head/devel/py-flake8/distinfo Tue Jan 22 13:30:07 2013 (r310829) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!