We are excited to announce the release of: futurist 2.4.1: Useful additions to futures, from the future. The source is available from: https://opendev.org/openstack/futurist Download the package from: https://pypi.org/project/futurist For more details, please see below. Changes in futurist 2.4.0..2.4.1 -------------------------------- 159d752 tox: Trivial cleanups d17f58d trivial: Remove unnecessary 'coding' lines 25f1fca Remove pbr from requirements.txt 57678fc Remove six 689ac0d Update CI to use unversioned jobs template Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- futurist/__init__.py | 2 -- futurist/_futures.py | 12 ++++-------- futurist/_green.py | 2 -- futurist/_thread.py | 21 +++------------------ futurist/_utils.py | 9 +-------- futurist/periodics.py | 17 +++++++---------- futurist/rejection.py | 2 -- futurist/waiters.py | 6 ++---- releasenotes/source/conf.py | 1 - requirements.txt | 6 ------ tox.ini | 27 ++++++++++++++------------- 17 files changed, 32 insertions(+), 84 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a072ac0..e69de29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT