An implementation of JSON Reference for Python
jsonref is a library for automatic dereferencing of JSON Reference objects for Python.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-jsonref && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
jsonref-1.1.0.tar.gz | 0000008814 8.61 KB | |
python-jsonref.changes | 0000001709 1.67 KB | |
python-jsonref.spec | 0000002487 2.43 KB | |
use-pdm-backend.patch | 0000000301 301 Bytes |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1140097
from
Dirk Mueller (dirkmueller)
(revision 2)
- update to 1.1.0: * Fixes documents where the root is a reference object not being cached * Allows a reference object to refer to a fragment within itself. fix #51, #40 * Extra properties of a reference object will now have references resolved. - update to 1.0.1: * Fix issue with proxies=False where it would not recurse through references to remove the proxies. #48 - update to 1.0.0: * `replace_refs` is now a function rather than a class method of `JsonRef` (The class method is still around, but deprecated.) * New options were also added to `replace_refs` * `jsonloader` is now a plan function rather than an instance of a class. (This is a breaking change if you were subclassing `JsonLoader`) - add patch use-pdm-backend.patch: switch to more modern pdm-backend - Update to version 0.2 (python 3.7 support) - Packaging : + spec-cleaner + Add tests
Comments 0