[openstack-announce] [release][oslo] futurist release 0.3.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Aug 3 17:49:48 UTC 2015


We are glad to announce the release of:

futurist 0.3.0: Useful additions to futures, from the future.

This release is part of the liberty release series.

With source available at:

    http://git.openstack.org/cgit/openstack/futurist

With package available at:

    https://pypi.python.org/pypi/futurist

For more details, please see the git log history below and:

    http://launchpad.net/futurist/+milestone/0.3.0

Please report issues through launchpad:

    http://bugs.launchpad.net/futurist

Changes in futurist 0.2.0..0.3.0
--------------------------------

1151635 Updated from global requirements
7a7059d Allow providing a callback to certain executors to reject new work
4c9bf38 Disallow running 'start' twice
c47a0c0 Allow for providing custom 'on_failure' callbacks
3f0732c Delegate failure capturing to a object that is returned on run

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

futurist/__init__.py             |   2 +
futurist/_futures.py             |  57 ++++++++++++++++-
futurist/_utils.py               |  22 +++++++
futurist/periodics.py            | 129 ++++++++++++++++++++++++++++++++-------
futurist/rejection.py            |  32 ++++++++++
test-requirements.txt            |   2 +-
8 files changed, 238 insertions(+), 25 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index c17aa34..40569fe 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.7.0 # Apache-2.0
+oslotest>=1.9.0 # Apache-2.0





More information about the OpenStack-announce mailing list