We are glad to announce the release of: futurist 0.4.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.4.0 Please report issues through launchpad: http://bugs.launchpad.net/futurist Changes in futurist 0.3.0..0.4.0 -------------------------------- e5c02bf Updated from global requirements 74fabc1 Updated from global requirements 7b08c0a Provide a thread differentiation attribute on executors Diffstat (except docs and test files) ------------------------------------- futurist/_futures.py | 74 ++++++++++++++++++++++++++++++++++++++++++++------- requirements.txt | 4 +-- test-requirements.txt | 2 +- 3 files changed, 67 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 99dd476..e8a0907 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.3 +pbr<2.0,>=1.4 @@ -7 +7 @@ six>=1.9.0 -monotonic>=0.1 # Apache-2.0 +monotonic>=0.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 40569fe..d9e2eb7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ oslosphinx>=2.5.0 # Apache-2.0 -oslotest>=1.9.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0