[release][oslo] futurist release 0.2.0 (liberty)
We are glad to announce the release of: futurist 0.2.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.2.0 Please report issues through launchpad: http://bugs.launchpad.net/futurist Changes in futurist 0.1.2..0.2.0 -------------------------------- 5c3530a Move doc8 to being a normal test requirement in test-requirements.txt e4fe1df Ensure doctesting and doc8 testing done in py27 env d9622e7 Updated from global requirements 6de799a Ensure we check callback '_is_periodic' on add b05bedd Add tests for the other basic strategies Diffstat (except docs and test files) ------------------------------------- ChangeLog | 1 + futurist/_utils.py | 4 +- futurist/periodics.py | 130 +++++++++++++++++++++++++++++---------- requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 3 +- tox.ini | 6 ++ 11 files changed, 235 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ccf8c07..99dd476 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 diff --git a/test-requirements.txt b/test-requirements.txt index 16cd908..c17aa34 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,0 +10 @@ eventlet>=0.17.4 +doc8 # Apache-2.0 @@ -15 +16 @@ oslosphinx>=2.5.0 # Apache-2.0 -oslotest>=1.5.1 # Apache-2.0 +oslotest>=1.7.0 # Apache-2.0
participants (1)
-
davanum@gmail.com