14
0

- 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
    <https://github.com/python-jsonschema/>`_.
    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
This commit is contained in:
2022-06-05 00:21:37 +00:00
committed by Git OBS Bridge
parent 65a316be18
commit a56e53a98a
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jun 5 00:14:03 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
<https://github.com/python-jsonschema/>`_.
No functional behavior changes are expected from the change.
-------------------------------------------------------------------
Tue Apr 26 11:54:11 UTC 2022 - Ben Greiner <code@bnavigator.de>