------------------------------------------------------------------- Tue Jun 16 09:22:30 UTC 2026 - Jordi Massaguer - update to 0.5.0 * Resolved cache enabled and SchemaPath per-instance cache removed #259 * Resolved cache evolution rebind #260 * Per-accessor identity #262 * Resolved cache is enabled by default #259 * SchemaPath per-accessor __eq__/__hash__ #262 ------------------------------------------------------------------- Tue Apr 28 20:35:00 UTC 2026 - Dirk Müller - update to 0.4.6: * Fix YAML scientific notation parsing for floats #257 ------------------------------------------------------------------- Mon Mar 16 08:43:20 UTC 2026 - Dirk Müller - update to 0.4.5: * SchemaAccessor.resolver backward compatibility #246 - update to 0.4.4: * Prefix cache path resolver #244 - update to 0.4.3: * Add optional resolved-path LRU cache with safe invalidation #242 * Avoid unnecessary resolver evolution in get_resolved #240 - update to 0.4.2: * SchemaPath __getitem__ final resolution fix #231 - update to 0.4.1: * Added referencing 0.37 support #230 - update to 0.4.0: * Added typed `SchemaPath` helper methods (`str_keys`, `str_items`, `read_str`, `read_bool`). * Added `SchemaPath.read_str_or_list()` helper. * Added/expanded schema typing aliases (`Schema`, `SchemaKey`, `SchemaNode`, `SchemaValue`). * Fixed accessor/path resolution edge cases (`getkey`, nested return values, node resolving, `getitem`, dereference behavior). * Upgraded `pathable 0.5.0`. * Added benchmark suite and parse-path optimizations. * Fixed missing `requests` dependency handling. * Fixed schema mapping key invariance behavior. * Fixed SchemaAccessor key dereference behavior to dereference once. * Fixed `SchemaAccessor` node resolving and `getitem` return behavior. * Fixed `SchemaPath.getkey` backward compatibility and nested return behavior. * Dropped Python `3.8` support. * Dropped Python `3.9` support. * Added Python `3.13` support. * Added Python `3.14` support. * Current supported range is Python `>=3.10,<4.0`. ------------------------------------------------------------------- Wed Mar 19 12:38:26 UTC 2025 - John Paul Adrian Glaubitz - Update to 0.3.4 * Bump referencing from 0.35.0 to 0.36.0 #160 ------------------------------------------------------------------- Sun Jun 30 20:35:36 UTC 2024 - Dirk Müller - update to 0.3.3: * Relax dependency constraint to support referencing 0.35 #138 ------------------------------------------------------------------- Sun Dec 17 02:14:43 UTC 2023 - Dirk Müller - update to 0.3.2: * Manifest py.typed fix #93 * Use contents method #94 * Bump referencing version limit to 0.31 #92 * SchemaPath `contents` method added #79 * This version changes project and package name from jsonschema-spec to jsonschema-path. * `exists` and `as_uri` path methods added #72 * Python 3.12 support #43 * Allow set verify to requests handler #74 * Accessor store resolved references fix #58 ------------------------------------------------------------------- Wed Jul 19 14:50:44 UTC 2023 - Ben Greiner - Cleanup requirements - Unpin referencing <0.30.0 because it was updated a few hours ago ------------------------------------------------------------------- Wed Jul 19 09:34:28 UTC 2023 - ecsos - Update to 0.2.3 - FilePathReader read relative path fix #39 - Update to 0.2.2 - Add resolve context method for SchemaPath #31 - Update to 0.2.1 - Bump referencing from 0.24.4 to 0.29.0 #25 - Update to 0.2.0 - Python 3.7 support dropped #23 - Remove jsonschema dependency in favor of referencing and jsonschema-specifications #12 - SchemaPath.from_path factory method added + Deprecations - Spec class name is deprecated. Use SchemaPath instead. - spec_url parameter is deprecated. Use base_uri instead. - ref_resolver_handlers parameter is deprecated. Use handlers instead. - Fix not installable because of newer python-jsonschema requirement. ------------------------------------------------------------------- Mon Jun 19 06:41:11 UTC 2023 - Steve Kowalik - Update to 0.1.6: * lock typing-extensions just for python37 #22 * add python 3.11 support #10 * supports read protocol check fix #21 ------------------------------------------------------------------- Tue Jun 13 12:12:11 UTC 2023 - ecsos - Add %{?sle15_python_module_pythons} ------------------------------------------------------------------- Tue May 9 18:49:41 UTC 2023 - Ben Greiner - Update requirements: * jsonschema has upper limit * poetry-core is enough to build ------------------------------------------------------------------- Sun Mar 26 19:13:03 UTC 2023 - Dirk Müller - update to 0.1.4: * jsonschema 4.17 dependency limit * Apache license spdx conformity * yaml loader timestamps fix ------------------------------------------------------------------- Sat Sep 17 12:44:29 UTC 2022 - John Vandenberg - Update to v0.1.2 ------------------------------------------------------------------- Mon Sep 5 02:37:58 UTC 2022 - John Vandenberg - Initial spec for v0.1.1