We are chuffed to announce the release of: futurist 2.4.0: 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.3.0..2.4.0 -------------------------------- d073939 remove unicode from code 4139990 setup.cfg: Replace dashes with underscores cad3f62 trivial: Bump hacking to 4.x 0273cb7 Move flake8 as a pre-commit local target. ffec6e1 Remove lower-constraints remnants 52bb16c Use TOX_CONSTRAINTS_FILE 4373f93 Uncap PrettyTable 549c2cc Use py3 as the default runtime for tox dce4862 pre-commit: Lower flake8 version bd2356b Dropping lower constraints testing 94e8e07 ignore reno generated artifacts d6c4661 Adding pre-commit afe7105 Add Python3 wallaby unit tests fe7bf8c Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 ++ .pre-commit-config.yaml | 39 ++++++++++++++++++++++++++++++++++ .zuul.yaml | 3 +-- lower-constraints.txt | 45 ---------------------------------------- releasenotes/source/conf.py | 14 ++++++------- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ setup.cfg | 8 +++---- test-requirements.txt | 6 +++--- tox.ini | 11 +++------- 11 files changed, 73 insertions(+), 76 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 896b34c..c31ce6a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,2 +4,0 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 - @@ -17 +15,3 @@ testtools>=2.2.0 # MIT -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable>=0.7.1 # BSD + +pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org