Package: apispec / 6.8.2-1

Metadata

Package Version Patches format
apispec 6.8.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_openapi_spec_validator_reference.patch | (download)

tests/test_ext_marshmallow_openapi.py | 130 1 + 129 - 0 !
tests/utils.py | 18 0 + 18 - 0 !
2 files changed, 1 insertion(+), 147 deletions(-)

 remove openapi_spec_validator reference
 Remove references to openapi_spec_validator from tests/utils.py because
 this module is not in Debian yet.
change conf file.patch | (download)

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

 pin number version in documentation
 Currenlty the docs/conf.py use importlib.metadata.version() to get the
 version . This patch point the version fixed.