We contentedly announce the release of: sphinx-feature-classification 2.1.0 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. 2.1.0 ^^^^^ Upgrade Notes * Support for Python 3.8 and 3.9 has been removed. Now the minimum Python version supported is 3.10. Changes in sphinx-feature-classification 2.0.0..2.1.0 ----------------------------------------------------- 6a0350a ruff: Configure hacking as external linter 8367e3c Add typing 9dc9ef0 Add ruff 5089218 Migrate setup configuration to pyproject.toml 0969740 Remove translation sections from setup.cfg ebea07b Drop Python 3.8, 3.9 support fc383fa pre-commit: Bump dependencies 68a4a33 add pyproject.toml to support pip 23.1 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 39 ++-- babel.cfg | 2 - pyproject.toml | 65 ++++++ .../notes/remove-py38-py39-4e8cef273cc83d6c.yaml | 5 + releasenotes/source/conf.py | 5 +- requirements.txt | 4 - setup.cfg | 39 ---- setup.py | 4 +- sphinx_feature_classification/__init__.py | 5 +- sphinx_feature_classification/py.typed | 0 sphinx_feature_classification/support_matrix.py | 225 +++++++++++++-------- test-requirements.txt | 2 - tox.ini | 38 ++-- 16 files changed, 293 insertions(+), 211 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1532602..7b839ca 100644 --- a/requirements.txt +++ b/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. - diff --git a/test-requirements.txt b/test-requirements.txt index 6a75259..40c336c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +0,0 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 @@ -6 +4,0 @@ testtools>=1.4.0 # MIT -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org