From fc8f910df04390f8a589addc6751b6e82bc04398e32fbaeeabe40a3d4e25fa72 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 30 Oct 2023 19:06:12 +0000 Subject: [PATCH] Accepting request 1121219 from home:ojkastl_buildservice:Branch_devel_languages_python update to 4.19.2 OBS-URL: https://build.opensuse.org/request/show/1121219 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=75 --- jsonschema-4.19.1.tar.gz | 3 --- jsonschema-4.19.2.tar.gz | 3 +++ python-jsonschema.changes | 9 +++++++++ python-jsonschema.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 jsonschema-4.19.1.tar.gz create mode 100644 jsonschema-4.19.2.tar.gz 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