./textproc/py-jsonschema-spec, JSONSchema Spec with object-oriented paths

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.4nb1, Package name: py311-jsonschema-spec-0.2.4nb1, Maintainer: pkgsrc-users

JSONSchema Spec with object-oriented paths

Key features
* Traverse elements like paths
* Access spec on demand with separate dereferencing accessor layer


Master sites:

Filesize: 11.208 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-08-26 16:44:11 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jsonschema-spec: updated to 0.2.4

0.2.4

Bug fixes

Accessor store resolved references fix

0.2.3
Bug fixes

FilePathReader read relative path fix

0.2.2
Features

Add resolve context method for SchemaPath

0.2.1
Changelog

Bump referencing from 0.24.4 to 0.29.0

0.2.0
Changelog

Python 3.7 support dropped
Remove jsonschema dependency in favor of referencing and jsonschema-specifications
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.
   2023-04-04 11:33:41 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jsonschema-spec: updated to 0.1.4

0.1.4
jsonschema 4.17 dependency limit

0.1.3
Apache license spdx conformity
yaml loader timestamps fix
   2022-10-26 14:49:54 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-jsonschema-spec: updated to 0.1.2

JSONSchema Spec with object-oriented paths

Key features
* Traverse elements like paths
* Access spec on demand with separate dereferencing accessor layer