[release-announce] futurist 2.1.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 4 19:11:41 UTC 2020


We are excited to announce the release of:

futurist 2.1.0: Useful additions to futures, from the future.

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/futurist

Download the package from:

    https://pypi.org/project/futurist

Please report issues through:

    https://bugs.launchpad.net/futurist/+bugs

For more details, please see below.

2.1.0
^^^^^

Upgrade Notes

* The "PrettyTable" dependency has been made optional, as it is only
  used in the *Periodics.pformat* method. If the use of that method is
  important, users should depend on "PrettyTable" directly.

Changes in futurist 2.0.0..2.1.0
--------------------------------

79f240b Make PrettyTable optional


Diffstat (except docs and test files)
-------------------------------------

futurist/periodics.py                                    | 16 +++++++++++++---
.../notes/prettytable-optional-2c9198a9250427b6.yaml     |  7 +++++++
requirements.txt                                         |  1 -
test-requirements.txt                                    |  1 +
4 files changed, 21 insertions(+), 4 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 9387b04..a072ac0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +6,0 @@ six>=1.10.0 # MIT
-PrettyTable<0.8,>=0.7.1 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 8e848c3..59345ba 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,0 +17 @@ testtools>=2.2.0 # MIT
+PrettyTable<0.8,>=0.7.1 # BSD






More information about the Release-announce mailing list