We are delighted to announce the release of: sphinx-feature-classification 2.0.0: Generate a matrix of pluggable drivers and their support to an API in Sphinx. The source is available from: https://opendev.org/openstack/sphinx-feature-classification Download the package from: https://pypi.org/project/sphinx-feature-classification For more details, please see below. Changes in sphinx-feature-classification 1.1.0..2.0.0 ----------------------------------------------------- 4972944 Update python classifier in setup.cfg f8909fc Remove six usage 4c0817f Drop python3.6/3.7 support in testing runtime 8966f7f Update CI to use unversioned jobs template 6522d7a Use py3 as the default runtime for tox f557e6a Move flake8 as a pre-commit local target. cce52fc Migrate from testr to stestr 5495c1d Use TOX_CONSTRAINTS_FILE 4dfbd61 Adding pre-commit Diffstat (except docs and test files) ------------------------------------- .gitignore | 28 +------------- .pre-commit-config.yaml | 39 +++++++++++++++++++ .stestr.conf | 3 ++ .testr.conf | 7 ---- .zuul.yaml | 2 +- setup.cfg | 7 ++-- sphinx_feature_classification/support_matrix.py | 9 +---- test-requirements.txt | 8 +--- tox.ini | 44 ++++++++++++++-------- 11 files changed, 84 insertions(+), 75 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4e57eee..6a75259 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +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. - @@ -8 +3,0 @@ ddt>=1.0.1 # MIT -python-subunit>=0.0.18 # Apache-2.0/BSD @@ -10 +4,0 @@ sphinx>=2.0.0,!=2.1.0 # BSD -testrepository>=0.0.18 # Apache-2.0/BSD @@ -11,0 +6,2 @@ testtools>=1.4.0 # MIT +pre-commit>=2.6.0 # MIT +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org