[release][oslo] futurist release 0.6.0 (mitaka)
We are happy to announce the release of: futurist 0.6.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 For more details, please see the git log history below and: http://launchpad.net/futurist/+milestone/0.6.0 Please report issues through launchpad: http://bugs.launchpad.net/futurist Changes in futurist 0.5.0..0.6.0 -------------------------------- b96691e Add 'enabled' parameter to @periodic decorator 3d604eb docs - Set pbr warnerrors option for doc build 62d47da Remove dummy/placeholder 'ChangeLog' as its not needed b0eeef6 Enhance the README d537b59 Remove green worker reference to its executor 6aa2104 Change ignore-errors to ignore_errors 7cfe013 Updated from global requirements e536c91 Activate pep8 check that _ is imported aa58c62 Handle the case where 0.199 is provided as runtime 08dcaf0 Just use a deque vs reverse pushing/popping 97b6ec3 Ensure new entry in immediates gets processed during wait(s) Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- ChangeLog | 1 - README.rst | 6 +++++- futurist/_futures.py | 5 ++--- futurist/_utils.py | 8 -------- futurist/periodics.py | 23 +++++++++++++---------- requirements.txt | 2 +- setup.cfg | 3 +++ setup.py | 2 +- tox.ini | 3 +-- 13 files changed, 52 insertions(+), 34 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 69b8e9d..baf2111 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.6 +pbr>=1.6
participants (1)
-
davanum@gmail.com