diff --git a/jsonschema-4.19.1.tar.gz b/jsonschema-4.19.1.tar.gz deleted file mode 100644 index 42bbd0d..0000000 --- a/jsonschema-4.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf -size 318089 diff --git a/jsonschema-4.19.2.tar.gz b/jsonschema-4.19.2.tar.gz new file mode 100644 index 0000000..d507292 --- /dev/null +++ b/jsonschema-4.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ff4d7447eed9592c23a12ccee508baf0dd0d59650615e847feb6cdca74f392 +size 318786 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index cea2188..026dcdb 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 30 15:32:48 UTC 2023 - Johannes Kastl + +- update tp 4.19.2: + * Fix the error message for additional items when used with + heterogeneous arrays. + * Don't leak the additionalItems keyword into JSON Schema draft + 2020-12, where it was replaced by items. + ------------------------------------------------------------------- Thu Sep 21 13:30:47 UTC 2023 - Johannes Kastl diff --git a/python-jsonschema.spec b/python-jsonschema.spec index b0f52db..2c2ae8b 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-jsonschema%{psuffix} -Version: 4.19.1 +Version: 4.19.2 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT