23115888 Upgrade futures to 3.0.5
authorLaszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:30 -0700
changeset 6789 c243329317d0
parent 6788 8c9207b54acf
child 6790 21708ee45426
23115888 Upgrade futures to 3.0.5
components/python/futures/Makefile
components/python/futures/futures-PYVER.p5m
--- a/components/python/futures/Makefile	Wed Sep 07 14:48:29 2016 -0700
+++ b/components/python/futures/Makefile	Wed Sep 07 14:48:30 2016 -0700
@@ -20,22 +20,22 @@
 #
 
 #
-# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		futures
-COMPONENT_VERSION=	2.2.0
+COMPONENT_VERSION=	3.0.5
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3
+    sha256:0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	http://code.google.com/p/pythonfutures/
 COMPONENT_BUGDB=	python-mod/futures
 
-TPNO=			21622
+TPNO=			27997
 
 #
 # The futures module was integrated into Python 3.2, so we should only
--- a/components/python/futures/futures-PYVER.p5m	Wed Sep 07 14:48:29 2016 -0700
+++ b/components/python/futures/futures-PYVER.p5m	Wed Sep 07 14:48:30 2016 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -42,17 +42,14 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/concurrent/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/concurrent/futures/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/concurrent/futures/_base.py
-file path=usr/lib/python$(PYVER)/vendor-packages/concurrent/futures/_compat.py
 file path=usr/lib/python$(PYVER)/vendor-packages/concurrent/futures/process.py
 file path=usr/lib/python$(PYVER)/vendor-packages/concurrent/futures/thread.py
 file path=usr/lib/python$(PYVER)/vendor-packages/futures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
 file path=usr/lib/python$(PYVER)/vendor-packages/futures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/futures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/futures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
+file path=usr/lib/python$(PYVER)/vendor-packages/futures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
 file path=usr/lib/python$(PYVER)/vendor-packages/futures-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
-file path=usr/lib/python$(PYVER)/vendor-packages/futures/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/futures/process.py
-file path=usr/lib/python$(PYVER)/vendor-packages/futures/thread.py
 #
 license LICENSE license=BSD