[release-announce] os-api-ref 2.2.0

no-reply at openstack.org no-reply at openstack.org
Tue May 18 09:20:21 UTC 2021


We are overjoyed to announce the release of:

os-api-ref 2.2.0: Sphinx Extensions to support API reference sites in
OpenStack

The source is available from:

    https://opendev.org/openstack/os-api-ref

Download the package from:

    https://tarballs.openstack.org/os-api-ref/

For more details, please see below.

Changes in os-api-ref 2.1.0..2.2.0
----------------------------------

6e06849 setup.cfg: Replace dashes with underscores
b9e9b2d Switch testing to Xena testing runtime
c0e5760 Move flake8 as a pre-commit local target.
1e639fd Replace 'add_stylesheet', 'add_javascript'
adb4535 Use TOX_CONSTRAINTS_FILE
188e833 Use py3 as the default runtime for tox
24a88c8 Bump py37 to py38 in tox.ini
14ac8ba bump py37 to py38 in tox.ini
859f766 Fix hacking min version to 3.0.1
ae88bef Stop install unnecessary packages when run tox -edocs
ec8ca09 Remove install unnecessary packages
093c9f2 Adding pre-commit


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

.pre-commit-config.yaml | 39 +++++++++++++++++++++++++++++++++++++++
.zuul.yaml              |  2 +-
os_api_ref/__init__.py  |  6 +++---
setup.cfg               |  8 ++++----
test-requirements.txt   |  3 ++-
tox.ini                 |  9 ++++-----
7 files changed, 55 insertions(+), 18 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index eb913fc..d165510 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -13,0 +14 @@ stestr>=2.0.0 # Apache-2.0
+pre-commit>=2.6.0 # MIT






More information about the Release-announce mailing list