diff --git a/jsonschema-4.21.0.tar.gz b/jsonschema-4.21.0.tar.gz deleted file mode 100644 index b59d857..0000000 --- a/jsonschema-4.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167 -size 321324 diff --git a/jsonschema-4.21.1.tar.gz b/jsonschema-4.21.1.tar.gz new file mode 100644 index 0000000..58dad83 --- /dev/null +++ b/jsonschema-4.21.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5 +size 321491 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 606a143..9d71e62 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 20 17:35:00 UTC 2024 - Johannes Kastl + +- update to 4.21.1: + * Slightly speed up the contains keyword by removing some + unnecessary validator (re-)creation. + ------------------------------------------------------------------- Wed Jan 17 07:29:22 UTC 2024 - Johannes Kastl diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 54d531d..fdebc90 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-jsonschema%{psuffix} -Version: 4.21.0 +Version: 4.21.1 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT