We high-spiritedly announce the release of: futurist 1.8.0: Useful additions to futures, from the future. This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/futurist Download the package from: https://pypi.org/project/futurist Please report issues through launchpad: https://bugs.launchpad.net/futurist For more details, please see below. Changes in futurist 1.7.0..1.8.0 -------------------------------- 658a294 Only install monotonic on python2 304e2c9 Don't quote {posargs} in tox.ini a8bcc17 Remove the duplicated word 7f6e4b3 add lib-forward-testing-python3 test job dfb7da1 add python 3.6 unit test job 63ae90c import zuul job settings from project-config 5acfea9 Update reno for stable/rocky ac1e530 Switch to stestr 880d712 Follow the new PTI for document build 599e988 Add blueprints notes link to README 6842b2d fix tox python3 overrides 8453a60 Trivial: Update pypi url to new url Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .stestr.conf | 4 ++++ .testr.conf | 7 ------- .zuul.yaml | 10 ++++++++++ README.rst | 5 +++-- futurist/_utils.py | 7 ++++++- lower-constraints.txt | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 ++++++ requirements.txt | 4 ++-- setup.cfg | 9 --------- test-requirements.txt | 5 +---- tox.ini | 25 ++++++++++++++++++------- 15 files changed, 57 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 50e5fed..4f2ad36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.10.0 # MIT -monotonic>=0.6 # Apache-2.0 +monotonic>=0.6;python_version<'3.3' # Apache-2.0 @@ -9 +9 @@ futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD -contextlib2>=0.4.0 # PSF License +contextlib2>=0.4.0;python_version<'3.0' # PSF License diff --git a/test-requirements.txt b/test-requirements.txt index 6e1bd22..8e848c3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,2 +12,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 @@ -16 +14 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 @@ -19 +16,0 @@ testtools>=2.2.0 # MIT -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org