22904037 Update Python pep8 to version 1.7.0
authorRich Burridge <rich.burridge@oracle.com>
Mon, 21 Mar 2016 13:16:10 -0700
changeset 5635 0fa7cc14a0a6
parent 5634 34996de525cf
child 5636 de01957cc68c
22904037 Update Python pep8 to version 1.7.0
components/python/pep8/Makefile
components/python/pep8/pep8-PYVER.p5m
components/python/pep8/pep8.license
components/python/pep8/test/results-all.master
--- a/components/python/pep8/Makefile	Mon Mar 21 13:13:03 2016 -0700
+++ b/components/python/pep8/Makefile	Mon Mar 21 13:16:10 2016 -0700
@@ -20,22 +20,22 @@
 #
 
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		pep8
-COMPONENT_VERSION=	1.6.2
+COMPONENT_VERSION=	1.7.0
 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:b8b7e35630b5539e26a197dfc6005be9e1e9a135496b377723a8ebc01b9bcbff
+    sha256:a113d5f5ad7a7abacef9df5ec3f2af23a20a28005921577b15dd584d099d5900
 COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/p/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	python-mod/pep8
 
-TPNO=			22209
+TPNO=			27399
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk
--- a/components/python/pep8/pep8-PYVER.p5m	Mon Mar 21 13:13:03 2016 -0700
+++ b/components/python/pep8/pep8-PYVER.p5m	Mon Mar 21 13:16:10 2016 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
@@ -47,12 +47,9 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/pep8-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/pep8-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
 file path=usr/lib/python$(PYVER)/vendor-packages/pep8-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
-# The bypass for time is temporary until pkgdepend learns about PEP 3149,
-# new in Python 3.x; see 19510349.
 file path=usr/lib/python$(PYVER)/vendor-packages/pep8.py \
     pkg.depend.bypass-generate=.*/[Cc]onfig[Pp]arser.* \
-    pkg.depend.bypass-generate=.*/testsuite.* \
-    pkg.depend.bypass-generate=.*/time.*
+    pkg.depend.bypass-generate=.*/testsuite.*
 file usr/share/man/man1/pep8.1 path=usr/share/man/man1/pep8-$(PYVER).1
 link path=usr/share/man/man1/pep8.1 target=pep8-$(PYVER).1 mediator=python \
     mediator-version=$(PYVER)
--- a/components/python/pep8/pep8.license	Mon Mar 21 13:13:03 2016 -0700
+++ b/components/python/pep8/pep8.license	Mon Mar 21 13:16:10 2016 -0700
@@ -1,6 +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]>
+Copyright (C) 2014-2016 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 Mar 21 13:13:03 2016 -0700
+++ b/components/python/pep8/test/results-all.master	Mon Mar 21 13:16:10 2016 -0700
@@ -1,2 +1,2 @@
-2788 lines tested: 36 files, 340 test cases.
+2865 lines tested: 37 files, 347 test cases.
 Test passed.