7066892 Update coverage.py to a stable release version
authorErik Trauschke <Erik.Trauschke@oracle.com>
Mon, 01 Aug 2011 10:13:00 -0700
changeset 445 f383012adc1a
parent 444 a2a87847a213
child 446 ba4f3a6be7f7
7066892 Update coverage.py to a stable release version
components/python/coverage/Makefile
components/python/coverage/coverage-26.p5m
components/python/coverage/coverage.copyright
components/python/coverage/jquery.isonscreen.copyright
--- a/components/python/coverage/Makefile	Mon Aug 01 02:24:31 2011 -0700
+++ b/components/python/coverage/Makefile	Mon Aug 01 10:13:00 2011 -0700
@@ -25,14 +25,12 @@
 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
 
 COMPONENT_NAME=		coverage
-COMPONENT_VERSION=	3.2b2
+COMPONENT_VERSION=	3.5
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha1:4710d033b8c6de1efaa562243e5b29e0a31fb8b9
+COMPONENT_ARCHIVE_HASH=	sha1:aa0f40e7e79bc81ea4a33ee7fc5ba66db7633321
 COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/c/coverage/$(COMPONENT_ARCHIVE)
 
-IPS_COMPONENT_VERSION=  3.2
-
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
--- a/components/python/coverage/coverage-26.p5m	Mon Aug 01 02:24:31 2011 -0700
+++ b/components/python/coverage/coverage-26.p5m	Mon Aug 01 10:13:00 2011 -0700
@@ -34,8 +34,10 @@
 
 license coverage.copyright license=BSD
 license jquery.copyright license=MIT
+license jquery.isonscreen.copyright license=MIT
 
 dir path=usr
+dir path=usr/bin
 dir path=usr/lib
 dir path=usr/lib/python2.6
 dir path=usr/lib/python2.6/vendor-packages
@@ -57,20 +59,33 @@
 file \
     path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/top_level.txt
 file path=usr/lib/python2.6/vendor-packages/coverage/__init__.py
+file path=usr/lib/python2.6/vendor-packages/coverage/__main__.py
 file path=usr/lib/python2.6/vendor-packages/coverage/annotate.py
 file path=usr/lib/python2.6/vendor-packages/coverage/backward.py
 file path=usr/lib/python2.6/vendor-packages/coverage/bytecode.py
 file path=usr/lib/python2.6/vendor-packages/coverage/cmdline.py
 file path=usr/lib/python2.6/vendor-packages/coverage/codeunit.py
 file path=usr/lib/python2.6/vendor-packages/coverage/collector.py
+file path=usr/lib/python2.6/vendor-packages/coverage/config.py
 file path=usr/lib/python2.6/vendor-packages/coverage/control.py
 file path=usr/lib/python2.6/vendor-packages/coverage/data.py
 file path=usr/lib/python2.6/vendor-packages/coverage/execfile.py
 file path=usr/lib/python2.6/vendor-packages/coverage/files.py
 file path=usr/lib/python2.6/vendor-packages/coverage/html.py
+file \
+    path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/coverage_html.js
 file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/index.html
 file \
-    path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery-1.3.2.min.js
+    path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery-1.4.3.min.js
+file \
+    path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery.hotkeys.js
+file \
+    path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery.isonscreen.js
+file \
+    path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery.tablesorter.min.js
+file \
+    path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/keybd_closed.png
+file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/keybd_open.png
 file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/pyfile.html
 file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/style.css
 file path=usr/lib/python2.6/vendor-packages/coverage/misc.py
--- a/components/python/coverage/coverage.copyright	Mon Aug 01 02:24:31 2011 -0700
+++ b/components/python/coverage/coverage.copyright	Mon Aug 01 10:13:00 2011 -0700
@@ -1,5 +1,5 @@
 Copyright 2001 Gareth Rees.  All rights reserved.
-Copyright 2004-2009 Ned Batchelder.  All rights reserved.
+Copyright 2004-2011 Ned Batchelder.  All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/coverage/jquery.isonscreen.copyright	Mon Aug 01 10:13:00 2011 -0700
@@ -0,0 +1,20 @@
+Copyright (c) 2010 Laurence Wheway 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.