[openstack-dev] [release][oslo] futurist 0.13.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 23 14:50:59 UTC 2016


We are amped to announce the release of:

futurist 0.13.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.12.0..0.13.0
----------------------------------

bd9f7ca Single quote the callables name (when submission errors)
d750d05 Updated from global requirements
f9f685e Reschedule failed periodic tasks after a short delay
6a2f5a0 Fix wrong comparison in reject_when_reached

Diffstat (except docs and test files)
-------------------------------------

futurist/periodics.py            | 18 +++++++++++++-----
futurist/rejection.py            |  2 +-
test-requirements.txt            |  2 +-
5 files changed, 46 insertions(+), 7 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index f17e854..6e6d300 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ hacking<0.11,>=0.10.0
-eventlet>=0.18.2 # MIT
+eventlet!=0.18.3,>=0.18.2 # MIT





More information about the OpenStack-dev mailing list