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

davanum at gmail.com davanum at gmail.com
Tue Jul 14 15:49:48 UTC 2015


We are pleased to announce the release of:

futurist 0.1.2: 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.1.2

Please report issues through launchpad:

    http://bugs.launchpad.net/futurist

Changes in futurist 0.1.1..0.1.2
--------------------------------

2019213 Add future waiting helper module
0735692 Remove 3.3 & 2.6 classifier
bc208a8 Add a 'aligned last finished' strategy
1a27250 Updated from global requirements
466e2d7 Move the periodic '_get_callback_name' to '_utils'
f0c4b1f Add badge support to README.rst
2ea7dba Add periodics to doc features section

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

README.rst                       |   8 ++
futurist/_utils.py               |  32 ++++++
futurist/periodics.py            |  92 +++++++++--------
futurist/waiters.py              | 214 +++++++++++++++++++++++++++++++++++++++
requirements.txt                 |   3 +-
setup.cfg                        |   2 -
10 files changed, 463 insertions(+), 47 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e06d87a..ccf8c07 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8,2 @@ monotonic>=0.1 # Apache-2.0
-futures>=3.0
+futures>=3.0;python_version=='2.7' or python_version=='2.6'
+contextlib2>=0.4.0 # PSF License





More information about the OpenStack-announce mailing list