[release-announce] hacking 3.0.1

no-reply at openstack.org no-reply at openstack.org
Tue May 12 14:51:47 UTC 2020


We are glad to announce the release of:

hacking 3.0.1: 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.0.0..3.0.1
-------------------------------

d30425b Cap flake8 < 3.8.0
7b7ba01 [ussuri][goal] Update contributor documentation
1fb57aa Remove usage of six
1c45c8c Small cleanups
d35b660 Document new way of registering local plugins
14bb86f Stop building universal wheels
3b2ecc9 Clean up "is" conditionals


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

CONTRIBUTING.rst                        | 21 +++++++------
README.rst                              | 42 ++++++++++++++++---------
hacking/checks/except_checks.py         | 10 +-----
hacking/config.py                       |  4 +--
lower-constraints.txt                   |  1 -
requirements.txt                        |  3 +-
setup.cfg                               |  9 ------
setup.py                                |  9 ------
tox.ini                                 |  4 +--
13 files changed, 111 insertions(+), 60 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bd5cd43..019aa69 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1 @@
-flake8<4.0.0,>=3.6.0 # MIT
-six>=1.10.0 # MIT
+flake8<3.8.0,>=3.6.0 # MIT






More information about the Release-announce mailing list