[openstack-dev] [new][oslo] futurist 0.15.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Wed Jul 13 14:02:40 UTC 2016
We are eager to announce the release of:
futurist 0.15.0: Useful additions to futures, from the future.
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/futurist
With package available at:
https://pypi.python.org/pypi/futurist
Please report issues through launchpad:
http://bugs.launchpad.net/futurist
For more details, please see below.
Changes in futurist 0.14.0..0.15.0
----------------------------------
4ca63cb Don't include openstack/common in flake8 exclude list
c7c67ca Updated from global requirements
dc08625 Begin adding our own thread pool executor
Diffstat (except docs and test files)
-------------------------------------
futurist/_futures.py | 80 ++++++++++++++-------------
futurist/_thread.py | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++
futurist/_utils.py | 2 +
test-requirements.txt | 2 +-
tox.ini | 2 +-
5 files changed, 193 insertions(+), 39 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 6e6d300..68ed7a0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14 +14 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
More information about the OpenStack-dev
mailing list