Package: sahara / 1:16.0.0-2

Metadata

Package Version Patches format
sahara 1:16.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
install missing files.patch | (download)

MANIFEST.in | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 install missing files
remove sphinxcontrib.httpdomain from sphinx ext.patch | (download)

doc/source/conf.py | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 remove sphinxcontrib.httpdomain from sphinx ext
Adapt_to_new_jsonschema_versions.patch | (download)

sahara/utils/api_validator.py | 123 56 67 - 0 !
1 file changed, 56 insertions( ), 67 deletions(-)

 [patch] adapt to new jsonschema versions
 This change provides fixes that were dectected by unit
 test failures with new jsonschema (and py310).
 .
 The types argument has been removed in favor of providing a
 type_checker to jsonschema.validators.extend:
 https://github.com/python-jsonschema/jsonschema/issues/577
 .
 This change also refactors additional type checks after the
 documentation here to get past many of the remaining failures:
 https://python-jsonschema.readthedocs.io/en/latest/validate/#validating-with-additional-types
Story: #2010192
skip test.patch | (download)

sahara/tests/unit/utils/test_api_validator.py | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 skip the last remaining jsonschema issue
  until it is fixed upstream.