Package: sphinxcontrib-openapi / 0.8.4-5

Metadata

Package Version Patches format
sphinxcontrib-openapi 0.8.4-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix sphinx conf.patch | (download)

docs/conf.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove deprecated get_html_theme_path call
  Not forwarding upstream as they are (presumably) using an older sphinx
python3.13 http codes.patch | (download)

tests/renderers/httpdomain/test_render_response.py | 9 8 + 1 - 0 !
tests/renderers/httpdomain/test_render_response_example.py | 11 9 + 2 - 0 !
2 files changed, 17 insertions(+), 3 deletions(-)

 handle change of http response code text in python 3.13
openapi 3.1.1.patch | (download)

sphinxcontrib/openapi/openapi31.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 support openapi specification 3.1.1

OAS 3.1.1 added
https://github.com/OAI/OpenAPI-Specification/blob/main/tests/v3.1/pass/non-oauth-scopes.yaml,
which indicates that it's possible for the `responses` object to be
missing; this caused a test failure.  It seems reasonable enough to
default to an empty dictionary.