# HG changeset patch # User Laszlo Peter # Date 1473284910 25200 # Node ID c243329317d01c8d7fd5af150e79a4180a9520a9 # Parent 8c9207b54acf517d0d99d0b734988d941fbbb7ba 23115888 Upgrade futures to 3.0.5 diff -r 8c9207b54acf -r c243329317d0 components/python/futures/Makefile --- 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 diff -r 8c9207b54acf -r c243329317d0 components/python/futures/futures-PYVER.p5m --- 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