diff --git a/jsonschema-4.24.0.tar.gz b/jsonschema-4.24.0.tar.gz deleted file mode 100644 index c7029aa..0000000 --- a/jsonschema-4.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196 -size 353480 diff --git a/jsonschema-4.24.1.tar.gz b/jsonschema-4.24.1.tar.gz new file mode 100644 index 0000000..585a3bd --- /dev/null +++ b/jsonschema-4.24.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe45a130cc7f67cd0d67640b4e7e3e2e666919462ae355eda238296eafeb4b5d +size 356635 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 7942a4e..c4c41ad 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 18 05:56:56 UTC 2025 - Johannes Kastl + +- update to 4.24.1: + * Unambiguously quote and escape properties in JSON path rendering + by @kurtmckee in #1390 + * Drop python<3.9 backports by @hackowitz-af in #1367 + ------------------------------------------------------------------- Thu May 29 05:55:21 UTC 2025 - Johannes Kastl diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 102d9d0..acb5955 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-jsonschema%{psuffix} -Version: 4.24.0 +Version: 4.24.1 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT @@ -47,6 +47,7 @@ BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 %if %{with test} +BuildRequires: %{python_module jsonpath-ng} BuildRequires: %{python_module jsonschema = %{version}} BuildRequires: %{python_module jsonschema-format = %{version}} BuildRequires: %{python_module jsonschema-format-nongpl = %{version}}