From a56e53a98a689445103dcd94baf8c79caccaefbd15e254b1aa785f4aa7ba0565 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 5 Jun 2022 00:21:37 +0000 Subject: [PATCH] - update to 4.5.1: * Revert changes to ``$dynamicRef`` which caused a performance regression in v4.5.0 * Validator classes for each version now maintain references to the correct corresponding format checker (#905) * Development has moved to a `GitHub organization `_. No functional behavior changes are expected from the change. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=50 --- jsonschema-4.4.0.tar.gz | 3 --- jsonschema-4.5.1.tar.gz | 3 +++ python-jsonschema.changes | 12 ++++++++++++ python-jsonschema.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 jsonschema-4.4.0.tar.gz create mode 100644 jsonschema-4.5.1.tar.gz diff --git a/jsonschema-4.4.0.tar.gz b/jsonschema-4.4.0.tar.gz deleted file mode 100644 index 8dc59f0..0000000 --- a/jsonschema-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83 -size 313519 diff --git a/jsonschema-4.5.1.tar.gz b/jsonschema-4.5.1.tar.gz new file mode 100644 index 0000000..b6248ba --- /dev/null +++ b/jsonschema-4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6d882619340c3347a1bf7315e147e6d3dae439033ae6383d6acb908c101dfc +size 282414 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 6373ad7..dee5514 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 5 00:14:03 UTC 2022 - Dirk Müller + +- update to 4.5.1: + * Revert changes to ``$dynamicRef`` which caused a performance regression + in v4.5.0 + * Validator classes for each version now maintain references to the correct + corresponding format checker (#905) + * Development has moved to a `GitHub organization + `_. + No functional behavior changes are expected from the change. + ------------------------------------------------------------------- Tue Apr 26 11:54:11 UTC 2022 - Ben Greiner diff --git a/python-jsonschema.spec b/python-jsonschema.spec index f8133bd..abef0fd 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-jsonschema -Version: 4.4.0 +Version: 4.5.1 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT