We are satisfied to announce the release of: futurist 0.10.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.9.0..0.10.0 --------------------------------- 588c077 Expose underlying futures.CancelledError 7361553 Updated from global requirements 9c2a1a1 Updated from global requirements 7283021 Modification of the example code 1f4aeed PeriodicWorker.create to accept arguments for periodic tasks b545f81 Handle exceptions from executor.submit in PeriodicWorker 4b45242 Add periodics.is_periodic to check if object is a periodic task 32b8ec3 py26/py33 are no longer supported by Infra's CI Diffstat (except docs and test files) ------------------------------------- futurist/__init__.py | 2 ++ futurist/_futures.py | 3 ++ futurist/periodics.py | 68 ++++++++++++++++++++++++++----------- requirements.txt | 6 ++-- test-requirements.txt | 16 ++++----- tox.ini | 2 +- 8 files changed, 175 insertions(+), 51 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index baf2111..c43866b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -pbr>=1.6 -six>=1.9.0 +pbr>=1.6 # Apache-2.0 +six>=1.9.0 # MIT @@ -8 +8 @@ monotonic>=0.3 # Apache-2.0 -futures>=3.0;python_version=='2.7' or python_version=='2.6' +futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD diff --git a/test-requirements.txt b/test-requirements.txt index aa7cf91..73e9108 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ hacking<0.11,>=0.10.0 -eventlet>=0.17.4 +eventlet!=0.18.0,>=0.17.4 # MIT @@ -11,4 +11,4 @@ doc8 # Apache-2.0 -coverage>=3.6 -discover -python-subunit>=0.0.18 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +coverage>=3.6 # Apache-2.0 +discover # BSD +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD @@ -17,3 +17,3 @@ oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=1.4.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=1.4.0 # 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