[oslo] futurist 0.22.0 (pike)
We joyfully announce the release of: futurist 0.22.0: Useful additions to futures, from the future. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/futurist Download the package from: 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.21.0..0.22.0 ---------------------------------- 7b3687f Updated from global requirements a6e6207 Updated from global requirements db1dffd Typo fix: arbitary => arbitrary 6fe9671 Remove link to modindex f09c9c1 Update reno for stable/ocata ee42ab5 Add re-raising SystemExit exception Diffstat (except docs and test files) ------------------------------------- futurist/_futures.py | 2 +- futurist/_green.py | 39 ++++++++++++++++++++++++++++----------- futurist/_utils.py | 23 ++++++++++++++++------- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 2 +- 10 files changed, 56 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2d53883..052cad8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0d0f6d2..263443d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org