Bug 175386 - [MAINTAINER] devel/py-flake8: update to 1.7.0
Summary: [MAINTAINER] devel/py-flake8: update to 1.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 20:30 UTC by William Grzybowski
Modified: 2013-01-22 13:40 UTC (History)
0 users

See Also:


Attachments
py-flake8.patch (748 bytes, patch)
2013-01-17 20:30 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-01-17 20:30:01 UTC

    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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-17 20:30:10 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-17 20:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-01-22 13:23:02 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-01-22 13:30:15 UTC
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"
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2013-01-22 13:30:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!