We are delighted to announce the release of: futurist 0.12.0: Useful additions to futures, from the future.
This release is part of the mitaka 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.11.0..0.12.0 ---------------------------------- cc7bc70 Updated from global requirements da698e8 Ensure all futures have completed before run returns Diffstat (except docs and test files) ------------------------------------- futurist/_utils.py | 24 ++++++++++++++++++++++++ futurist/periodics.py | 15 ++++++++++++--- test-requirements.txt | 2 +- 3 files changed, 37 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 73e9108..f17e854 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ hacking<0.11,>=0.10.0 -eventlet!=0.18.0,>=0.17.4 # MIT +eventlet>=0.18.2 # MIT __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev