diff --git a/jsonschema-4.18.0.tar.gz b/jsonschema-4.18.0.tar.gz deleted file mode 100644 index 1762844..0000000 --- a/jsonschema-4.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8caf5b57a990a98e9b39832ef3cb35c176fe331414252b6e1b26fd5866f891a4 -size 315551 diff --git a/jsonschema-4.18.1.tar.gz b/jsonschema-4.18.1.tar.gz new file mode 100644 index 0000000..4296ae3 --- /dev/null +++ b/jsonschema-4.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5896514b46cc9283e9951bfebf51cc72fa3eab229919c0469f94e11b4387776 +size 314802 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 4c39037..38c4726 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Jul 12 10:39:42 UTC 2023 - Johannes Kastl + +- upgrade to 4.18.1: + * Fix a regression with jsonschema.RefResolver based resolution + when used in combination with a custom validation dialect (via + jsonschema.validators.create). +------------------------------------------------------------------- Thu Jul 6 09:34:43 UTC 2023 - Johannes Kastl - update to 4.18.0 diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 7b38b65..15fee04 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-jsonschema%{psuffix} -Version: 4.18.0 +Version: 4.18.1 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT