20837255 Update Python pep8 to version 1.6.2
authorRich Burridge <rich.burridge@oracle.com>
Mon, 13 Apr 2015 11:25:25 -0700
changeset 4107 fc74767e62e5
parent 4106 ac78e6a526fe
child 4108 9738d7207050
20837255 Update Python pep8 to version 1.6.2
components/python/pep8/Makefile
components/python/pep8/pep8.license
components/python/pep8/test/results-all.master
--- a/components/python/pep8/Makefile	Mon Apr 13 03:04:30 2015 -0700
+++ b/components/python/pep8/Makefile	Mon Apr 13 11:25:25 2015 -0700
@@ -26,16 +26,16 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		pep8
-COMPONENT_VERSION=	1.5.7
+COMPONENT_VERSION=	1.6.2
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=  http://pypi.python.org/pypi/pep8
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:15b42131b25f376165d195fe4e17b0a28311182aaf9330d5eb575bbeda5a6989
+    sha256:b8b7e35630b5539e26a197dfc6005be9e1e9a135496b377723a8ebc01b9bcbff
 COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/p/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	python-mod/pep8
 
-TPNO=			20014
+TPNO=			22209
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk
--- a/components/python/pep8/pep8.license	Mon Apr 13 03:04:30 2015 -0700
+++ b/components/python/pep8/pep8.license	Mon Apr 13 11:25:25 2015 -0700
@@ -1,5 +1,6 @@
 Copyright (C) 2006-2009 Johann C. Rocholl <[email protected]>
 Copyright (C) 2009-2014 Florent Xicluna <[email protected]>
+Copyright (C) 2014 Ian Lee <[email protected]>
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files 
--- a/components/python/pep8/test/results-all.master	Mon Apr 13 03:04:30 2015 -0700
+++ b/components/python/pep8/test/results-all.master	Mon Apr 13 11:25:25 2015 -0700
@@ -1,2 +1,2 @@
-2600 lines tested: 34 files, 312 test cases.
+2788 lines tested: 36 files, 340 test cases.
 Test passed.