We contentedly announce the release of: hacking 3.2.0: OpenStack Hacking Guideline Enforcement The source is available from: https://opendev.org/openstack/hacking Download the package from: https://pypi.org/project/hacking For more details, please see below. Changes in hacking 3.1.0..3.2.0 ------------------------------- 93e6cd2 migrate testing to ubuntu focal 46c876f drop mock from lower-constraints and requirements 3c289f8 Add in-tree upper-constraints for py35 job ce8d260 Revert "Remove py35 job" 4d84a3b Switch to newer openstackdocstheme and reno versions 3735d2d Add PDF documentation build 7d49633 Remove py35 job ef8c7b9 Switch testing to Victoria testing runtime Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 7 +++---- py35-upper-constraints.txt | 1 + releasenotes/source/conf.py | 13 +++++-------- requirements.txt | 2 +- setup.cfg | 1 + test-requirements.txt | 1 - tox.ini | 16 ++++++++++++++-- 10 files changed, 34 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2883078..8367022 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -flake8<3.9.0,>=3.6.0 # MIT +flake8<3.9.0,>=3.8.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 3028635..203cea2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +5,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org