23119289 Upgrade paste to 2.0.3
authorLaszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:34 -0700
changeset 6813 b50d7c514561
parent 6812 9bf20f9981bc
child 6814 77e140597bcb
23119289 Upgrade paste to 2.0.3
components/python/paste/Makefile
components/python/paste/paste-PYVER.p5m
--- a/components/python/paste/Makefile	Wed Sep 07 14:48:34 2016 -0700
+++ b/components/python/paste/Makefile	Wed Sep 07 14:48:34 2016 -0700
@@ -20,24 +20,21 @@
 #
 
 #
-# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		Paste
-COMPONENT_VERSION=	1.7.5.1
+COMPONENT_VERSION=	2.0.3
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6
+    sha256:2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	http://pythonpaste.org/
 COMPONENT_BUGDB=	python-mod/paste
 
-TPNO=			14503
-
-# Syntax issues: not Python 3 ready.
-PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
+TPNO=			29477
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk
@@ -57,5 +54,4 @@
 # are not installed.
 test:		$(TEST_NO_ARCH)
 
-system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
-
+system-test:	$(SYSTEM_TESTS_NOT_IMPLEMENTED)
--- a/components/python/paste/paste-PYVER.p5m	Wed Sep 07 14:48:34 2016 -0700
+++ b/components/python/paste/paste-PYVER.p5m	Wed Sep 07 14:48:34 2016 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -38,6 +38,7 @@
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
 set name=org.opensolaris.arc-caseid value=PSARC/2013/153
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+#
 file path=usr/lib/python$(PYVER)/vendor-packages/Paste-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
 file path=usr/lib/python$(PYVER)/vendor-packages/Paste-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
 file path=usr/lib/python$(PYVER)/vendor-packages/Paste-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
@@ -62,6 +63,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/cgitb_catcher.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/config.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/cowbell/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/paste/cowbell/bell-ascending.png
+file path=usr/lib/python$(PYVER)/vendor-packages/paste/cowbell/bell-descending.png
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/debug/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/debug/debugapp.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/debug/doctest_webapp.py
@@ -109,14 +112,12 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/urlmap.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/urlparser.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/PySourceColor.py
-file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/UserDict24.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/classinit.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/classinstance.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/converters.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/dateinterval.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/datetimeutil.py
-file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/doctest24.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/filemixin.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/finddata.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/findpackage.py
@@ -129,8 +130,6 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/multidict.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/quoting.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/scgiserver.py
-file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/string24.py
-file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/subprocess24.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/template.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/threadedprint.py
 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/threadinglocal.py
@@ -163,3 +162,6 @@
 
 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/setuptools-$(PYV)
+
+# force a dependency on six; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/six-$(PYV)